public interface ListCompaniesResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and 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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<Company> getCompaniesList()
Companies for the current client.
repeated .google.cloud.talent.v4beta1.Company companies = 1;Company getCompanies(int index)
Companies for the current client.
repeated .google.cloud.talent.v4beta1.Company companies = 1;int getCompaniesCount()
Companies for the current client.
repeated .google.cloud.talent.v4beta1.Company companies = 1;List<? extends CompanyOrBuilder> getCompaniesOrBuilderList()
Companies for the current client.
repeated .google.cloud.talent.v4beta1.Company companies = 1;CompanyOrBuilder getCompaniesOrBuilder(int index)
Companies for the current client.
repeated .google.cloud.talent.v4beta1.Company companies = 1;String getNextPageToken()
A token to retrieve the next page of results.
string next_page_token = 2;com.google.protobuf.ByteString getNextPageTokenBytes()
A token to retrieve the next page of results.
string next_page_token = 2;boolean hasMetadata()
Additional information for the API invocation, such as the request tracking id.
.google.cloud.talent.v4beta1.ResponseMetadata metadata = 3;ResponseMetadata getMetadata()
Additional information for the API invocation, such as the request tracking id.
.google.cloud.talent.v4beta1.ResponseMetadata metadata = 3;ResponseMetadataOrBuilder getMetadataOrBuilder()
Additional information for the API invocation, such as the request tracking id.
.google.cloud.talent.v4beta1.ResponseMetadata metadata = 3;Copyright © 2019 Google LLC. All rights reserved.