Interface ResourceGroupReferenceOrBuilder (1.49.0)

public interface ResourceGroupReferenceOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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
TypeDescription
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
TypeDescription
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
TypeDescription
boolean

Whether the group field is set.