Package com.buildless.service.v1
Interface ProjectCheckNameRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ProjectCheckNameRequest,ProjectCheckNameRequest.Builder
public interface ProjectCheckNameRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetName()Specifies the project name to be checked.com.google.protobuf.ByteStringSpecifies the project name to be checked.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.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.
-
getName
String getName()Specifies the project name to be checked. This field is required.
string name = 2 [json_name = "name", (.google.api.field_behavior) = REQUIRED, (.validate.rules) = { ... }- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()Specifies the project name to be checked. This field is required.
string name = 2 [json_name = "name", (.google.api.field_behavior) = REQUIRED, (.validate.rules) = { ... }- Returns:
- The bytes for name.
-