Interface UpdateExampleStoreRequestOrBuilder

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

@Generated public interface UpdateExampleStoreRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Required.
    Required.
    com.google.protobuf.FieldMask
    Optional.
    com.google.protobuf.FieldMaskOrBuilder
    Optional.
    boolean
    Required.
    boolean
    Optional.

    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

    • hasExampleStore

      boolean hasExampleStore()
       Required. The Example Store which replaces the resource on the server.
       
      .google.cloud.aiplatform.v1beta1.ExampleStore example_store = 1 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      Whether the exampleStore field is set.
    • getExampleStore

      ExampleStore getExampleStore()
       Required. The Example Store which replaces the resource on the server.
       
      .google.cloud.aiplatform.v1beta1.ExampleStore example_store = 1 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The exampleStore.
    • getExampleStoreOrBuilder

      ExampleStoreOrBuilder getExampleStoreOrBuilder()
       Required. The Example Store which replaces the resource on the server.
       
      .google.cloud.aiplatform.v1beta1.ExampleStore example_store = 1 [(.google.api.field_behavior) = REQUIRED];
    • hasUpdateMask

      boolean hasUpdateMask()
       Optional. Mask specifying which fields to update.
       Supported fields:
      
       * `display_name`
       * `description`
       
      .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      Whether the updateMask field is set.
    • getUpdateMask

      com.google.protobuf.FieldMask getUpdateMask()
       Optional. Mask specifying which fields to update.
       Supported fields:
      
       * `display_name`
       * `description`
       
      .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      The updateMask.
    • getUpdateMaskOrBuilder

      com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder()
       Optional. Mask specifying which fields to update.
       Supported fields:
      
       * `display_name`
       * `description`
       
      .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];