public interface ResourceGroupReferenceOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getGroup()
public abstract String getGroup()
A URI referencing one of the instance groups or network endpoint groups listed in the backend service.
optional string group = 98629247;
Returns | |
---|---|
Type | Description |
String |
The group. |
getGroupBytes()
public abstract ByteString getGroupBytes()
A URI referencing one of the instance groups or network endpoint groups listed in the backend service.
optional string group = 98629247;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for group. |
hasGroup()
public abstract boolean hasGroup()
A URI referencing one of the instance groups or network endpoint groups listed in the backend service.
optional string group = 98629247;
Returns | |
---|---|
Type | Description |
boolean |
Whether the group field is set. |