- 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 ListCompaniesResponse.Builder extends GeneratedMessage.Builder<ListCompaniesResponse.Builder> implements ListCompaniesResponseOrBuilderThe List companies response object.
Protobuf type google.cloud.talent.v4.ListCompaniesResponse
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > ListCompaniesResponse.BuilderImplements
ListCompaniesResponseOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addAllCompanies(Iterable<? extends Company> values)
public ListCompaniesResponse.Builder addAllCompanies(Iterable<? extends Company> values)Companies for the current client.
repeated .google.cloud.talent.v4.Company companies = 1;
| Parameter | |
|---|---|
| Name | Description |
values |
Iterable<? extends com.google.cloud.talent.v4.Company> |
| Returns | |
|---|---|
| Type | Description |
ListCompaniesResponse.Builder |
|
addCompanies(Company value)
public ListCompaniesResponse.Builder addCompanies(Company value)Companies for the current client.
repeated .google.cloud.talent.v4.Company companies = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
Company |
| Returns | |
|---|---|
| Type | Description |
ListCompaniesResponse.Builder |
|
addCompanies(Company.Builder builderForValue)
public ListCompaniesResponse.Builder addCompanies(Company.Builder builderForValue)Companies for the current client.
repeated .google.cloud.talent.v4.Company companies = 1;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Company.Builder |
| Returns | |
|---|---|
| Type | Description |
ListCompaniesResponse.Builder |
|
addCompanies(int index, Company value)
public ListCompaniesResponse.Builder addCompanies(int index, Company value)Companies for the current client.
repeated .google.cloud.talent.v4.Company companies = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
Company |
| Returns | |
|---|---|
| Type | Description |
ListCompaniesResponse.Builder |
|
addCompanies(int index, Company.Builder builderForValue)
public ListCompaniesResponse.Builder addCompanies(int index, Company.Builder builderForValue)Companies for the current client.
repeated .google.cloud.talent.v4.Company companies = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
Company.Builder |
| Returns | |
|---|---|
| Type | Description |
ListCompaniesResponse.Builder |
|
addCompaniesBuilder()
public Company.Builder addCompaniesBuilder()Companies for the current client.
repeated .google.cloud.talent.v4.Company companies = 1;
| Returns | |
|---|---|
| Type | Description |
Company.Builder |
|
addCompaniesBuilder(int index)
public Company.Builder addCompaniesBuilder(int index)Companies for the current client.
repeated .google.cloud.talent.v4.Company companies = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Company.Builder |
|
build()
public ListCompaniesResponse build()| Returns | |
|---|---|
| Type | Description |
ListCompaniesResponse |
|
buildPartial()
public ListCompaniesResponse buildPartial()| Returns | |
|---|---|
| Type | Description |
ListCompaniesResponse |
|
clear()
public ListCompaniesResponse.Builder clear()| Returns | |
|---|---|
| Type | Description |
ListCompaniesResponse.Builder |
|
clearCompanies()
public ListCompaniesResponse.Builder clearCompanies()Companies for the current client.
repeated .google.cloud.talent.v4.Company companies = 1;
| Returns | |
|---|---|
| Type | Description |
ListCompaniesResponse.Builder |
|
clearMetadata()
public ListCompaniesResponse.Builder clearMetadata()Additional information for the API invocation, such as the request tracking id.
.google.cloud.talent.v4.ResponseMetadata metadata = 3;
| Returns | |
|---|---|
| Type | Description |
ListCompaniesResponse.Builder |
|
clearNextPageToken()
public ListCompaniesResponse.Builder clearNextPageToken()A token to retrieve the next page of results.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
ListCompaniesResponse.Builder |
This builder for chaining. |
getCompanies(int index)
public Company getCompanies(int index)Companies for the current client.
repeated .google.cloud.talent.v4.Company companies = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Company |
|
getCompaniesBuilder(int index)
public Company.Builder getCompaniesBuilder(int index)Companies for the current client.
repeated .google.cloud.talent.v4.Company companies = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Company.Builder |
|
getCompaniesBuilderList()
public List<Company.Builder> getCompaniesBuilderList()Companies for the current client.
repeated .google.cloud.talent.v4.Company companies = 1;
| Returns | |
|---|---|
| Type | Description |
List<Builder> |
|
getCompaniesCount()
public int getCompaniesCount()Companies for the current client.
repeated .google.cloud.talent.v4.Company companies = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getCompaniesList()
public List<Company> getCompaniesList()Companies for the current client.
repeated .google.cloud.talent.v4.Company companies = 1;
| Returns | |
|---|---|
| Type | Description |
List<Company> |
|
getCompaniesOrBuilder(int index)
public CompanyOrBuilder getCompaniesOrBuilder(int index)Companies for the current client.
repeated .google.cloud.talent.v4.Company companies = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
CompanyOrBuilder |
|
getCompaniesOrBuilderList()
public List<? extends CompanyOrBuilder> getCompaniesOrBuilderList()Companies for the current client.
repeated .google.cloud.talent.v4.Company companies = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.talent.v4.CompanyOrBuilder> |
|
getDefaultInstanceForType()
public ListCompaniesResponse getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ListCompaniesResponse |
|
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.v4.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.v4.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.v4.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. |
hasMetadata()
public boolean hasMetadata()Additional information for the API invocation, such as the request tracking id.
.google.cloud.talent.v4.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(ListCompaniesResponse other)
public ListCompaniesResponse.Builder mergeFrom(ListCompaniesResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListCompaniesResponse |
| Returns | |
|---|---|
| Type | Description |
ListCompaniesResponse.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ListCompaniesResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ListCompaniesResponse.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public ListCompaniesResponse.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
ListCompaniesResponse.Builder |
|
mergeMetadata(ResponseMetadata value)
public ListCompaniesResponse.Builder mergeMetadata(ResponseMetadata value)Additional information for the API invocation, such as the request tracking id.
.google.cloud.talent.v4.ResponseMetadata metadata = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
ResponseMetadata |
| Returns | |
|---|---|
| Type | Description |
ListCompaniesResponse.Builder |
|
removeCompanies(int index)
public ListCompaniesResponse.Builder removeCompanies(int index)Companies for the current client.
repeated .google.cloud.talent.v4.Company companies = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ListCompaniesResponse.Builder |
|
setCompanies(int index, Company value)
public ListCompaniesResponse.Builder setCompanies(int index, Company value)Companies for the current client.
repeated .google.cloud.talent.v4.Company companies = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
Company |
| Returns | |
|---|---|
| Type | Description |
ListCompaniesResponse.Builder |
|
setCompanies(int index, Company.Builder builderForValue)
public ListCompaniesResponse.Builder setCompanies(int index, Company.Builder builderForValue)Companies for the current client.
repeated .google.cloud.talent.v4.Company companies = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
Company.Builder |
| Returns | |
|---|---|
| Type | Description |
ListCompaniesResponse.Builder |
|
setMetadata(ResponseMetadata value)
public ListCompaniesResponse.Builder setMetadata(ResponseMetadata value)Additional information for the API invocation, such as the request tracking id.
.google.cloud.talent.v4.ResponseMetadata metadata = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
ResponseMetadata |
| Returns | |
|---|---|
| Type | Description |
ListCompaniesResponse.Builder |
|
setMetadata(ResponseMetadata.Builder builderForValue)
public ListCompaniesResponse.Builder setMetadata(ResponseMetadata.Builder builderForValue)Additional information for the API invocation, such as the request tracking id.
.google.cloud.talent.v4.ResponseMetadata metadata = 3;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
ResponseMetadata.Builder |
| Returns | |
|---|---|
| Type | Description |
ListCompaniesResponse.Builder |
|
setNextPageToken(String value)
public ListCompaniesResponse.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 |
ListCompaniesResponse.Builder |
This builder for chaining. |
setNextPageTokenBytes(ByteString value)
public ListCompaniesResponse.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 |
ListCompaniesResponse.Builder |
This builder for chaining. |