- 2.84.0 (latest)
- 2.83.0
- 2.81.0
- 2.79.0
- 2.77.0
- 2.76.0
- 2.75.0
- 2.74.0
- 2.73.0
- 2.71.0
- 2.69.0
- 2.68.0
- 2.65.0
- 2.64.0
- 2.63.0
- 2.61.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.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.6
- 2.2.9
public static final class ListTenantsResponse.Builder extends GeneratedMessage.Builder<ListTenantsResponse.Builder> implements ListTenantsResponseOrBuilderThe List tenants response object.
Protobuf type google.cloud.talent.v4beta1.ListTenantsResponse
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > ListTenantsResponse.BuilderImplements
ListTenantsResponseOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addAllTenants(Iterable<? extends Tenant> values)
public ListTenantsResponse.Builder addAllTenants(Iterable<? extends Tenant> values)Tenants for the current client.
repeated .google.cloud.talent.v4beta1.Tenant tenants = 1;
| Parameter | |
|---|---|
| Name | Description |
values |
Iterable<? extends com.google.cloud.talent.v4beta1.Tenant> |
| Returns | |
|---|---|
| Type | Description |
ListTenantsResponse.Builder |
|
addTenants(Tenant value)
public ListTenantsResponse.Builder addTenants(Tenant value)Tenants for the current client.
repeated .google.cloud.talent.v4beta1.Tenant tenants = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
Tenant |
| Returns | |
|---|---|
| Type | Description |
ListTenantsResponse.Builder |
|
addTenants(Tenant.Builder builderForValue)
public ListTenantsResponse.Builder addTenants(Tenant.Builder builderForValue)Tenants for the current client.
repeated .google.cloud.talent.v4beta1.Tenant tenants = 1;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Tenant.Builder |
| Returns | |
|---|---|
| Type | Description |
ListTenantsResponse.Builder |
|
addTenants(int index, Tenant value)
public ListTenantsResponse.Builder addTenants(int index, Tenant value)Tenants for the current client.
repeated .google.cloud.talent.v4beta1.Tenant tenants = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
Tenant |
| Returns | |
|---|---|
| Type | Description |
ListTenantsResponse.Builder |
|
addTenants(int index, Tenant.Builder builderForValue)
public ListTenantsResponse.Builder addTenants(int index, Tenant.Builder builderForValue)Tenants for the current client.
repeated .google.cloud.talent.v4beta1.Tenant tenants = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
Tenant.Builder |
| Returns | |
|---|---|
| Type | Description |
ListTenantsResponse.Builder |
|
addTenantsBuilder()
public Tenant.Builder addTenantsBuilder()Tenants for the current client.
repeated .google.cloud.talent.v4beta1.Tenant tenants = 1;
| Returns | |
|---|---|
| Type | Description |
Tenant.Builder |
|
addTenantsBuilder(int index)
public Tenant.Builder addTenantsBuilder(int index)Tenants for the current client.
repeated .google.cloud.talent.v4beta1.Tenant tenants = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Tenant.Builder |
|
build()
public ListTenantsResponse build()| Returns | |
|---|---|
| Type | Description |
ListTenantsResponse |
|
buildPartial()
public ListTenantsResponse buildPartial()| Returns | |
|---|---|
| Type | Description |
ListTenantsResponse |
|
clear()
public ListTenantsResponse.Builder clear()| Returns | |
|---|---|
| Type | Description |
ListTenantsResponse.Builder |
|
clearMetadata()
public ListTenantsResponse.Builder clearMetadata()Additional information for the API invocation, such as the request tracking id.
.google.cloud.talent.v4beta1.ResponseMetadata metadata = 3;
| Returns | |
|---|---|
| Type | Description |
ListTenantsResponse.Builder |
|
clearNextPageToken()
public ListTenantsResponse.Builder clearNextPageToken()A token to retrieve the next page of results.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
ListTenantsResponse.Builder |
This builder for chaining. |
clearTenants()
public ListTenantsResponse.Builder clearTenants()Tenants for the current client.
repeated .google.cloud.talent.v4beta1.Tenant tenants = 1;
| Returns | |
|---|---|
| Type | Description |
ListTenantsResponse.Builder |
|
getDefaultInstanceForType()
public ListTenantsResponse getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ListTenantsResponse |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getMetadata()
public ResponseMetadata getMetadata()Additional information for the API invocation, such as the request tracking id.
.google.cloud.talent.v4beta1.ResponseMetadata metadata = 3;
| Returns | |
|---|---|
| Type | Description |
ResponseMetadata |
The metadata. |
getMetadataBuilder()
public ResponseMetadata.Builder getMetadataBuilder()Additional information for the API invocation, such as the request tracking id.
.google.cloud.talent.v4beta1.ResponseMetadata metadata = 3;
| Returns | |
|---|---|
| Type | Description |
ResponseMetadata.Builder |
|
getMetadataOrBuilder()
public ResponseMetadataOrBuilder getMetadataOrBuilder()Additional information for the API invocation, such as the request tracking id.
.google.cloud.talent.v4beta1.ResponseMetadata metadata = 3;
| Returns | |
|---|---|
| Type | Description |
ResponseMetadataOrBuilder |
|
getNextPageToken()
public String getNextPageToken()A token to retrieve the next page of results.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The nextPageToken. |
getNextPageTokenBytes()
public ByteString getNextPageTokenBytes()A token to retrieve the next page of results.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for nextPageToken. |
getTenants(int index)
public Tenant getTenants(int index)Tenants for the current client.
repeated .google.cloud.talent.v4beta1.Tenant tenants = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Tenant |
|
getTenantsBuilder(int index)
public Tenant.Builder getTenantsBuilder(int index)Tenants for the current client.
repeated .google.cloud.talent.v4beta1.Tenant tenants = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Tenant.Builder |
|
getTenantsBuilderList()
public List<Tenant.Builder> getTenantsBuilderList()Tenants for the current client.
repeated .google.cloud.talent.v4beta1.Tenant tenants = 1;
| Returns | |
|---|---|
| Type | Description |
List<Builder> |
|
getTenantsCount()
public int getTenantsCount()Tenants for the current client.
repeated .google.cloud.talent.v4beta1.Tenant tenants = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getTenantsList()
public List<Tenant> getTenantsList()Tenants for the current client.
repeated .google.cloud.talent.v4beta1.Tenant tenants = 1;
| Returns | |
|---|---|
| Type | Description |
List<Tenant> |
|
getTenantsOrBuilder(int index)
public TenantOrBuilder getTenantsOrBuilder(int index)Tenants for the current client.
repeated .google.cloud.talent.v4beta1.Tenant tenants = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
TenantOrBuilder |
|
getTenantsOrBuilderList()
public List<? extends TenantOrBuilder> getTenantsOrBuilderList()Tenants for the current client.
repeated .google.cloud.talent.v4beta1.Tenant tenants = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.talent.v4beta1.TenantOrBuilder> |
|
hasMetadata()
public boolean hasMetadata()Additional information for the API invocation, such as the request tracking id.
.google.cloud.talent.v4beta1.ResponseMetadata metadata = 3;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the metadata field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(ListTenantsResponse other)
public ListTenantsResponse.Builder mergeFrom(ListTenantsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListTenantsResponse |
| Returns | |
|---|---|
| Type | Description |
ListTenantsResponse.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ListTenantsResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ListTenantsResponse.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public ListTenantsResponse.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
ListTenantsResponse.Builder |
|
mergeMetadata(ResponseMetadata value)
public ListTenantsResponse.Builder mergeMetadata(ResponseMetadata value)Additional information for the API invocation, such as the request tracking id.
.google.cloud.talent.v4beta1.ResponseMetadata metadata = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
ResponseMetadata |
| Returns | |
|---|---|
| Type | Description |
ListTenantsResponse.Builder |
|
removeTenants(int index)
public ListTenantsResponse.Builder removeTenants(int index)Tenants for the current client.
repeated .google.cloud.talent.v4beta1.Tenant tenants = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ListTenantsResponse.Builder |
|
setMetadata(ResponseMetadata value)
public ListTenantsResponse.Builder setMetadata(ResponseMetadata value)Additional information for the API invocation, such as the request tracking id.
.google.cloud.talent.v4beta1.ResponseMetadata metadata = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
ResponseMetadata |
| Returns | |
|---|---|
| Type | Description |
ListTenantsResponse.Builder |
|
setMetadata(ResponseMetadata.Builder builderForValue)
public ListTenantsResponse.Builder setMetadata(ResponseMetadata.Builder builderForValue)Additional information for the API invocation, such as the request tracking id.
.google.cloud.talent.v4beta1.ResponseMetadata metadata = 3;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
ResponseMetadata.Builder |
| Returns | |
|---|---|
| Type | Description |
ListTenantsResponse.Builder |
|
setNextPageToken(String value)
public ListTenantsResponse.Builder setNextPageToken(String value)A token to retrieve the next page of results.
string next_page_token = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe nextPageToken to set. |
| Returns | |
|---|---|
| Type | Description |
ListTenantsResponse.Builder |
This builder for chaining. |
setNextPageTokenBytes(ByteString value)
public ListTenantsResponse.Builder setNextPageTokenBytes(ByteString value)A token to retrieve the next page of results.
string next_page_token = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for nextPageToken to set. |
| Returns | |
|---|---|
| Type | Description |
ListTenantsResponse.Builder |
This builder for chaining. |
setTenants(int index, Tenant value)
public ListTenantsResponse.Builder setTenants(int index, Tenant value)Tenants for the current client.
repeated .google.cloud.talent.v4beta1.Tenant tenants = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
Tenant |
| Returns | |
|---|---|
| Type | Description |
ListTenantsResponse.Builder |
|
setTenants(int index, Tenant.Builder builderForValue)
public ListTenantsResponse.Builder setTenants(int index, Tenant.Builder builderForValue)Tenants for the current client.
repeated .google.cloud.talent.v4beta1.Tenant tenants = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
Tenant.Builder |
| Returns | |
|---|---|
| Type | Description |
ListTenantsResponse.Builder |
|