- 0.83.0 (latest)
- 0.82.0
- 0.80.0
- 0.78.0
- 0.76.0
- 0.75.0
- 0.74.0
- 0.73.0
- 0.72.0
- 0.70.0
- 0.68.0
- 0.67.0
- 0.64.0
- 0.63.0
- 0.62.0
- 0.60.0
- 0.59.0
- 0.58.0
- 0.57.0
- 0.56.0
- 0.55.0
- 0.54.0
- 0.53.0
- 0.52.0
- 0.51.0
- 0.49.0
- 0.48.0
- 0.47.0
- 0.46.0
- 0.45.0
- 0.44.0
- 0.43.0
- 0.42.0
- 0.41.0
- 0.40.0
- 0.39.0
- 0.37.0
- 0.36.0
- 0.35.0
- 0.34.0
- 0.33.0
- 0.32.0
- 0.31.0
- 0.30.0
- 0.29.0
- 0.28.0
- 0.27.0
- 0.24.0
- 0.23.0
- 0.22.0
- 0.21.0
- 0.20.0
- 0.19.0
- 0.18.0
- 0.17.0
- 0.16.0
- 0.15.0
- 0.14.0
- 0.13.0
- 0.12.0
- 0.11.0
- 0.9.0
- 0.8.0
- 0.7.0
- 0.6.0
- 0.5.0
- 0.4.0
- 0.3.5
- 0.2.1
- 0.1.2
public static final class ListServicesResponse.Builder extends GeneratedMessageV3.Builder<ListServicesResponse.Builder> implements ListServicesResponseOrBuilderResponse message containing a list of Services.
Protobuf type google.cloud.run.v2.ListServicesResponse
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > ListServicesResponse.BuilderImplements
ListServicesResponseOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addAllServices(Iterable<? extends Service> values)
public ListServicesResponse.Builder addAllServices(Iterable<? extends Service> values)The resulting list of Services.
repeated .google.cloud.run.v2.Service services = 1;
| Parameter | |
|---|---|
| Name | Description |
values |
Iterable<? extends com.google.cloud.run.v2.Service> |
| Returns | |
|---|---|
| Type | Description |
ListServicesResponse.Builder |
|
addAllUnreachable(Iterable<String> values)
public ListServicesResponse.Builder addAllUnreachable(Iterable<String> values)Output only. For global requests, returns the list of regions that could not be reached within the deadline.
repeated string unreachable = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
values |
Iterable<String>The unreachable to add. |
| Returns | |
|---|---|
| Type | Description |
ListServicesResponse.Builder |
This builder for chaining. |
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ListServicesResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
ListServicesResponse.Builder |
|
addServices(Service value)
public ListServicesResponse.Builder addServices(Service value)The resulting list of Services.
repeated .google.cloud.run.v2.Service services = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
Service |
| Returns | |
|---|---|
| Type | Description |
ListServicesResponse.Builder |
|
addServices(Service.Builder builderForValue)
public ListServicesResponse.Builder addServices(Service.Builder builderForValue)The resulting list of Services.
repeated .google.cloud.run.v2.Service services = 1;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Service.Builder |
| Returns | |
|---|---|
| Type | Description |
ListServicesResponse.Builder |
|
addServices(int index, Service value)
public ListServicesResponse.Builder addServices(int index, Service value)The resulting list of Services.
repeated .google.cloud.run.v2.Service services = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
Service |
| Returns | |
|---|---|
| Type | Description |
ListServicesResponse.Builder |
|
addServices(int index, Service.Builder builderForValue)
public ListServicesResponse.Builder addServices(int index, Service.Builder builderForValue)The resulting list of Services.
repeated .google.cloud.run.v2.Service services = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
Service.Builder |
| Returns | |
|---|---|
| Type | Description |
ListServicesResponse.Builder |
|
addServicesBuilder()
public Service.Builder addServicesBuilder()The resulting list of Services.
repeated .google.cloud.run.v2.Service services = 1;
| Returns | |
|---|---|
| Type | Description |
Service.Builder |
|
addServicesBuilder(int index)
public Service.Builder addServicesBuilder(int index)The resulting list of Services.
repeated .google.cloud.run.v2.Service services = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Service.Builder |
|
addUnreachable(String value)
public ListServicesResponse.Builder addUnreachable(String value)Output only. For global requests, returns the list of regions that could not be reached within the deadline.
repeated string unreachable = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe unreachable to add. |
| Returns | |
|---|---|
| Type | Description |
ListServicesResponse.Builder |
This builder for chaining. |
addUnreachableBytes(ByteString value)
public ListServicesResponse.Builder addUnreachableBytes(ByteString value)Output only. For global requests, returns the list of regions that could not be reached within the deadline.
repeated string unreachable = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes of the unreachable to add. |
| Returns | |
|---|---|
| Type | Description |
ListServicesResponse.Builder |
This builder for chaining. |
build()
public ListServicesResponse build()| Returns | |
|---|---|
| Type | Description |
ListServicesResponse |
|
buildPartial()
public ListServicesResponse buildPartial()| Returns | |
|---|---|
| Type | Description |
ListServicesResponse |
|
clear()
public ListServicesResponse.Builder clear()| Returns | |
|---|---|
| Type | Description |
ListServicesResponse.Builder |
|
clearField(Descriptors.FieldDescriptor field)
public ListServicesResponse.Builder clearField(Descriptors.FieldDescriptor field)| Parameter | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
| Returns | |
|---|---|
| Type | Description |
ListServicesResponse.Builder |
|
clearNextPageToken()
public ListServicesResponse.Builder clearNextPageToken()A token indicating there are more items than page_size. Use it in the next ListServices request to continue.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
ListServicesResponse.Builder |
This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public ListServicesResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Parameter | |
|---|---|
| Name | Description |
oneof |
OneofDescriptor |
| Returns | |
|---|---|
| Type | Description |
ListServicesResponse.Builder |
|
clearServices()
public ListServicesResponse.Builder clearServices()The resulting list of Services.
repeated .google.cloud.run.v2.Service services = 1;
| Returns | |
|---|---|
| Type | Description |
ListServicesResponse.Builder |
|
clearUnreachable()
public ListServicesResponse.Builder clearUnreachable()Output only. For global requests, returns the list of regions that could not be reached within the deadline.
repeated string unreachable = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ListServicesResponse.Builder |
This builder for chaining. |
clone()
public ListServicesResponse.Builder clone()| Returns | |
|---|---|
| Type | Description |
ListServicesResponse.Builder |
|
getDefaultInstanceForType()
public ListServicesResponse getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ListServicesResponse |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getNextPageToken()
public String getNextPageToken()A token indicating there are more items than page_size. Use it in the next ListServices request to continue.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The nextPageToken. |
getNextPageTokenBytes()
public ByteString getNextPageTokenBytes()A token indicating there are more items than page_size. Use it in the next ListServices request to continue.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for nextPageToken. |
getServices(int index)
public Service getServices(int index)The resulting list of Services.
repeated .google.cloud.run.v2.Service services = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Service |
|
getServicesBuilder(int index)
public Service.Builder getServicesBuilder(int index)The resulting list of Services.
repeated .google.cloud.run.v2.Service services = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Service.Builder |
|
getServicesBuilderList()
public List<Service.Builder> getServicesBuilderList()The resulting list of Services.
repeated .google.cloud.run.v2.Service services = 1;
| Returns | |
|---|---|
| Type | Description |
List<Builder> |
|
getServicesCount()
public int getServicesCount()The resulting list of Services.
repeated .google.cloud.run.v2.Service services = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getServicesList()
public List<Service> getServicesList()The resulting list of Services.
repeated .google.cloud.run.v2.Service services = 1;
| Returns | |
|---|---|
| Type | Description |
List<Service> |
|
getServicesOrBuilder(int index)
public ServiceOrBuilder getServicesOrBuilder(int index)The resulting list of Services.
repeated .google.cloud.run.v2.Service services = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ServiceOrBuilder |
|
getServicesOrBuilderList()
public List<? extends ServiceOrBuilder> getServicesOrBuilderList()The resulting list of Services.
repeated .google.cloud.run.v2.Service services = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.run.v2.ServiceOrBuilder> |
|
getUnreachable(int index)
public String getUnreachable(int index)Output only. For global requests, returns the list of regions that could not be reached within the deadline.
repeated string unreachable = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the element to return. |
| Returns | |
|---|---|
| Type | Description |
String |
The unreachable at the given index. |
getUnreachableBytes(int index)
public ByteString getUnreachableBytes(int index)Output only. For global requests, returns the list of regions that could not be reached within the deadline.
repeated string unreachable = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the value to return. |
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes of the unreachable at the given index. |
getUnreachableCount()
public int getUnreachableCount()Output only. For global requests, returns the list of regions that could not be reached within the deadline.
repeated string unreachable = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
int |
The count of unreachable. |
getUnreachableList()
public ProtocolStringList getUnreachableList()Output only. For global requests, returns the list of regions that could not be reached within the deadline.
repeated string unreachable = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ProtocolStringList |
A list containing the unreachable. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(ListServicesResponse other)
public ListServicesResponse.Builder mergeFrom(ListServicesResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListServicesResponse |
| Returns | |
|---|---|
| Type | Description |
ListServicesResponse.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ListServicesResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ListServicesResponse.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public ListServicesResponse.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
ListServicesResponse.Builder |
|
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ListServicesResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description |
unknownFields |
UnknownFieldSet |
| Returns | |
|---|---|
| Type | Description |
ListServicesResponse.Builder |
|
removeServices(int index)
public ListServicesResponse.Builder removeServices(int index)The resulting list of Services.
repeated .google.cloud.run.v2.Service services = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ListServicesResponse.Builder |
|
setField(Descriptors.FieldDescriptor field, Object value)
public ListServicesResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
ListServicesResponse.Builder |
|
setNextPageToken(String value)
public ListServicesResponse.Builder setNextPageToken(String value)A token indicating there are more items than page_size. Use it in the next ListServices request to continue.
string next_page_token = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe nextPageToken to set. |
| Returns | |
|---|---|
| Type | Description |
ListServicesResponse.Builder |
This builder for chaining. |
setNextPageTokenBytes(ByteString value)
public ListServicesResponse.Builder setNextPageTokenBytes(ByteString value)A token indicating there are more items than page_size. Use it in the next ListServices request to continue.
string next_page_token = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for nextPageToken to set. |
| Returns | |
|---|---|
| Type | Description |
ListServicesResponse.Builder |
This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ListServicesResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
ListServicesResponse.Builder |
|
setServices(int index, Service value)
public ListServicesResponse.Builder setServices(int index, Service value)The resulting list of Services.
repeated .google.cloud.run.v2.Service services = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
Service |
| Returns | |
|---|---|
| Type | Description |
ListServicesResponse.Builder |
|
setServices(int index, Service.Builder builderForValue)
public ListServicesResponse.Builder setServices(int index, Service.Builder builderForValue)The resulting list of Services.
repeated .google.cloud.run.v2.Service services = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
Service.Builder |
| Returns | |
|---|---|
| Type | Description |
ListServicesResponse.Builder |
|
setUnknownFields(UnknownFieldSet unknownFields)
public final ListServicesResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description |
unknownFields |
UnknownFieldSet |
| Returns | |
|---|---|
| Type | Description |
ListServicesResponse.Builder |
|
setUnreachable(int index, String value)
public ListServicesResponse.Builder setUnreachable(int index, String value)Output only. For global requests, returns the list of regions that could not be reached within the deadline.
repeated string unreachable = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameters | |
|---|---|
| Name | Description |
index |
intThe index to set the value at. |
value |
StringThe unreachable to set. |
| Returns | |
|---|---|
| Type | Description |
ListServicesResponse.Builder |
This builder for chaining. |