Interface DeployedModelRefOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getDeployedModelId()
      Immutable.
      com.google.protobuf.ByteString getDeployedModelIdBytes()
      Immutable.
      String getEndpoint()
      Immutable.
      com.google.protobuf.ByteString getEndpointBytes()
      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 Detail

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