public interface ListAddressGroupReferencesRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getAddressGroup()
public abstract String getAddressGroup()
Required. A name of the AddressGroup to clone items to. Must be in the
format projects|organization/*/locations/{location}/addressGroups/*
.
string address_group = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
String |
The addressGroup. |
getAddressGroupBytes()
public abstract ByteString getAddressGroupBytes()
Required. A name of the AddressGroup to clone items to. Must be in the
format projects|organization/*/locations/{location}/addressGroups/*
.
string address_group = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for addressGroup. |
getPageSize()
public abstract int getPageSize()
The maximum number of references to return. If unspecified, server will pick an appropriate default. Server may return fewer items than requested. A caller should only rely on response's next_page_token to determine if there are more AddressGroupUsers left to be queried.
int32 page_size = 2;
Returns | |
---|---|
Type | Description |
int |
The pageSize. |
getPageToken()
public abstract String getPageToken()
The next_page_token value returned from a previous List request, if any.
string page_token = 3;
Returns | |
---|---|
Type | Description |
String |
The pageToken. |
getPageTokenBytes()
public abstract ByteString getPageTokenBytes()
The next_page_token value returned from a previous List request, if any.
string page_token = 3;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for pageToken. |