Package com.buildless.service.v1
Interface ProjectGenerateNameRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ProjectGenerateNameRequest,ProjectGenerateNameRequest.Builder
public interface ProjectGenerateNameRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetScope()Specifies the ownership scope for the project; the user who is creating the project must have access to this scope, and the project name must be unique within this scope.com.google.protobuf.ByteStringSpecifies the ownership scope for the project; the user who is creating the project must have access to this scope, and the project name must be unique within this scope.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getScope
String getScope()Specifies the ownership scope for the project; the user who is creating the project must have access to this scope, and the project name must be unique within this scope.
string scope = 1 [json_name = "scope", (.google.api.field_behavior) = REQUIRED, (.validate.rules) = { ... }- Returns:
- The scope.
-
getScopeBytes
com.google.protobuf.ByteString getScopeBytes()Specifies the ownership scope for the project; the user who is creating the project must have access to this scope, and the project name must be unique within this scope.
string scope = 1 [json_name = "scope", (.google.api.field_behavior) = REQUIRED, (.validate.rules) = { ... }- Returns:
- The bytes for scope.
-