public interface ReservationGroupOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getName()
public abstract String getName() Identifier. The resource name of the reservation group, e.g.,
projects/*/locations/*/reservationGroups/team1-prod.
The reservation_group_id must only contain lower case alphanumeric
characters or dashes. It must start with a letter and must not end with a
dash. Its maximum length is 64 characters.
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes() Identifier. The resource name of the reservation group, e.g.,
projects/*/locations/*/reservationGroups/team1-prod.
The reservation_group_id must only contain lower case alphanumeric
characters or dashes. It must start with a letter and must not end with a
dash. Its maximum length is 64 characters.
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |