public static final class ListNetworksRequest.Builder extends GeneratedMessage.Builder<ListNetworksRequest.Builder> implements ListNetworksRequestOrBuilder Request object for ListNetworks method.
Protobuf type google.ads.admanager.v1.ListNetworksRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > ListNetworksRequest.BuilderImplements
ListNetworksRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public ListNetworksRequest build()| Returns | |
|---|---|
| Type | Description |
ListNetworksRequest |
|
buildPartial()
public ListNetworksRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
ListNetworksRequest |
|
clear()
public ListNetworksRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
ListNetworksRequest.Builder |
|
clearPageSize()
public ListNetworksRequest.Builder clearPageSize() Optional. The maximum number of Networks to return. The service may
return fewer than this value. If unspecified, at most 50 Networks will be
returned. The maximum value is 1000; values greater than 1000 will be
coerced to 1000.
int32 page_size = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ListNetworksRequest.Builder |
This builder for chaining. |
clearPageToken()
public ListNetworksRequest.Builder clearPageToken() Optional. A page token, received from a previous ListNetworks call.
Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to ListNetworks must match
the call that provided the page token.
string page_token = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ListNetworksRequest.Builder |
This builder for chaining. |
clearSkip()
public ListNetworksRequest.Builder clearSkip()Optional. Number of individual resources to skip while paginating.
int32 skip = 5 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ListNetworksRequest.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public ListNetworksRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ListNetworksRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getPageSize()
public int getPageSize() Optional. The maximum number of Networks to return. The service may
return fewer than this value. If unspecified, at most 50 Networks will be
returned. The maximum value is 1000; values greater than 1000 will be
coerced to 1000.
int32 page_size = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
int |
The pageSize. |
getPageToken()
public String getPageToken() Optional. A page token, received from a previous ListNetworks call.
Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to ListNetworks must match
the call that provided the page token.
string page_token = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The pageToken. |
getPageTokenBytes()
public ByteString getPageTokenBytes() Optional. A page token, received from a previous ListNetworks call.
Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to ListNetworks must match
the call that provided the page token.
string page_token = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for pageToken. |
getSkip()
public int getSkip()Optional. Number of individual resources to skip while paginating.
int32 skip = 5 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
int |
The skip. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(ListNetworksRequest other)
public ListNetworksRequest.Builder mergeFrom(ListNetworksRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListNetworksRequest |
| Returns | |
|---|---|
| Type | Description |
ListNetworksRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ListNetworksRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ListNetworksRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public ListNetworksRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
ListNetworksRequest.Builder |
|
setPageSize(int value)
public ListNetworksRequest.Builder setPageSize(int value) Optional. The maximum number of Networks to return. The service may
return fewer than this value. If unspecified, at most 50 Networks will be
returned. The maximum value is 1000; values greater than 1000 will be
coerced to 1000.
int32 page_size = 3 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
intThe pageSize to set. |
| Returns | |
|---|---|
| Type | Description |
ListNetworksRequest.Builder |
This builder for chaining. |
setPageToken(String value)
public ListNetworksRequest.Builder setPageToken(String value) Optional. A page token, received from a previous ListNetworks call.
Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to ListNetworks must match
the call that provided the page token.
string page_token = 4 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe pageToken to set. |
| Returns | |
|---|---|
| Type | Description |
ListNetworksRequest.Builder |
This builder for chaining. |
setPageTokenBytes(ByteString value)
public ListNetworksRequest.Builder setPageTokenBytes(ByteString value) Optional. A page token, received from a previous ListNetworks call.
Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to ListNetworks must match
the call that provided the page token.
string page_token = 4 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for pageToken to set. |
| Returns | |
|---|---|
| Type | Description |
ListNetworksRequest.Builder |
This builder for chaining. |
setSkip(int value)
public ListNetworksRequest.Builder setSkip(int value)Optional. Number of individual resources to skip while paginating.
int32 skip = 5 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
intThe skip to set. |
| Returns | |
|---|---|
| Type | Description |
ListNetworksRequest.Builder |
This builder for chaining. |