Package com.google.cloud.talent.v4beta1
Interface ListCompaniesResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListCompaniesResponse
,ListCompaniesResponse.Builder
public interface ListCompaniesResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Company
getCompanies(int index)
Companies for the current client.int
getCompaniesCount()
Companies for the current client.List<Company>
getCompaniesList()
Companies for the current client.CompanyOrBuilder
getCompaniesOrBuilder(int index)
Companies for the current client.List<? extends CompanyOrBuilder>
getCompaniesOrBuilderList()
Companies for the current client.ResponseMetadata
getMetadata()
Additional information for the API invocation, such as the request tracking id.ResponseMetadataOrBuilder
getMetadataOrBuilder()
Additional information for the API invocation, such as the request tracking id.String
getNextPageToken()
A token to retrieve the next page of results.com.google.protobuf.ByteString
getNextPageTokenBytes()
A token to retrieve the next page of results.boolean
hasMetadata()
Additional information for the API invocation, such as the request tracking id.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getCompaniesList
List<Company> getCompaniesList()
Companies for the current client.
repeated .google.cloud.talent.v4beta1.Company companies = 1;
-
getCompanies
Company getCompanies(int index)
Companies for the current client.
repeated .google.cloud.talent.v4beta1.Company companies = 1;
-
getCompaniesCount
int getCompaniesCount()
Companies for the current client.
repeated .google.cloud.talent.v4beta1.Company companies = 1;
-
getCompaniesOrBuilderList
List<? extends CompanyOrBuilder> getCompaniesOrBuilderList()
Companies for the current client.
repeated .google.cloud.talent.v4beta1.Company companies = 1;
-
getCompaniesOrBuilder
CompanyOrBuilder getCompaniesOrBuilder(int index)
Companies for the current client.
repeated .google.cloud.talent.v4beta1.Company companies = 1;
-
getNextPageToken
String getNextPageToken()
A token to retrieve the next page of results.
string next_page_token = 2;
- Returns:
- The nextPageToken.
-
getNextPageTokenBytes
com.google.protobuf.ByteString getNextPageTokenBytes()
A token to retrieve the next page of results.
string next_page_token = 2;
- Returns:
- The bytes for nextPageToken.
-
hasMetadata
boolean hasMetadata()
Additional information for the API invocation, such as the request tracking id.
.google.cloud.talent.v4beta1.ResponseMetadata metadata = 3;
- Returns:
- Whether the metadata field is set.
-
getMetadata
ResponseMetadata getMetadata()
Additional information for the API invocation, such as the request tracking id.
.google.cloud.talent.v4beta1.ResponseMetadata metadata = 3;
- Returns:
- The metadata.
-
getMetadataOrBuilder
ResponseMetadataOrBuilder getMetadataOrBuilder()
Additional information for the API invocation, such as the request tracking id.
.google.cloud.talent.v4beta1.ResponseMetadata metadata = 3;
-
-