public sealed class UpdateGroupRequest : IMessage<UpdateGroupRequest>, IEquatable<UpdateGroupRequest>, IDeepCloneable<UpdateGroupRequest>, IBufferMessage, IMessage
The UpdateGroup
request.
Implements
IMessage<UpdateGroupRequest>, IEquatable<UpdateGroupRequest>, IDeepCloneable<UpdateGroupRequest>, 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 |
Boolean |