public static final class ListConnectionsRequest.Builder extends GeneratedMessage.Builder<ListConnectionsRequest.Builder> implements ListConnectionsRequestOrBuilderThe request for ConnectionService.ListConnections.
Protobuf type google.cloud.bigquery.connection.v1.ListConnectionsRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > ListConnectionsRequest.BuilderImplements
ListConnectionsRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public ListConnectionsRequest build()| Returns | |
|---|---|
| Type | Description |
ListConnectionsRequest |
|
buildPartial()
public ListConnectionsRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
ListConnectionsRequest |
|
clear()
public ListConnectionsRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
ListConnectionsRequest.Builder |
|
clearPageSize()
public ListConnectionsRequest.Builder clearPageSize()Required. Page size.
int32 page_size = 4 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ListConnectionsRequest.Builder |
This builder for chaining. |
clearPageToken()
public ListConnectionsRequest.Builder clearPageToken()Page token.
string page_token = 3;
| Returns | |
|---|---|
| Type | Description |
ListConnectionsRequest.Builder |
This builder for chaining. |
clearParent()
public ListConnectionsRequest.Builder clearParent() Required. Parent resource name.
Must be in the form: projects/{project_id}/locations/{location_id}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ListConnectionsRequest.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public ListConnectionsRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ListConnectionsRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getPageSize()
public int getPageSize()Required. Page size.
int32 page_size = 4 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
int |
The pageSize. |
getPageToken()
public String getPageToken()Page token.
string page_token = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The pageToken. |
getPageTokenBytes()
public ByteString getPageTokenBytes()Page token.
string page_token = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for pageToken. |
getParent()
public String getParent() Required. Parent resource name.
Must be in the form: projects/{project_id}/locations/{location_id}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The parent. |
getParentBytes()
public ByteString getParentBytes() Required. Parent resource name.
Must be in the form: projects/{project_id}/locations/{location_id}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for parent. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(ListConnectionsRequest other)
public ListConnectionsRequest.Builder mergeFrom(ListConnectionsRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListConnectionsRequest |
| Returns | |
|---|---|
| Type | Description |
ListConnectionsRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ListConnectionsRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ListConnectionsRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public ListConnectionsRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
ListConnectionsRequest.Builder |
|
setPageSize(int value)
public ListConnectionsRequest.Builder setPageSize(int value)Required. Page size.
int32 page_size = 4 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
intThe pageSize to set. |
| Returns | |
|---|---|
| Type | Description |
ListConnectionsRequest.Builder |
This builder for chaining. |
setPageToken(String value)
public ListConnectionsRequest.Builder setPageToken(String value)Page token.
string page_token = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe pageToken to set. |
| Returns | |
|---|---|
| Type | Description |
ListConnectionsRequest.Builder |
This builder for chaining. |
setPageTokenBytes(ByteString value)
public ListConnectionsRequest.Builder setPageTokenBytes(ByteString value)Page token.
string page_token = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for pageToken to set. |
| Returns | |
|---|---|
| Type | Description |
ListConnectionsRequest.Builder |
This builder for chaining. |
setParent(String value)
public ListConnectionsRequest.Builder setParent(String value) Required. Parent resource name.
Must be in the form: projects/{project_id}/locations/{location_id}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe parent to set. |
| Returns | |
|---|---|
| Type | Description |
ListConnectionsRequest.Builder |
This builder for chaining. |
setParentBytes(ByteString value)
public ListConnectionsRequest.Builder setParentBytes(ByteString value) Required. Parent resource name.
Must be in the form: projects/{project_id}/locations/{location_id}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for parent to set. |
| Returns | |
|---|---|
| Type | Description |
ListConnectionsRequest.Builder |
This builder for chaining. |