public interface PartialUpdateInstanceRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Instance |
getInstance()
Required.
|
InstanceOrBuilder |
getInstanceOrBuilder()
Required.
|
com.google.protobuf.FieldMask |
getUpdateMask()
Required.
|
com.google.protobuf.FieldMaskOrBuilder |
getUpdateMaskOrBuilder()
Required.
|
boolean |
hasInstance()
Required.
|
boolean |
hasUpdateMask()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasInstance()
Required. The Instance which will (partially) replace the current value.
.google.bigtable.admin.v2.Instance instance = 1 [(.google.api.field_behavior) = REQUIRED];
Instance getInstance()
Required. The Instance which will (partially) replace the current value.
.google.bigtable.admin.v2.Instance instance = 1 [(.google.api.field_behavior) = REQUIRED];
InstanceOrBuilder getInstanceOrBuilder()
Required. The Instance which will (partially) replace the current value.
.google.bigtable.admin.v2.Instance instance = 1 [(.google.api.field_behavior) = REQUIRED];
boolean hasUpdateMask()
Required. The subset of Instance fields which should be replaced. Must be explicitly set.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
com.google.protobuf.FieldMask getUpdateMask()
Required. The subset of Instance fields which should be replaced. Must be explicitly set.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder()
Required. The subset of Instance fields which should be replaced. Must be explicitly set.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
Copyright © 2022 Google LLC. All rights reserved.