public interface UpdateInstanceRequestOrBuilder
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 hasUpdateMask()
Required. Mask of fields to update. At least one path must be supplied in this field. The elements of the repeated paths field may only include these fields from [Instance][google.cloud.redis.v1.Instance]: * `displayName` * `labels` * `memorySizeGb` * `redisConfig` * `replica_count`
.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
com.google.protobuf.FieldMask getUpdateMask()
Required. Mask of fields to update. At least one path must be supplied in this field. The elements of the repeated paths field may only include these fields from [Instance][google.cloud.redis.v1.Instance]: * `displayName` * `labels` * `memorySizeGb` * `redisConfig` * `replica_count`
.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder()
Required. Mask of fields to update. At least one path must be supplied in this field. The elements of the repeated paths field may only include these fields from [Instance][google.cloud.redis.v1.Instance]: * `displayName` * `labels` * `memorySizeGb` * `redisConfig` * `replica_count`
.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
boolean hasInstance()
Required. Update description. Only fields specified in update_mask are updated.
.google.cloud.redis.v1.Instance instance = 2 [(.google.api.field_behavior) = REQUIRED];
Instance getInstance()
Required. Update description. Only fields specified in update_mask are updated.
.google.cloud.redis.v1.Instance instance = 2 [(.google.api.field_behavior) = REQUIRED];
InstanceOrBuilder getInstanceOrBuilder()
Required. Update description. Only fields specified in update_mask are updated.
.google.cloud.redis.v1.Instance instance = 2 [(.google.api.field_behavior) = REQUIRED];
Copyright © 2024 Google LLC. All rights reserved.