Interface Service.UpdateGatewayModelDefinitionOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getModelDefinitionId()
      ID of the model definition to update
      com.google.protobuf.ByteString getModelDefinitionIdBytes()
      ID of the model definition to update
      java.lang.String getModelName()
      Optional new model name
      com.google.protobuf.ByteString getModelNameBytes()
      Optional new model name
      java.lang.String getName()
      Optional new name
      com.google.protobuf.ByteString getNameBytes()
      Optional new name
      java.lang.String getSecretId()
      Optional new secret ID
      com.google.protobuf.ByteString getSecretIdBytes()
      Optional new secret ID
      java.lang.String getUpdatedBy()
      Username of the updater
      com.google.protobuf.ByteString getUpdatedByBytes()
      Username of the updater
      boolean hasModelDefinitionId()
      ID of the model definition to update
      boolean hasModelName()
      Optional new model name
      boolean hasName()
      Optional new name
      boolean hasSecretId()
      Optional new secret ID
      boolean hasUpdatedBy()
      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 Detail

      • hasModelDefinitionId

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

        java.lang.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

        java.lang.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

        java.lang.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

        java.lang.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

        java.lang.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.