Class ListServicesRequest.Builder (2.31.0)
Stay organized with collections
Save and categorize content based on your preferences.
- 2.80.0 (latest)
- 2.78.0
- 2.76.0
- 2.75.0
- 2.74.0
- 2.73.0
- 2.72.0
- 2.70.0
- 2.68.0
- 2.67.0
- 2.64.0
- 2.63.0
- 2.62.0
- 2.60.0
- 2.59.0
- 2.58.0
- 2.57.0
- 2.56.0
- 2.55.0
- 2.54.0
- 2.53.0
- 2.52.0
- 2.51.0
- 2.49.0
- 2.48.0
- 2.47.0
- 2.46.0
- 2.45.0
- 2.44.0
- 2.43.0
- 2.42.0
- 2.41.0
- 2.40.0
- 2.39.0
- 2.37.0
- 2.36.0
- 2.35.0
- 2.34.0
- 2.33.0
- 2.32.0
- 2.31.0
- 2.30.0
- 2.29.0
- 2.28.0
- 2.27.0
- 2.24.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.12.0
- 2.11.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.0
- 2.4.0
- 2.3.7
- 2.2.8
publicstaticfinalclass ListServicesRequest.BuilderextendsGeneratedMessageV3.Builder<ListServicesRequest.Builder>implementsListServicesRequestOrBuilder Request message for the ListServices method.
Protobuf type google.api.serviceusage.v1beta1.ListServicesRequest
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > ListServicesRequest.BuilderImplements
ListServicesRequestOrBuilderInherited Members
Static Methods
getDescriptor()
publicstaticfinalDescriptors.DescriptorgetDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
publicListServicesRequest.BuilderaddRepeatedField(Descriptors.FieldDescriptorfield,Objectvalue)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
ListServicesRequest.Builder |
|
build()
publicListServicesRequestbuild()| Returns | |
|---|---|
| Type | Description |
ListServicesRequest |
|
buildPartial()
publicListServicesRequestbuildPartial()| Returns | |
|---|---|
| Type | Description |
ListServicesRequest |
|
clear()
publicListServicesRequest.Builderclear()| Returns | |
|---|---|
| Type | Description |
ListServicesRequest.Builder |
|
clearField(Descriptors.FieldDescriptor field)
publicListServicesRequest.BuilderclearField(Descriptors.FieldDescriptorfield)| Parameter | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
| Returns | |
|---|---|
| Type | Description |
ListServicesRequest.Builder |
|
clearFilter()
publicListServicesRequest.BuilderclearFilter() Only list services that conform to the given filter.
The allowed filter strings are state:ENABLED and state:DISABLED.
string filter = 4;
| Returns | |
|---|---|
| Type | Description |
ListServicesRequest.Builder |
This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
publicListServicesRequest.BuilderclearOneof(Descriptors.OneofDescriptoroneof)| Parameter | |
|---|---|
| Name | Description |
oneof |
OneofDescriptor |
| Returns | |
|---|---|
| Type | Description |
ListServicesRequest.Builder |
|
clearPageSize()
publicListServicesRequest.BuilderclearPageSize()Requested size of the next page of data. Requested page size cannot exceed 200. If not set, the default page size is 50.
int32 page_size = 2;
| Returns | |
|---|---|
| Type | Description |
ListServicesRequest.Builder |
This builder for chaining. |
clearPageToken()
publicListServicesRequest.BuilderclearPageToken()Token identifying which result to start with, which is returned by a previous list call.
string page_token = 3;
| Returns | |
|---|---|
| Type | Description |
ListServicesRequest.Builder |
This builder for chaining. |
clearParent()
publicListServicesRequest.BuilderclearParent()Parent to search for services on.
An example name would be:
projects/123
where 123 is the project number (not project ID).
string parent = 1;
| Returns | |
|---|---|
| Type | Description |
ListServicesRequest.Builder |
This builder for chaining. |
clone()
publicListServicesRequest.Builderclone()| Returns | |
|---|---|
| Type | Description |
ListServicesRequest.Builder |
|
getDefaultInstanceForType()
publicListServicesRequestgetDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ListServicesRequest |
|
getDescriptorForType()
publicDescriptors.DescriptorgetDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getFilter()
publicStringgetFilter() Only list services that conform to the given filter.
The allowed filter strings are state:ENABLED and state:DISABLED.
string filter = 4;
| Returns | |
|---|---|
| Type | Description |
String |
The filter. |
getFilterBytes()
publicByteStringgetFilterBytes() Only list services that conform to the given filter.
The allowed filter strings are state:ENABLED and state:DISABLED.
string filter = 4;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for filter. |
getPageSize()
publicintgetPageSize()Requested size of the next page of data. Requested page size cannot exceed 200. If not set, the default page size is 50.
int32 page_size = 2;
| Returns | |
|---|---|
| Type | Description |
int |
The pageSize. |
getPageToken()
publicStringgetPageToken()Token identifying which result to start with, which is returned by a previous list call.
string page_token = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The pageToken. |
getPageTokenBytes()
publicByteStringgetPageTokenBytes()Token identifying which result to start with, which is returned by a previous list call.
string page_token = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for pageToken. |
getParent()
publicStringgetParent()Parent to search for services on.
An example name would be:
projects/123
where 123 is the project number (not project ID).
string parent = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The parent. |
getParentBytes()
publicByteStringgetParentBytes()Parent to search for services on.
An example name would be:
projects/123
where 123 is the project number (not project ID).
string parent = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for parent. |
internalGetFieldAccessorTable()
protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
publicfinalbooleanisInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(ListServicesRequest other)
publicListServicesRequest.BuildermergeFrom(ListServicesRequestother)| Parameter | |
|---|---|
| Name | Description |
other |
ListServicesRequest |
| Returns | |
|---|---|
| Type | Description |
ListServicesRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
publicListServicesRequest.BuildermergeFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ListServicesRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
publicListServicesRequest.BuildermergeFrom(Messageother)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
ListServicesRequest.Builder |
|
mergeUnknownFields(UnknownFieldSet unknownFields)
publicfinalListServicesRequest.BuildermergeUnknownFields(UnknownFieldSetunknownFields)| Parameter | |
|---|---|
| Name | Description |
unknownFields |
UnknownFieldSet |
| Returns | |
|---|---|
| Type | Description |
ListServicesRequest.Builder |
|
setField(Descriptors.FieldDescriptor field, Object value)
publicListServicesRequest.BuildersetField(Descriptors.FieldDescriptorfield,Objectvalue)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
ListServicesRequest.Builder |
|
setFilter(String value)
publicListServicesRequest.BuildersetFilter(Stringvalue) Only list services that conform to the given filter.
The allowed filter strings are state:ENABLED and state:DISABLED.
string filter = 4;
| Parameter | |
|---|---|
| Name | Description |
value |
String The filter to set. |
| Returns | |
|---|---|
| Type | Description |
ListServicesRequest.Builder |
This builder for chaining. |
setFilterBytes(ByteString value)
publicListServicesRequest.BuildersetFilterBytes(ByteStringvalue) Only list services that conform to the given filter.
The allowed filter strings are state:ENABLED and state:DISABLED.
string filter = 4;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteString The bytes for filter to set. |
| Returns | |
|---|---|
| Type | Description |
ListServicesRequest.Builder |
This builder for chaining. |
setPageSize(int value)
publicListServicesRequest.BuildersetPageSize(intvalue)Requested size of the next page of data. Requested page size cannot exceed 200. If not set, the default page size is 50.
int32 page_size = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
int The pageSize to set. |
| Returns | |
|---|---|
| Type | Description |
ListServicesRequest.Builder |
This builder for chaining. |
setPageToken(String value)
publicListServicesRequest.BuildersetPageToken(Stringvalue)Token identifying which result to start with, which is returned by a previous list call.
string page_token = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
String The pageToken to set. |
| Returns | |
|---|---|
| Type | Description |
ListServicesRequest.Builder |
This builder for chaining. |
setPageTokenBytes(ByteString value)
publicListServicesRequest.BuildersetPageTokenBytes(ByteStringvalue)Token identifying which result to start with, which is returned by a previous list call.
string page_token = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteString The bytes for pageToken to set. |
| Returns | |
|---|---|
| Type | Description |
ListServicesRequest.Builder |
This builder for chaining. |
setParent(String value)
publicListServicesRequest.BuildersetParent(Stringvalue)Parent to search for services on.
An example name would be:
projects/123
where 123 is the project number (not project ID).
string parent = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
String The parent to set. |
| Returns | |
|---|---|
| Type | Description |
ListServicesRequest.Builder |
This builder for chaining. |
setParentBytes(ByteString value)
publicListServicesRequest.BuildersetParentBytes(ByteStringvalue)Parent to search for services on.
An example name would be:
projects/123
where 123 is the project number (not project ID).
string parent = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteString The bytes for parent to set. |
| Returns | |
|---|---|
| Type | Description |
ListServicesRequest.Builder |
This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
publicListServicesRequest.BuildersetRepeatedField(Descriptors.FieldDescriptorfield,intindex,Objectvalue)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
ListServicesRequest.Builder |
|
setUnknownFields(UnknownFieldSet unknownFields)
publicfinalListServicesRequest.BuildersetUnknownFields(UnknownFieldSetunknownFields)| Parameter | |
|---|---|
| Name | Description |
unknownFields |
UnknownFieldSet |
| Returns | |
|---|---|
| Type | Description |
ListServicesRequest.Builder |
|