public sealed class UpdateParametersRequest : IMessage<UpdateParametersRequest>, IEquatable<UpdateParametersRequest>, IDeepCloneable<UpdateParametersRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Memorystore for Memcached v1 API class UpdateParametersRequest.
Request for [UpdateParameters][google.cloud.memcache.v1.CloudMemcache.UpdateParameters].
Implements
IMessageUpdateParametersRequest, IEquatableUpdateParametersRequest, IDeepCloneableUpdateParametersRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Memcache.V1Assembly
Google.Cloud.Memcache.V1.dll
Constructors
UpdateParametersRequest()
public UpdateParametersRequest()
UpdateParametersRequest(UpdateParametersRequest)
public UpdateParametersRequest(UpdateParametersRequest other)
Parameter | |
---|---|
Name | Description |
other | UpdateParametersRequest |
Properties
InstanceName
public InstanceName InstanceName { get; set; }
InstanceName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
InstanceName |
Name
public string Name { get; set; }
Required. Resource name of the Memcached instance for which the parameters should be updated.
Property Value | |
---|---|
Type | Description |
string |
Parameters
public MemcacheParameters Parameters { get; set; }
The parameters to apply to the instance.
Property Value | |
---|---|
Type | Description |
MemcacheParameters |
UpdateMask
public FieldMask UpdateMask { get; set; }
Required. Mask of fields to update.
Property Value | |
---|---|
Type | Description |
FieldMask |