Interface DeployedModelRefOrBuilder

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

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

    Modifier and Type
    Method
    Description
    Immutable.
    com.google.protobuf.ByteString
    Immutable.
    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

    • getEndpoint

      String getEndpoint()
       Immutable. A resource name of an Endpoint.
       
      string endpoint = 1 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
      Returns:
      The endpoint.
    • getEndpointBytes

      com.google.protobuf.ByteString getEndpointBytes()
       Immutable. A resource name of an Endpoint.
       
      string endpoint = 1 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
      Returns:
      The bytes for endpoint.
    • getDeployedModelId

      String getDeployedModelId()
       Immutable. An ID of a DeployedModel in the above Endpoint.
       
      string deployed_model_id = 2 [(.google.api.field_behavior) = IMMUTABLE];
      Returns:
      The deployedModelId.
    • getDeployedModelIdBytes

      com.google.protobuf.ByteString getDeployedModelIdBytes()
       Immutable. An ID of a DeployedModel in the above Endpoint.
       
      string deployed_model_id = 2 [(.google.api.field_behavior) = IMMUTABLE];
      Returns:
      The bytes for deployedModelId.