public interface UpdateParametersRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getName()
public abstract String getName()Required. Resource name of the Memcached instance for which the parameters should be updated.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes()Required. Resource name of the Memcached instance for which the parameters should be updated.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
getParameters()
public abstract MemcacheParameters getParameters()The parameters to apply to the instance.
.google.cloud.memcache.v1beta2.MemcacheParameters parameters = 3;
| Returns | |
|---|---|
| Type | Description |
MemcacheParameters |
The parameters. |
getParametersOrBuilder()
public abstract MemcacheParametersOrBuilder getParametersOrBuilder()The parameters to apply to the instance.
.google.cloud.memcache.v1beta2.MemcacheParameters parameters = 3;
| Returns | |
|---|---|
| Type | Description |
MemcacheParametersOrBuilder |
|
getUpdateMask()
public abstract FieldMask getUpdateMask()Required. Mask of fields to update.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
FieldMask |
The updateMask. |
getUpdateMaskOrBuilder()
public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder()Required. Mask of fields to update.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
FieldMaskOrBuilder |
|
hasParameters()
public abstract boolean hasParameters()The parameters to apply to the instance.
.google.cloud.memcache.v1beta2.MemcacheParameters parameters = 3;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the parameters field is set. |
hasUpdateMask()
public abstract boolean hasUpdateMask()Required. Mask of fields to update.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the updateMask field is set. |