public sealed class UpdateGroupRequest : IMessage<UpdateGroupRequest>, IEquatable<UpdateGroupRequest>, IDeepCloneable<UpdateGroupRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Monitoring v3 API class UpdateGroupRequest.
The UpdateGroup
request.
Implements
IMessageUpdateGroupRequest, IEquatableUpdateGroupRequest, IDeepCloneableUpdateGroupRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Monitoring.V3Assembly
Google.Cloud.Monitoring.V3.dll
Constructors
UpdateGroupRequest()
public UpdateGroupRequest()
UpdateGroupRequest(UpdateGroupRequest)
public UpdateGroupRequest(UpdateGroupRequest other)
Parameter | |
---|---|
Name | Description |
other | UpdateGroupRequest |
Properties
Group
public Group Group { get; set; }
Required. The new definition of the group. All fields of the existing group,
excepting name
, are replaced with the corresponding fields of this group.
Property Value | |
---|---|
Type | Description |
Group |
ValidateOnly
public bool ValidateOnly { get; set; }
If true, validate this request but do not update the existing group.
Property Value | |
---|---|
Type | Description |
bool |