- 2.54.0 (latest)
- 2.53.0
- 2.52.0
- 2.50.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.38.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.25.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.10.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.0
- 2.4.4
- 2.3.0
- 2.2.0
- 2.1.9
public static final class ListServicesResponse.Builder extends GeneratedMessageV3.Builder<ListServicesResponse.Builder> implements ListServicesResponseOrBuilder
Response message for DataprocMetastore.ListServices.
Protobuf type google.cloud.metastore.v1.ListServicesResponse
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > ListServicesResponse.BuilderImplements
ListServicesResponseOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addAllServices(Iterable<? extends Service> values)
public ListServicesResponse.Builder addAllServices(Iterable<? extends Service> values)
The services in the specified location.
repeated .google.cloud.metastore.v1.Service services = 1;
Name | Description |
values | Iterable<? extends com.google.cloud.metastore.v1.Service> |
Type | Description |
ListServicesResponse.Builder |
addAllUnreachable(Iterable<String> values)
public ListServicesResponse.Builder addAllUnreachable(Iterable<String> values)
Locations that could not be reached.
repeated string unreachable = 3;
Name | Description |
values | Iterable<String> The unreachable to add. |
Type | Description |
ListServicesResponse.Builder | This builder for chaining. |
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ListServicesResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
ListServicesResponse.Builder |
addServices(Service value)
public ListServicesResponse.Builder addServices(Service value)
The services in the specified location.
repeated .google.cloud.metastore.v1.Service services = 1;
Name | Description |
value | Service |
Type | Description |
ListServicesResponse.Builder |
addServices(Service.Builder builderForValue)
public ListServicesResponse.Builder addServices(Service.Builder builderForValue)
The services in the specified location.
repeated .google.cloud.metastore.v1.Service services = 1;
Name | Description |
builderForValue | Service.Builder |
Type | Description |
ListServicesResponse.Builder |
addServices(int index, Service value)
public ListServicesResponse.Builder addServices(int index, Service value)
The services in the specified location.
repeated .google.cloud.metastore.v1.Service services = 1;
Name | Description |
index | int |
value | Service |
Type | Description |
ListServicesResponse.Builder |
addServices(int index, Service.Builder builderForValue)
public ListServicesResponse.Builder addServices(int index, Service.Builder builderForValue)
The services in the specified location.
repeated .google.cloud.metastore.v1.Service services = 1;
Name | Description |
index | int |
builderForValue | Service.Builder |
Type | Description |
ListServicesResponse.Builder |
addServicesBuilder()
public Service.Builder addServicesBuilder()
The services in the specified location.
repeated .google.cloud.metastore.v1.Service services = 1;
Type | Description |
Service.Builder |
addServicesBuilder(int index)
public Service.Builder addServicesBuilder(int index)
The services in the specified location.
repeated .google.cloud.metastore.v1.Service services = 1;
Name | Description |
index | int |
Type | Description |
Service.Builder |
addUnreachable(String value)
public ListServicesResponse.Builder addUnreachable(String value)
Locations that could not be reached.
repeated string unreachable = 3;
Name | Description |
value | String The unreachable to add. |
Type | Description |
ListServicesResponse.Builder | This builder for chaining. |
addUnreachableBytes(ByteString value)
public ListServicesResponse.Builder addUnreachableBytes(ByteString value)
Locations that could not be reached.
repeated string unreachable = 3;
Name | Description |
value | ByteString The bytes of the unreachable to add. |
Type | Description |
ListServicesResponse.Builder | This builder for chaining. |
build()
public ListServicesResponse build()
Type | Description |
ListServicesResponse |
buildPartial()
public ListServicesResponse buildPartial()
Type | Description |
ListServicesResponse |
clear()
public ListServicesResponse.Builder clear()
Type | Description |
ListServicesResponse.Builder |
clearField(Descriptors.FieldDescriptor field)
public ListServicesResponse.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
ListServicesResponse.Builder |
clearNextPageToken()
public ListServicesResponse.Builder clearNextPageToken()
A token that can be sent as page_token
to retrieve the next page. If this
field is omitted, there are no subsequent pages.
string next_page_token = 2;
Type | Description |
ListServicesResponse.Builder | This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public ListServicesResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
ListServicesResponse.Builder |
clearServices()
public ListServicesResponse.Builder clearServices()
The services in the specified location.
repeated .google.cloud.metastore.v1.Service services = 1;
Type | Description |
ListServicesResponse.Builder |
clearUnreachable()
public ListServicesResponse.Builder clearUnreachable()
Locations that could not be reached.
repeated string unreachable = 3;
Type | Description |
ListServicesResponse.Builder | This builder for chaining. |
clone()
public ListServicesResponse.Builder clone()
Type | Description |
ListServicesResponse.Builder |
getDefaultInstanceForType()
public ListServicesResponse getDefaultInstanceForType()
Type | Description |
ListServicesResponse |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
getNextPageToken()
public String getNextPageToken()
A token that can be sent as page_token
to retrieve the next page. If this
field is omitted, there are no subsequent pages.
string next_page_token = 2;
Type | Description |
String | The nextPageToken. |
getNextPageTokenBytes()
public ByteString getNextPageTokenBytes()
A token that can be sent as page_token
to retrieve the next page. If this
field is omitted, there are no subsequent pages.
string next_page_token = 2;
Type | Description |
ByteString | The bytes for nextPageToken. |
getServices(int index)
public Service getServices(int index)
The services in the specified location.
repeated .google.cloud.metastore.v1.Service services = 1;
Name | Description |
index | int |
Type | Description |
Service |
getServicesBuilder(int index)
public Service.Builder getServicesBuilder(int index)
The services in the specified location.
repeated .google.cloud.metastore.v1.Service services = 1;
Name | Description |
index | int |
Type | Description |
Service.Builder |
getServicesBuilderList()
public List<Service.Builder> getServicesBuilderList()
The services in the specified location.
repeated .google.cloud.metastore.v1.Service services = 1;
Type | Description |
List<Builder> |
getServicesCount()
public int getServicesCount()
The services in the specified location.
repeated .google.cloud.metastore.v1.Service services = 1;
Type | Description |
int |
getServicesList()
public List<Service> getServicesList()
The services in the specified location.
repeated .google.cloud.metastore.v1.Service services = 1;
Type | Description |
List<Service> |
getServicesOrBuilder(int index)
public ServiceOrBuilder getServicesOrBuilder(int index)
The services in the specified location.
repeated .google.cloud.metastore.v1.Service services = 1;
Name | Description |
index | int |
Type | Description |
ServiceOrBuilder |
getServicesOrBuilderList()
public List<? extends ServiceOrBuilder> getServicesOrBuilderList()
The services in the specified location.
repeated .google.cloud.metastore.v1.Service services = 1;
Type | Description |
List<? extends com.google.cloud.metastore.v1.ServiceOrBuilder> |
getUnreachable(int index)
public String getUnreachable(int index)
Locations that could not be reached.
repeated string unreachable = 3;
Name | Description |
index | int The index of the element to return. |
Type | Description |
String | The unreachable at the given index. |
getUnreachableBytes(int index)
public ByteString getUnreachableBytes(int index)
Locations that could not be reached.
repeated string unreachable = 3;
Name | Description |
index | int The index of the value to return. |
Type | Description |
ByteString | The bytes of the unreachable at the given index. |
getUnreachableCount()
public int getUnreachableCount()
Locations that could not be reached.
repeated string unreachable = 3;
Type | Description |
int | The count of unreachable. |
getUnreachableList()
public ProtocolStringList getUnreachableList()
Locations that could not be reached.
repeated string unreachable = 3;
Type | Description |
ProtocolStringList | A list containing the unreachable. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeFrom(ListServicesResponse other)
public ListServicesResponse.Builder mergeFrom(ListServicesResponse other)
Name | Description |
other | ListServicesResponse |
Type | Description |
ListServicesResponse.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ListServicesResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ListServicesResponse.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public ListServicesResponse.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
ListServicesResponse.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ListServicesResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
ListServicesResponse.Builder |
removeServices(int index)
public ListServicesResponse.Builder removeServices(int index)
The services in the specified location.
repeated .google.cloud.metastore.v1.Service services = 1;
Name | Description |
index | int |
Type | Description |
ListServicesResponse.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public ListServicesResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
ListServicesResponse.Builder |
setNextPageToken(String value)
public ListServicesResponse.Builder setNextPageToken(String value)
A token that can be sent as page_token
to retrieve the next page. If this
field is omitted, there are no subsequent pages.
string next_page_token = 2;
Name | Description |
value | String The nextPageToken to set. |
Type | Description |
ListServicesResponse.Builder | This builder for chaining. |
setNextPageTokenBytes(ByteString value)
public ListServicesResponse.Builder setNextPageTokenBytes(ByteString value)
A token that can be sent as page_token
to retrieve the next page. If this
field is omitted, there are no subsequent pages.
string next_page_token = 2;
Name | Description |
value | ByteString The bytes for nextPageToken to set. |
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)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
ListServicesResponse.Builder |
setServices(int index, Service value)
public ListServicesResponse.Builder setServices(int index, Service value)
The services in the specified location.
repeated .google.cloud.metastore.v1.Service services = 1;
Name | Description |
index | int |
value | Service |
Type | Description |
ListServicesResponse.Builder |
setServices(int index, Service.Builder builderForValue)
public ListServicesResponse.Builder setServices(int index, Service.Builder builderForValue)
The services in the specified location.
repeated .google.cloud.metastore.v1.Service services = 1;
Name | Description |
index | int |
builderForValue | Service.Builder |
Type | Description |
ListServicesResponse.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final ListServicesResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
ListServicesResponse.Builder |
setUnreachable(int index, String value)
public ListServicesResponse.Builder setUnreachable(int index, String value)
Locations that could not be reached.
repeated string unreachable = 3;
Name | Description |
index | int The index to set the value at. |
value | String The unreachable to set. |
Type | Description |
ListServicesResponse.Builder | This builder for chaining. |