public sealed class CreateGroupRequest : IMessage<CreateGroupRequest>, IEquatable<CreateGroupRequest>, IDeepCloneable<CreateGroupRequest>, IBufferMessage, IMessage
The CreateGroup
request.
Implements
IMessage<CreateGroupRequest>, IEquatable<CreateGroupRequest>, IDeepCloneable<CreateGroupRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.Monitoring.V3Assembly
Google.Cloud.Monitoring.V3.dll
Constructors
CreateGroupRequest()
public CreateGroupRequest()
CreateGroupRequest(CreateGroupRequest)
public CreateGroupRequest(CreateGroupRequest other)
Parameter | |
---|---|
Name | Description |
other | CreateGroupRequest |
Properties
FolderName
public FolderName FolderName { get; set; }
FolderName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
FolderName |
Group
public Group Group { get; set; }
Required. A group definition. It is an error to define the name
field because
the system assigns the name.
Property Value | |
---|---|
Type | Description |
Group |
Name
public string Name { get; set; }
Required. The project in which to create the group. The format is:
projects/[PROJECT_ID_OR_NUMBER]
Property Value | |
---|---|
Type | Description |
String |
OrganizationName
public OrganizationName OrganizationName { get; set; }
OrganizationName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
OrganizationName |
ProjectName
public ProjectName ProjectName { get; set; }
ProjectName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
ProjectName |
ResourceName
public IResourceName ResourceName { get; set; }
IResourceName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
IResourceName |
ValidateOnly
public bool ValidateOnly { get; set; }
If true, validate this request but do not create the group.
Property Value | |
---|---|
Type | Description |
Boolean |