Interface UpdateCachedContentRequestOrBuilder

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

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

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

    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

    • hasCachedContent

      boolean hasCachedContent()
       Required. The cached content to update
       
      .google.cloud.aiplatform.v1.CachedContent cached_content = 1 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      Whether the cachedContent field is set.
    • getCachedContent

      CachedContent getCachedContent()
       Required. The cached content to update
       
      .google.cloud.aiplatform.v1.CachedContent cached_content = 1 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The cachedContent.
    • getCachedContentOrBuilder

      CachedContentOrBuilder getCachedContentOrBuilder()
       Required. The cached content to update
       
      .google.cloud.aiplatform.v1.CachedContent cached_content = 1 [(.google.api.field_behavior) = REQUIRED];
    • hasUpdateMask

      boolean hasUpdateMask()
       Required. The list of fields to update.
       
      .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      Whether the updateMask field is set.
    • getUpdateMask

      com.google.protobuf.FieldMask getUpdateMask()
       Required. The list of fields to update.
       
      .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The updateMask.
    • getUpdateMaskOrBuilder

      com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder()
       Required. The list of fields to update.
       
      .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];