public interface CreateGroupRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Group |
getGroup()
Required.
|
GroupOrBuilder |
getGroupOrBuilder()
Required.
|
String |
getName()
Required.
|
com.google.protobuf.ByteString |
getNameBytes()
Required.
|
boolean |
getValidateOnly()
If true, validate this request but do not create the group.
|
boolean |
hasGroup()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
Required. The
[project](https://cloud.google.com/monitoring/api/v3#project_name) in which
to create the group. The format is:
projects/[PROJECT_ID_OR_NUMBER]
string name = 4 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getNameBytes()
Required. The
[project](https://cloud.google.com/monitoring/api/v3#project_name) in which
to create the group. The format is:
projects/[PROJECT_ID_OR_NUMBER]
string name = 4 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
boolean hasGroup()
Required. A group definition. It is an error to define the `name` field because the system assigns the name.
.google.monitoring.v3.Group group = 2 [(.google.api.field_behavior) = REQUIRED];Group getGroup()
Required. A group definition. It is an error to define the `name` field because the system assigns the name.
.google.monitoring.v3.Group group = 2 [(.google.api.field_behavior) = REQUIRED];GroupOrBuilder getGroupOrBuilder()
Required. A group definition. It is an error to define the `name` field because the system assigns the name.
.google.monitoring.v3.Group group = 2 [(.google.api.field_behavior) = REQUIRED];boolean getValidateOnly()
If true, validate this request but do not create the group.
bool validate_only = 3;Copyright © 2024 Google LLC. All rights reserved.