Interface DeployedIndexRefOrBuilder

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

@Generated public interface DeployedIndexRefOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Immutable.
    com.google.protobuf.ByteString
    Immutable.
    Output only.
    com.google.protobuf.ByteString
    Output only.
    Immutable.
    com.google.protobuf.ByteString
    Immutable.

    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

    • getIndexEndpoint

      String getIndexEndpoint()
       Immutable. A resource name of the IndexEndpoint.
       
      string index_endpoint = 1 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
      Returns:
      The indexEndpoint.
    • getIndexEndpointBytes

      com.google.protobuf.ByteString getIndexEndpointBytes()
       Immutable. A resource name of the IndexEndpoint.
       
      string index_endpoint = 1 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
      Returns:
      The bytes for indexEndpoint.
    • getDeployedIndexId

      String getDeployedIndexId()
       Immutable. The ID of the DeployedIndex in the above IndexEndpoint.
       
      string deployed_index_id = 2 [(.google.api.field_behavior) = IMMUTABLE];
      Returns:
      The deployedIndexId.
    • getDeployedIndexIdBytes

      com.google.protobuf.ByteString getDeployedIndexIdBytes()
       Immutable. The ID of the DeployedIndex in the above IndexEndpoint.
       
      string deployed_index_id = 2 [(.google.api.field_behavior) = IMMUTABLE];
      Returns:
      The bytes for deployedIndexId.
    • getDisplayName

      String getDisplayName()
       Output only. The display name of the DeployedIndex.
       
      string display_name = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The displayName.
    • getDisplayNameBytes

      com.google.protobuf.ByteString getDisplayNameBytes()
       Output only. The display name of the DeployedIndex.
       
      string display_name = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The bytes for displayName.