public static final class ListClustersRequest.Builder extends GeneratedMessageV3.Builder<ListClustersRequest.Builder> implements ListClustersRequestOrBuilder
A request to list the clusters in a project.Protobuf type
google.cloud.dataproc.v1.ListClustersRequestgetAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofmergeFrompublic static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class GeneratedMessageV3.Builder<ListClustersRequest.Builder>public ListClustersRequest.Builder clear()
clear in interface Message.Builderclear in interface MessageLite.Builderclear in class GeneratedMessageV3.Builder<ListClustersRequest.Builder>public Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface Message.BuildergetDescriptorForType in interface MessageOrBuildergetDescriptorForType in class GeneratedMessageV3.Builder<ListClustersRequest.Builder>public ListClustersRequest getDefaultInstanceForType()
getDefaultInstanceForType in interface MessageLiteOrBuildergetDefaultInstanceForType in interface MessageOrBuilderpublic ListClustersRequest build()
build in interface Message.Builderbuild in interface MessageLite.Builderpublic ListClustersRequest buildPartial()
buildPartial in interface Message.BuilderbuildPartial in interface MessageLite.Builderpublic ListClustersRequest.Builder clone()
clone in interface Message.Builderclone in interface MessageLite.Builderclone in class GeneratedMessageV3.Builder<ListClustersRequest.Builder>public ListClustersRequest.Builder setField(Descriptors.FieldDescriptor field, java.lang.Object value)
setField in interface Message.BuildersetField in class GeneratedMessageV3.Builder<ListClustersRequest.Builder>public ListClustersRequest.Builder clearField(Descriptors.FieldDescriptor field)
clearField in interface Message.BuilderclearField in class GeneratedMessageV3.Builder<ListClustersRequest.Builder>public ListClustersRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
clearOneof in interface Message.BuilderclearOneof in class GeneratedMessageV3.Builder<ListClustersRequest.Builder>public ListClustersRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, java.lang.Object value)
setRepeatedField in interface Message.BuildersetRepeatedField in class GeneratedMessageV3.Builder<ListClustersRequest.Builder>public ListClustersRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, java.lang.Object value)
addRepeatedField in interface Message.BuilderaddRepeatedField in class GeneratedMessageV3.Builder<ListClustersRequest.Builder>public ListClustersRequest.Builder mergeFrom(Message other)
mergeFrom in interface Message.BuildermergeFrom in class AbstractMessage.Builder<ListClustersRequest.Builder>public ListClustersRequest.Builder mergeFrom(ListClustersRequest other)
public final boolean isInitialized()
isInitialized in interface MessageLiteOrBuilderisInitialized in class GeneratedMessageV3.Builder<ListClustersRequest.Builder>public ListClustersRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
mergeFrom in interface Message.BuildermergeFrom in interface MessageLite.BuildermergeFrom in class AbstractMessage.Builder<ListClustersRequest.Builder>java.io.IOExceptionpublic java.lang.String getProjectId()
Required. The ID of the Google Cloud Platform project that the cluster belongs to.
string project_id = 1;getProjectId in interface ListClustersRequestOrBuilderpublic ByteString getProjectIdBytes()
Required. The ID of the Google Cloud Platform project that the cluster belongs to.
string project_id = 1;getProjectIdBytes in interface ListClustersRequestOrBuilderpublic ListClustersRequest.Builder setProjectId(java.lang.String value)
Required. The ID of the Google Cloud Platform project that the cluster belongs to.
string project_id = 1;public ListClustersRequest.Builder clearProjectId()
Required. The ID of the Google Cloud Platform project that the cluster belongs to.
string project_id = 1;public ListClustersRequest.Builder setProjectIdBytes(ByteString value)
Required. The ID of the Google Cloud Platform project that the cluster belongs to.
string project_id = 1;public java.lang.String getRegion()
Required. The Cloud Dataproc region in which to handle the request.
string region = 4;getRegion in interface ListClustersRequestOrBuilderpublic ByteString getRegionBytes()
Required. The Cloud Dataproc region in which to handle the request.
string region = 4;getRegionBytes in interface ListClustersRequestOrBuilderpublic ListClustersRequest.Builder setRegion(java.lang.String value)
Required. The Cloud Dataproc region in which to handle the request.
string region = 4;public ListClustersRequest.Builder clearRegion()
Required. The Cloud Dataproc region in which to handle the request.
string region = 4;public ListClustersRequest.Builder setRegionBytes(ByteString value)
Required. The Cloud Dataproc region in which to handle the request.
string region = 4;public java.lang.String getFilter()
Optional. A filter constraining the clusters to list. Filters are case-sensitive and have the following syntax: field = value [AND [field = value]] ... where **field** is one of `status.state`, `clusterName`, or `labels.[KEY]`, and `[KEY]` is a label key. **value** can be `*` to match all values. `status.state` can be one of the following: `ACTIVE`, `INACTIVE`, `CREATING`, `RUNNING`, `ERROR`, `DELETING`, or `UPDATING`. `ACTIVE` contains the `CREATING`, `UPDATING`, and `RUNNING` states. `INACTIVE` contains the `DELETING` and `ERROR` states. `clusterName` is the name of the cluster provided at creation time. Only the logical `AND` operator is supported; space-separated items are treated as having an implicit `AND` operator. Example filter: status.state = ACTIVE AND clusterName = mycluster AND labels.env = staging AND labels.starred = *
string filter = 5;getFilter in interface ListClustersRequestOrBuilderpublic ByteString getFilterBytes()
Optional. A filter constraining the clusters to list. Filters are case-sensitive and have the following syntax: field = value [AND [field = value]] ... where **field** is one of `status.state`, `clusterName`, or `labels.[KEY]`, and `[KEY]` is a label key. **value** can be `*` to match all values. `status.state` can be one of the following: `ACTIVE`, `INACTIVE`, `CREATING`, `RUNNING`, `ERROR`, `DELETING`, or `UPDATING`. `ACTIVE` contains the `CREATING`, `UPDATING`, and `RUNNING` states. `INACTIVE` contains the `DELETING` and `ERROR` states. `clusterName` is the name of the cluster provided at creation time. Only the logical `AND` operator is supported; space-separated items are treated as having an implicit `AND` operator. Example filter: status.state = ACTIVE AND clusterName = mycluster AND labels.env = staging AND labels.starred = *
string filter = 5;getFilterBytes in interface ListClustersRequestOrBuilderpublic ListClustersRequest.Builder setFilter(java.lang.String value)
Optional. A filter constraining the clusters to list. Filters are case-sensitive and have the following syntax: field = value [AND [field = value]] ... where **field** is one of `status.state`, `clusterName`, or `labels.[KEY]`, and `[KEY]` is a label key. **value** can be `*` to match all values. `status.state` can be one of the following: `ACTIVE`, `INACTIVE`, `CREATING`, `RUNNING`, `ERROR`, `DELETING`, or `UPDATING`. `ACTIVE` contains the `CREATING`, `UPDATING`, and `RUNNING` states. `INACTIVE` contains the `DELETING` and `ERROR` states. `clusterName` is the name of the cluster provided at creation time. Only the logical `AND` operator is supported; space-separated items are treated as having an implicit `AND` operator. Example filter: status.state = ACTIVE AND clusterName = mycluster AND labels.env = staging AND labels.starred = *
string filter = 5;public ListClustersRequest.Builder clearFilter()
Optional. A filter constraining the clusters to list. Filters are case-sensitive and have the following syntax: field = value [AND [field = value]] ... where **field** is one of `status.state`, `clusterName`, or `labels.[KEY]`, and `[KEY]` is a label key. **value** can be `*` to match all values. `status.state` can be one of the following: `ACTIVE`, `INACTIVE`, `CREATING`, `RUNNING`, `ERROR`, `DELETING`, or `UPDATING`. `ACTIVE` contains the `CREATING`, `UPDATING`, and `RUNNING` states. `INACTIVE` contains the `DELETING` and `ERROR` states. `clusterName` is the name of the cluster provided at creation time. Only the logical `AND` operator is supported; space-separated items are treated as having an implicit `AND` operator. Example filter: status.state = ACTIVE AND clusterName = mycluster AND labels.env = staging AND labels.starred = *
string filter = 5;public ListClustersRequest.Builder setFilterBytes(ByteString value)
Optional. A filter constraining the clusters to list. Filters are case-sensitive and have the following syntax: field = value [AND [field = value]] ... where **field** is one of `status.state`, `clusterName`, or `labels.[KEY]`, and `[KEY]` is a label key. **value** can be `*` to match all values. `status.state` can be one of the following: `ACTIVE`, `INACTIVE`, `CREATING`, `RUNNING`, `ERROR`, `DELETING`, or `UPDATING`. `ACTIVE` contains the `CREATING`, `UPDATING`, and `RUNNING` states. `INACTIVE` contains the `DELETING` and `ERROR` states. `clusterName` is the name of the cluster provided at creation time. Only the logical `AND` operator is supported; space-separated items are treated as having an implicit `AND` operator. Example filter: status.state = ACTIVE AND clusterName = mycluster AND labels.env = staging AND labels.starred = *
string filter = 5;public int getPageSize()
Optional. The standard List page size.
int32 page_size = 2;getPageSize in interface ListClustersRequestOrBuilderpublic ListClustersRequest.Builder setPageSize(int value)
Optional. The standard List page size.
int32 page_size = 2;public ListClustersRequest.Builder clearPageSize()
Optional. The standard List page size.
int32 page_size = 2;public java.lang.String getPageToken()
Optional. The standard List page token.
string page_token = 3;getPageToken in interface ListClustersRequestOrBuilderpublic ByteString getPageTokenBytes()
Optional. The standard List page token.
string page_token = 3;getPageTokenBytes in interface ListClustersRequestOrBuilderpublic ListClustersRequest.Builder setPageToken(java.lang.String value)
Optional. The standard List page token.
string page_token = 3;public ListClustersRequest.Builder clearPageToken()
Optional. The standard List page token.
string page_token = 3;public ListClustersRequest.Builder setPageTokenBytes(ByteString value)
Optional. The standard List page token.
string page_token = 3;public final ListClustersRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
setUnknownFields in interface Message.BuildersetUnknownFields in class GeneratedMessageV3.Builder<ListClustersRequest.Builder>public final ListClustersRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
mergeUnknownFields in interface Message.BuildermergeUnknownFields in class GeneratedMessageV3.Builder<ListClustersRequest.Builder>