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 Type
    Method
    Description
    Specifies the project name to be checked.
    com.google.protobuf.ByteString
    Specifies the project name to be checked.
    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.ByteString
    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.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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.