Interface Service.UpdateGatewayModelDefinitionOrBuilder

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

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

    Modifier and Type
    Method
    Description
    ID of the model definition to update
    com.google.protobuf.ByteString
    ID of the model definition to update
    Optional new model name
    com.google.protobuf.ByteString
    Optional new model name
    Optional new name
    com.google.protobuf.ByteString
    Optional new name
    Optional new provider
    com.google.protobuf.ByteString
    Optional new provider
    Optional new secret ID
    com.google.protobuf.ByteString
    Optional new secret ID
    Username of the updater
    com.google.protobuf.ByteString
    Username of the updater
    boolean
    ID of the model definition to update
    boolean
    Optional new model name
    boolean
    Optional new name
    boolean
    Optional new provider
    boolean
    Optional new secret ID
    boolean
    Username of the updater

    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 update
       
      optional string model_definition_id = 1;
      Returns:
      Whether the modelDefinitionId field is set.
    • getModelDefinitionId

      String getModelDefinitionId()
       ID of the model definition to update
       
      optional string model_definition_id = 1;
      Returns:
      The modelDefinitionId.
    • getModelDefinitionIdBytes

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

      boolean hasName()
       Optional new name
       
      optional string name = 2;
      Returns:
      Whether the name field is set.
    • getName

      String getName()
       Optional new name
       
      optional string name = 2;
      Returns:
      The name.
    • getNameBytes

      com.google.protobuf.ByteString getNameBytes()
       Optional new name
       
      optional string name = 2;
      Returns:
      The bytes for name.
    • hasSecretId

      boolean hasSecretId()
       Optional new secret ID
       
      optional string secret_id = 3;
      Returns:
      Whether the secretId field is set.
    • getSecretId

      String getSecretId()
       Optional new secret ID
       
      optional string secret_id = 3;
      Returns:
      The secretId.
    • getSecretIdBytes

      com.google.protobuf.ByteString getSecretIdBytes()
       Optional new secret ID
       
      optional string secret_id = 3;
      Returns:
      The bytes for secretId.
    • hasModelName

      boolean hasModelName()
       Optional new model name
       
      optional string model_name = 4;
      Returns:
      Whether the modelName field is set.
    • getModelName

      String getModelName()
       Optional new model name
       
      optional string model_name = 4;
      Returns:
      The modelName.
    • getModelNameBytes

      com.google.protobuf.ByteString getModelNameBytes()
       Optional new model name
       
      optional string model_name = 4;
      Returns:
      The bytes for modelName.
    • hasUpdatedBy

      boolean hasUpdatedBy()
       Username of the updater
       
      optional string updated_by = 5;
      Returns:
      Whether the updatedBy field is set.
    • getUpdatedBy

      String getUpdatedBy()
       Username of the updater
       
      optional string updated_by = 5;
      Returns:
      The updatedBy.
    • getUpdatedByBytes

      com.google.protobuf.ByteString getUpdatedByBytes()
       Username of the updater
       
      optional string updated_by = 5;
      Returns:
      The bytes for updatedBy.
    • hasProvider

      boolean hasProvider()
       Optional new provider
       
      optional string provider = 6;
      Returns:
      Whether the provider field is set.
    • getProvider

      String getProvider()
       Optional new provider
       
      optional string provider = 6;
      Returns:
      The provider.
    • getProviderBytes

      com.google.protobuf.ByteString getProviderBytes()
       Optional new provider
       
      optional string provider = 6;
      Returns:
      The bytes for provider.