public static final class ListCloudVmClustersRequest.Builder extends GeneratedMessageV3.Builder<ListCloudVmClustersRequest.Builder> implements ListCloudVmClustersRequestOrBuilder
The request for CloudVmCluster.List
.
Protobuf type google.cloud.oracledatabase.v1.ListCloudVmClustersRequest
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > ListCloudVmClustersRequest.BuilderImplements
ListCloudVmClustersRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ListCloudVmClustersRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
ListCloudVmClustersRequest.Builder |
build()
public ListCloudVmClustersRequest build()
Returns | |
---|---|
Type | Description |
ListCloudVmClustersRequest |
buildPartial()
public ListCloudVmClustersRequest buildPartial()
Returns | |
---|---|
Type | Description |
ListCloudVmClustersRequest |
clear()
public ListCloudVmClustersRequest.Builder clear()
Returns | |
---|---|
Type | Description |
ListCloudVmClustersRequest.Builder |
clearField(Descriptors.FieldDescriptor field)
public ListCloudVmClustersRequest.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field |
FieldDescriptor |
Returns | |
---|---|
Type | Description |
ListCloudVmClustersRequest.Builder |
clearFilter()
public ListCloudVmClustersRequest.Builder clearFilter()
Optional. An expression for filtering the results of the request.
string filter = 4 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
ListCloudVmClustersRequest.Builder |
This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public ListCloudVmClustersRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof |
OneofDescriptor |
Returns | |
---|---|
Type | Description |
ListCloudVmClustersRequest.Builder |
clearPageSize()
public ListCloudVmClustersRequest.Builder clearPageSize()
Optional. The number of VM clusters to return. If unspecified, at most 50 VM clusters will be returned. The maximum value is 1,000.
int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
ListCloudVmClustersRequest.Builder |
This builder for chaining. |
clearPageToken()
public ListCloudVmClustersRequest.Builder clearPageToken()
Optional. A token identifying the page of results the server returns.
string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
ListCloudVmClustersRequest.Builder |
This builder for chaining. |
clearParent()
public ListCloudVmClustersRequest.Builder clearParent()
Required. The name of the parent in the following format: projects/{project}/locations/{location}.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
ListCloudVmClustersRequest.Builder |
This builder for chaining. |
clone()
public ListCloudVmClustersRequest.Builder clone()
Returns | |
---|---|
Type | Description |
ListCloudVmClustersRequest.Builder |
getDefaultInstanceForType()
public ListCloudVmClustersRequest getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
ListCloudVmClustersRequest |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
getFilter()
public String getFilter()
Optional. An expression for filtering the results of the request.
string filter = 4 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
String |
The filter. |
getFilterBytes()
public ByteString getFilterBytes()
Optional. An expression for filtering the results of the request.
string filter = 4 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for filter. |
getPageSize()
public int getPageSize()
Optional. The number of VM clusters to return. If unspecified, at most 50 VM clusters will be returned. The maximum value is 1,000.
int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
int |
The pageSize. |
getPageToken()
public String getPageToken()
Optional. A token identifying the page of results the server returns.
string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
String |
The pageToken. |
getPageTokenBytes()
public ByteString getPageTokenBytes()
Optional. A token identifying the page of results the server returns.
string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for pageToken. |
getParent()
public String getParent()
Required. The name of the parent in the following format: projects/{project}/locations/{location}.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
String |
The parent. |
getParentBytes()
public ByteString getParentBytes()
Required. The name of the parent in the following format: projects/{project}/locations/{location}.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for parent. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
mergeFrom(ListCloudVmClustersRequest other)
public ListCloudVmClustersRequest.Builder mergeFrom(ListCloudVmClustersRequest other)
Parameter | |
---|---|
Name | Description |
other |
ListCloudVmClustersRequest |
Returns | |
---|---|
Type | Description |
ListCloudVmClustersRequest.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ListCloudVmClustersRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ListCloudVmClustersRequest.Builder |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public ListCloudVmClustersRequest.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other |
Message |
Returns | |
---|---|
Type | Description |
ListCloudVmClustersRequest.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ListCloudVmClustersRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
ListCloudVmClustersRequest.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public ListCloudVmClustersRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
ListCloudVmClustersRequest.Builder |
setFilter(String value)
public ListCloudVmClustersRequest.Builder setFilter(String value)
Optional. An expression for filtering the results of the request.
string filter = 4 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
value |
String The filter to set. |
Returns | |
---|---|
Type | Description |
ListCloudVmClustersRequest.Builder |
This builder for chaining. |
setFilterBytes(ByteString value)
public ListCloudVmClustersRequest.Builder setFilterBytes(ByteString value)
Optional. An expression for filtering the results of the request.
string filter = 4 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for filter to set. |
Returns | |
---|---|
Type | Description |
ListCloudVmClustersRequest.Builder |
This builder for chaining. |
setPageSize(int value)
public ListCloudVmClustersRequest.Builder setPageSize(int value)
Optional. The number of VM clusters to return. If unspecified, at most 50 VM clusters will be returned. The maximum value is 1,000.
int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
value |
int The pageSize to set. |
Returns | |
---|---|
Type | Description |
ListCloudVmClustersRequest.Builder |
This builder for chaining. |
setPageToken(String value)
public ListCloudVmClustersRequest.Builder setPageToken(String value)
Optional. A token identifying the page of results the server returns.
string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
value |
String The pageToken to set. |
Returns | |
---|---|
Type | Description |
ListCloudVmClustersRequest.Builder |
This builder for chaining. |
setPageTokenBytes(ByteString value)
public ListCloudVmClustersRequest.Builder setPageTokenBytes(ByteString value)
Optional. A token identifying the page of results the server returns.
string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for pageToken to set. |
Returns | |
---|---|
Type | Description |
ListCloudVmClustersRequest.Builder |
This builder for chaining. |
setParent(String value)
public ListCloudVmClustersRequest.Builder setParent(String value)
Required. The name of the parent in the following format: projects/{project}/locations/{location}.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Parameter | |
---|---|
Name | Description |
value |
String The parent to set. |
Returns | |
---|---|
Type | Description |
ListCloudVmClustersRequest.Builder |
This builder for chaining. |
setParentBytes(ByteString value)
public ListCloudVmClustersRequest.Builder setParentBytes(ByteString value)
Required. The name of the parent in the following format: projects/{project}/locations/{location}.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for parent to set. |
Returns | |
---|---|
Type | Description |
ListCloudVmClustersRequest.Builder |
This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ListCloudVmClustersRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
Returns | |
---|---|
Type | Description |
ListCloudVmClustersRequest.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final ListCloudVmClustersRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
ListCloudVmClustersRequest.Builder |