public static final class ListDbNodesRequest.Builder extends GeneratedMessage.Builder<ListDbNodesRequest.Builder> implements ListDbNodesRequestOrBuilder The request for DbNode.List.
Protobuf type google.cloud.oracledatabase.v1.ListDbNodesRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > ListDbNodesRequest.BuilderImplements
ListDbNodesRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public ListDbNodesRequest build()| Returns | |
|---|---|
| Type | Description |
ListDbNodesRequest |
|
buildPartial()
public ListDbNodesRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
ListDbNodesRequest |
|
clear()
public ListDbNodesRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
ListDbNodesRequest.Builder |
|
clearPageSize()
public ListDbNodesRequest.Builder clearPageSize()Optional. The maximum number of items to return. If unspecified, at most 50 db nodes will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.
int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ListDbNodesRequest.Builder |
This builder for chaining. |
clearPageToken()
public ListDbNodesRequest.Builder clearPageToken()Optional. A token identifying a page of results the node should return.
string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ListDbNodesRequest.Builder |
This builder for chaining. |
clearParent()
public ListDbNodesRequest.Builder clearParent()Required. The parent value for database node in the following format: projects/{project}/locations/{location}/cloudVmClusters/{cloudVmCluster}. .
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ListDbNodesRequest.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public ListDbNodesRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ListDbNodesRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getPageSize()
public int getPageSize()Optional. The maximum number of items to return. If unspecified, at most 50 db nodes will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.
int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
int |
The pageSize. |
getPageToken()
public String getPageToken()Optional. A token identifying a page of results the node should return.
string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The pageToken. |
getPageTokenBytes()
public ByteString getPageTokenBytes()Optional. A token identifying a page of results the node should return.
string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for pageToken. |
getParent()
public String getParent()Required. The parent value for database node in the following format: projects/{project}/locations/{location}/cloudVmClusters/{cloudVmCluster}. .
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The parent. |
getParentBytes()
public ByteString getParentBytes()Required. The parent value for database node in the following format: projects/{project}/locations/{location}/cloudVmClusters/{cloudVmCluster}. .
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(ListDbNodesRequest other)
public ListDbNodesRequest.Builder mergeFrom(ListDbNodesRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListDbNodesRequest |
| Returns | |
|---|---|
| Type | Description |
ListDbNodesRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ListDbNodesRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ListDbNodesRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public ListDbNodesRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
ListDbNodesRequest.Builder |
|
setPageSize(int value)
public ListDbNodesRequest.Builder setPageSize(int value)Optional. The maximum number of items to return. If unspecified, at most 50 db nodes will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.
int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
intThe pageSize to set. |
| Returns | |
|---|---|
| Type | Description |
ListDbNodesRequest.Builder |
This builder for chaining. |
setPageToken(String value)
public ListDbNodesRequest.Builder setPageToken(String value)Optional. A token identifying a page of results the node should return.
string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe pageToken to set. |
| Returns | |
|---|---|
| Type | Description |
ListDbNodesRequest.Builder |
This builder for chaining. |
setPageTokenBytes(ByteString value)
public ListDbNodesRequest.Builder setPageTokenBytes(ByteString value)Optional. A token identifying a page of results the node should return.
string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for pageToken to set. |
| Returns | |
|---|---|
| Type | Description |
ListDbNodesRequest.Builder |
This builder for chaining. |
setParent(String value)
public ListDbNodesRequest.Builder setParent(String value)Required. The parent value for database node in the following format: projects/{project}/locations/{location}/cloudVmClusters/{cloudVmCluster}. .
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe parent to set. |
| Returns | |
|---|---|
| Type | Description |
ListDbNodesRequest.Builder |
This builder for chaining. |
setParentBytes(ByteString value)
public ListDbNodesRequest.Builder setParentBytes(ByteString value)Required. The parent value for database node in the following format: projects/{project}/locations/{location}/cloudVmClusters/{cloudVmCluster}. .
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 |
ListDbNodesRequest.Builder |
This builder for chaining. |