Interface ProjectCheckNameResponseOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ProjectCheckNameResponse, ProjectCheckNameResponse.Builder

public interface ProjectCheckNameResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Provides a reason the name can't be used, if available.
    com.google.protobuf.ByteString
    Provides a reason the name can't be used, if available.
    boolean
    Indicates whether the name can be used.

    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

    • getValid

      boolean getValid()
       Indicates whether the name can be used.
       
      bool valid = 1 [json_name = "valid", (.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The valid.
    • getReason

      String getReason()
       Provides a reason the name can't be used, if available.
       
      string reason = 2 [json_name = "reason", (.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.field_behavior) = OPTIONAL];
      Returns:
      The reason.
    • getReasonBytes

      com.google.protobuf.ByteString getReasonBytes()
       Provides a reason the name can't be used, if available.
       
      string reason = 2 [json_name = "reason", (.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.field_behavior) = OPTIONAL];
      Returns:
      The bytes for reason.