Interface Service.DeleteGatewayModelDefinitionOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Service.DeleteGatewayModelDefinition, Service.DeleteGatewayModelDefinition.Builder
Enclosing class:
Service

public static interface Service.DeleteGatewayModelDefinitionOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    ID of the model definition to delete (fails if in use by any endpoint)
    com.google.protobuf.ByteString
    ID of the model definition to delete (fails if in use by any endpoint)
    boolean
    ID of the model definition to delete (fails if in use by any endpoint)

    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

    • hasModelDefinitionId

      boolean hasModelDefinitionId()
       ID of the model definition to delete (fails if in use by any endpoint)
       
      optional string model_definition_id = 1;
      Returns:
      Whether the modelDefinitionId field is set.
    • getModelDefinitionId

      String getModelDefinitionId()
       ID of the model definition to delete (fails if in use by any endpoint)
       
      optional string model_definition_id = 1;
      Returns:
      The modelDefinitionId.
    • getModelDefinitionIdBytes

      com.google.protobuf.ByteString getModelDefinitionIdBytes()
       ID of the model definition to delete (fails if in use by any endpoint)
       
      optional string model_definition_id = 1;
      Returns:
      The bytes for modelDefinitionId.