Class GetGroupRequest (2.5.0)

public sealed class GetGroupRequest : IMessage<GetGroupRequest>, IEquatable<GetGroupRequest>, IDeepCloneable<GetGroupRequest>, IBufferMessage, IMessage

The GetGroup request.

Inheritance

Object > GetGroupRequest

Namespace

Google.Cloud.Monitoring.V3

Assembly

Google.Cloud.Monitoring.V3.dll

Constructors

GetGroupRequest()

public GetGroupRequest()

GetGroupRequest(GetGroupRequest)

public GetGroupRequest(GetGroupRequest other)
Parameter
NameDescription
otherGetGroupRequest

Properties

GroupName

public GroupName GroupName { get; set; }

GroupName-typed view over the Name resource name property.

Property Value
TypeDescription
GroupName

Name

public string Name { get; set; }

Required. The group to retrieve. The format is:

projects/[PROJECT_ID_OR_NUMBER]/groups/[GROUP_ID]

Property Value
TypeDescription
String

ResourceName

public IResourceName ResourceName { get; set; }

IResourceName-typed view over the Name resource name property.

Property Value
TypeDescription
IResourceName