public interface ListCompaniesResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCompanies(int index)
public abstract Company getCompanies(int index)Companies for the current client.
repeated .google.cloud.talent.v4beta1.Company companies = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Company |
|
getCompaniesCount()
public abstract int getCompaniesCount()Companies for the current client.
repeated .google.cloud.talent.v4beta1.Company companies = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getCompaniesList()
public abstract List<Company> getCompaniesList()Companies for the current client.
repeated .google.cloud.talent.v4beta1.Company companies = 1;
| Returns | |
|---|---|
| Type | Description |
List<Company> |
|
getCompaniesOrBuilder(int index)
public abstract CompanyOrBuilder getCompaniesOrBuilder(int index)Companies for the current client.
repeated .google.cloud.talent.v4beta1.Company companies = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
CompanyOrBuilder |
|
getCompaniesOrBuilderList()
public abstract List<? extends CompanyOrBuilder> getCompaniesOrBuilderList()Companies for the current client.
repeated .google.cloud.talent.v4beta1.Company companies = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.talent.v4beta1.CompanyOrBuilder> |
|
getMetadata()
public abstract 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. |
getMetadataOrBuilder()
public abstract 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 abstract String getNextPageToken()A token to retrieve the next page of results.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The nextPageToken. |
getNextPageTokenBytes()
public abstract 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 abstract 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. |