Class ListInstancesRequest.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<ListInstancesRequest.Builder>
-
- com.google.cloud.datafusion.v1beta1.ListInstancesRequest.Builder
-
- All Implemented Interfaces:
ListInstancesRequestOrBuilder,com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Cloneable
- Enclosing class:
- ListInstancesRequest
public static final class ListInstancesRequest.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ListInstancesRequest.Builder> implements ListInstancesRequestOrBuilder
Request message for listing Data Fusion instances.
Protobuf typegoogle.cloud.datafusion.v1beta1.ListInstancesRequest
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ListInstancesRequest.BuilderaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)ListInstancesRequestbuild()ListInstancesRequestbuildPartial()ListInstancesRequest.Builderclear()ListInstancesRequest.BuilderclearField(com.google.protobuf.Descriptors.FieldDescriptor field)ListInstancesRequest.BuilderclearFilter()List filter.ListInstancesRequest.BuilderclearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)ListInstancesRequest.BuilderclearOrderBy()Sort results.ListInstancesRequest.BuilderclearPageSize()The maximum number of items to return.ListInstancesRequest.BuilderclearPageToken()The next_page_token value to use if there are additional results to retrieve for this list request.ListInstancesRequest.BuilderclearParent()Required.ListInstancesRequest.Builderclone()ListInstancesRequestgetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()StringgetFilter()List filter.com.google.protobuf.ByteStringgetFilterBytes()List filter.StringgetOrderBy()Sort results.com.google.protobuf.ByteStringgetOrderByBytes()Sort results.intgetPageSize()The maximum number of items to return.StringgetPageToken()The next_page_token value to use if there are additional results to retrieve for this list request.com.google.protobuf.ByteStringgetPageTokenBytes()The next_page_token value to use if there are additional results to retrieve for this list request.StringgetParent()Required.com.google.protobuf.ByteStringgetParentBytes()Required.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()ListInstancesRequest.BuildermergeFrom(ListInstancesRequest other)ListInstancesRequest.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)ListInstancesRequest.BuildermergeFrom(com.google.protobuf.Message other)ListInstancesRequest.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)ListInstancesRequest.BuildersetField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)ListInstancesRequest.BuildersetFilter(String value)List filter.ListInstancesRequest.BuildersetFilterBytes(com.google.protobuf.ByteString value)List filter.ListInstancesRequest.BuildersetOrderBy(String value)Sort results.ListInstancesRequest.BuildersetOrderByBytes(com.google.protobuf.ByteString value)Sort results.ListInstancesRequest.BuildersetPageSize(int value)The maximum number of items to return.ListInstancesRequest.BuildersetPageToken(String value)The next_page_token value to use if there are additional results to retrieve for this list request.ListInstancesRequest.BuildersetPageTokenBytes(com.google.protobuf.ByteString value)The next_page_token value to use if there are additional results to retrieve for this list request.ListInstancesRequest.BuildersetParent(String value)Required.ListInstancesRequest.BuildersetParentBytes(com.google.protobuf.ByteString value)Required.ListInstancesRequest.BuildersetRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)ListInstancesRequest.BuildersetUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3.Builder<ListInstancesRequest.Builder>
-
clear
public ListInstancesRequest.Builder clear()
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessageV3.Builder<ListInstancesRequest.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessageV3.Builder<ListInstancesRequest.Builder>
-
getDefaultInstanceForType
public ListInstancesRequest getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
public ListInstancesRequest build()
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public ListInstancesRequest buildPartial()
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
public ListInstancesRequest.Builder clone()
- Specified by:
clonein interfacecom.google.protobuf.Message.Builder- Specified by:
clonein interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clonein classcom.google.protobuf.GeneratedMessageV3.Builder<ListInstancesRequest.Builder>
-
setField
public ListInstancesRequest.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<ListInstancesRequest.Builder>
-
clearField
public ListInstancesRequest.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<ListInstancesRequest.Builder>
-
clearOneof
public ListInstancesRequest.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<ListInstancesRequest.Builder>
-
setRepeatedField
public ListInstancesRequest.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<ListInstancesRequest.Builder>
-
addRepeatedField
public ListInstancesRequest.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
addRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<ListInstancesRequest.Builder>
-
mergeFrom
public ListInstancesRequest.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<ListInstancesRequest.Builder>
-
mergeFrom
public ListInstancesRequest.Builder mergeFrom(ListInstancesRequest other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<ListInstancesRequest.Builder>
-
mergeFrom
public ListInstancesRequest.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<ListInstancesRequest.Builder>- Throws:
IOException
-
getParent
public String getParent()
Required. The project and location for which to retrieve instance information in the format projects/{project}/locations/{location}. If the location is specified as '-' (wildcard), then all regions available to the project are queried, and the results are aggregated.string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }- Specified by:
getParentin interfaceListInstancesRequestOrBuilder- Returns:
- The parent.
-
getParentBytes
public com.google.protobuf.ByteString getParentBytes()
Required. The project and location for which to retrieve instance information in the format projects/{project}/locations/{location}. If the location is specified as '-' (wildcard), then all regions available to the project are queried, and the results are aggregated.string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }- Specified by:
getParentBytesin interfaceListInstancesRequestOrBuilder- Returns:
- The bytes for parent.
-
setParent
public ListInstancesRequest.Builder setParent(String value)
Required. The project and location for which to retrieve instance information in the format projects/{project}/locations/{location}. If the location is specified as '-' (wildcard), then all regions available to the project are queried, and the results are aggregated.string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }- Parameters:
value- The parent to set.- Returns:
- This builder for chaining.
-
clearParent
public ListInstancesRequest.Builder clearParent()
Required. The project and location for which to retrieve instance information in the format projects/{project}/locations/{location}. If the location is specified as '-' (wildcard), then all regions available to the project are queried, and the results are aggregated.string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }- Returns:
- This builder for chaining.
-
setParentBytes
public ListInstancesRequest.Builder setParentBytes(com.google.protobuf.ByteString value)
Required. The project and location for which to retrieve instance information in the format projects/{project}/locations/{location}. If the location is specified as '-' (wildcard), then all regions available to the project are queried, and the results are aggregated.string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }- Parameters:
value- The bytes for parent to set.- Returns:
- This builder for chaining.
-
getPageSize
public int getPageSize()
The maximum number of items to return.
int32 page_size = 2;- Specified by:
getPageSizein interfaceListInstancesRequestOrBuilder- Returns:
- The pageSize.
-
setPageSize
public ListInstancesRequest.Builder setPageSize(int value)
The maximum number of items to return.
int32 page_size = 2;- Parameters:
value- The pageSize to set.- Returns:
- This builder for chaining.
-
clearPageSize
public ListInstancesRequest.Builder clearPageSize()
The maximum number of items to return.
int32 page_size = 2;- Returns:
- This builder for chaining.
-
getPageToken
public String getPageToken()
The next_page_token value to use if there are additional results to retrieve for this list request.
string page_token = 3;- Specified by:
getPageTokenin interfaceListInstancesRequestOrBuilder- Returns:
- The pageToken.
-
getPageTokenBytes
public com.google.protobuf.ByteString getPageTokenBytes()
The next_page_token value to use if there are additional results to retrieve for this list request.
string page_token = 3;- Specified by:
getPageTokenBytesin interfaceListInstancesRequestOrBuilder- Returns:
- The bytes for pageToken.
-
setPageToken
public ListInstancesRequest.Builder setPageToken(String value)
The next_page_token value to use if there are additional results to retrieve for this list request.
string page_token = 3;- Parameters:
value- The pageToken to set.- Returns:
- This builder for chaining.
-
clearPageToken
public ListInstancesRequest.Builder clearPageToken()
The next_page_token value to use if there are additional results to retrieve for this list request.
string page_token = 3;- Returns:
- This builder for chaining.
-
setPageTokenBytes
public ListInstancesRequest.Builder setPageTokenBytes(com.google.protobuf.ByteString value)
The next_page_token value to use if there are additional results to retrieve for this list request.
string page_token = 3;- Parameters:
value- The bytes for pageToken to set.- Returns:
- This builder for chaining.
-
getFilter
public String getFilter()
List filter.
string filter = 4;- Specified by:
getFilterin interfaceListInstancesRequestOrBuilder- Returns:
- The filter.
-
getFilterBytes
public com.google.protobuf.ByteString getFilterBytes()
List filter.
string filter = 4;- Specified by:
getFilterBytesin interfaceListInstancesRequestOrBuilder- Returns:
- The bytes for filter.
-
setFilter
public ListInstancesRequest.Builder setFilter(String value)
List filter.
string filter = 4;- Parameters:
value- The filter to set.- Returns:
- This builder for chaining.
-
clearFilter
public ListInstancesRequest.Builder clearFilter()
List filter.
string filter = 4;- Returns:
- This builder for chaining.
-
setFilterBytes
public ListInstancesRequest.Builder setFilterBytes(com.google.protobuf.ByteString value)
List filter.
string filter = 4;- Parameters:
value- The bytes for filter to set.- Returns:
- This builder for chaining.
-
getOrderBy
public String getOrderBy()
Sort results. Supported values are "name", "name desc", or "" (unsorted).
string order_by = 5;- Specified by:
getOrderByin interfaceListInstancesRequestOrBuilder- Returns:
- The orderBy.
-
getOrderByBytes
public com.google.protobuf.ByteString getOrderByBytes()
Sort results. Supported values are "name", "name desc", or "" (unsorted).
string order_by = 5;- Specified by:
getOrderByBytesin interfaceListInstancesRequestOrBuilder- Returns:
- The bytes for orderBy.
-
setOrderBy
public ListInstancesRequest.Builder setOrderBy(String value)
Sort results. Supported values are "name", "name desc", or "" (unsorted).
string order_by = 5;- Parameters:
value- The orderBy to set.- Returns:
- This builder for chaining.
-
clearOrderBy
public ListInstancesRequest.Builder clearOrderBy()
Sort results. Supported values are "name", "name desc", or "" (unsorted).
string order_by = 5;- Returns:
- This builder for chaining.
-
setOrderByBytes
public ListInstancesRequest.Builder setOrderByBytes(com.google.protobuf.ByteString value)
Sort results. Supported values are "name", "name desc", or "" (unsorted).
string order_by = 5;- Parameters:
value- The bytes for orderBy to set.- Returns:
- This builder for chaining.
-
setUnknownFields
public final ListInstancesRequest.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<ListInstancesRequest.Builder>
-
mergeUnknownFields
public final ListInstancesRequest.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<ListInstancesRequest.Builder>
-
-