public interface UpdateFieldRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Field |
getField()
Required.
|
FieldOrBuilder |
getFieldOrBuilder()
Required.
|
com.google.protobuf.FieldMask |
getUpdateMask()
A mask, relative to the field.
|
com.google.protobuf.FieldMaskOrBuilder |
getUpdateMaskOrBuilder()
A mask, relative to the field.
|
boolean |
hasField()
Required.
|
boolean |
hasUpdateMask()
A mask, relative to the field.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasField()
Required. The field to be updated.
.google.firestore.admin.v1.Field field = 1 [(.google.api.field_behavior) = REQUIRED];
Field getField()
Required. The field to be updated.
.google.firestore.admin.v1.Field field = 1 [(.google.api.field_behavior) = REQUIRED];
FieldOrBuilder getFieldOrBuilder()
Required. The field to be updated.
.google.firestore.admin.v1.Field field = 1 [(.google.api.field_behavior) = REQUIRED];
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;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;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;Copyright © 2020 Google LLC. All rights reserved.