Interface Service.DetachModelFromGatewayEndpointOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getEndpointId()
      ID of the endpoint
      com.google.protobuf.ByteString getEndpointIdBytes()
      ID of the endpoint
      java.lang.String getModelDefinitionId()
      ID of the model definition to detach
      com.google.protobuf.ByteString getModelDefinitionIdBytes()
      ID of the model definition to detach
      boolean hasEndpointId()
      ID of the endpoint
      boolean hasModelDefinitionId()
      ID of the model definition to detach
      • 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

      • hasEndpointId

        boolean hasEndpointId()
         ID of the endpoint
         
        optional string endpoint_id = 1;
        Returns:
        Whether the endpointId field is set.
      • getEndpointId

        java.lang.String getEndpointId()
         ID of the endpoint
         
        optional string endpoint_id = 1;
        Returns:
        The endpointId.
      • getEndpointIdBytes

        com.google.protobuf.ByteString getEndpointIdBytes()
         ID of the endpoint
         
        optional string endpoint_id = 1;
        Returns:
        The bytes for endpointId.
      • hasModelDefinitionId

        boolean hasModelDefinitionId()
         ID of the model definition to detach
         
        optional string model_definition_id = 2;
        Returns:
        Whether the modelDefinitionId field is set.
      • getModelDefinitionId

        java.lang.String getModelDefinitionId()
         ID of the model definition to detach
         
        optional string model_definition_id = 2;
        Returns:
        The modelDefinitionId.
      • getModelDefinitionIdBytes

        com.google.protobuf.ByteString getModelDefinitionIdBytes()
         ID of the model definition to detach
         
        optional string model_definition_id = 2;
        Returns:
        The bytes for modelDefinitionId.