public interface UpdateClusterRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getCluster()
public abstract Cluster getCluster()
Required. Update description. Only fields specified in update_mask are updated.
.google.cloud.redis.cluster.v1beta1.Cluster cluster = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
Cluster |
The cluster. |
getClusterOrBuilder()
public abstract ClusterOrBuilder getClusterOrBuilder()
Required. Update description. Only fields specified in update_mask are updated.
.google.cloud.redis.cluster.v1beta1.Cluster cluster = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
ClusterOrBuilder |
getRequestId()
public abstract String getRequestId()
Idempotent request UUID.
string request_id = 3;
Returns | |
---|---|
Type | Description |
String |
The requestId. |
getRequestIdBytes()
public abstract ByteString getRequestIdBytes()
Idempotent request UUID.
string request_id = 3;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for requestId. |
getUpdateMask()
public abstract 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 Cluster:
size_gb
replica_count
.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
FieldMask |
The updateMask. |
getUpdateMaskOrBuilder()
public abstract 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 Cluster:
size_gb
replica_count
.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
FieldMaskOrBuilder |
hasCluster()
public abstract boolean hasCluster()
Required. Update description. Only fields specified in update_mask are updated.
.google.cloud.redis.cluster.v1beta1.Cluster cluster = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
boolean |
Whether the cluster field is set. |
hasUpdateMask()
public abstract boolean 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 Cluster:
size_gb
replica_count
.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
boolean |
Whether the updateMask field is set. |