Interface UpdateFieldRequestOrBuilder

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

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

    Modifier and Type
    Method
    Description
    Required.
    Required.
    com.google.protobuf.FieldMask
    A mask, relative to the field.
    com.google.protobuf.FieldMaskOrBuilder
    A mask, relative to the field.
    boolean
    Required.
    boolean
    A mask, relative to the field.

    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

    • hasField

      boolean hasField()
       Required. The field to be updated.
       
      .google.firestore.admin.v1.Field field = 1 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      Whether the field field is set.
    • getField

      Field getField()
       Required. The field to be updated.
       
      .google.firestore.admin.v1.Field field = 1 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The field.
    • getFieldOrBuilder

      FieldOrBuilder getFieldOrBuilder()
       Required. The field to be updated.
       
      .google.firestore.admin.v1.Field field = 1 [(.google.api.field_behavior) = REQUIRED];
    • hasUpdateMask

      boolean hasUpdateMask()
       A mask, relative to the field. If specified, only configuration specified
       by this field_mask will be updated in the field.
       
      .google.protobuf.FieldMask update_mask = 2;
      Returns:
      Whether the updateMask field is set.
    • getUpdateMask

      com.google.protobuf.FieldMask getUpdateMask()
       A mask, relative to the field. If specified, only configuration specified
       by this field_mask will be updated in the field.
       
      .google.protobuf.FieldMask update_mask = 2;
      Returns:
      The updateMask.
    • getUpdateMaskOrBuilder

      com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder()
       A mask, relative to the field. If specified, only configuration specified
       by this field_mask will be updated in the field.
       
      .google.protobuf.FieldMask update_mask = 2;