Package com.google.cloud.talent.v4
Interface ListTenantsResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListTenantsResponse,ListTenantsResponse.Builder
public interface ListTenantsResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ResponseMetadatagetMetadata()Additional information for the API invocation, such as the request tracking id.ResponseMetadataOrBuildergetMetadataOrBuilder()Additional information for the API invocation, such as the request tracking id.StringgetNextPageToken()A token to retrieve the next page of results.com.google.protobuf.ByteStringgetNextPageTokenBytes()A token to retrieve the next page of results.TenantgetTenants(int index)Tenants for the current client.intgetTenantsCount()Tenants for the current client.List<Tenant>getTenantsList()Tenants for the current client.TenantOrBuildergetTenantsOrBuilder(int index)Tenants for the current client.List<? extends TenantOrBuilder>getTenantsOrBuilderList()Tenants for the current client.booleanhasMetadata()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
-
getTenantsList
List<Tenant> getTenantsList()
Tenants for the current client.
repeated .google.cloud.talent.v4.Tenant tenants = 1;
-
getTenants
Tenant getTenants(int index)
Tenants for the current client.
repeated .google.cloud.talent.v4.Tenant tenants = 1;
-
getTenantsCount
int getTenantsCount()
Tenants for the current client.
repeated .google.cloud.talent.v4.Tenant tenants = 1;
-
getTenantsOrBuilderList
List<? extends TenantOrBuilder> getTenantsOrBuilderList()
Tenants for the current client.
repeated .google.cloud.talent.v4.Tenant tenants = 1;
-
getTenantsOrBuilder
TenantOrBuilder getTenantsOrBuilder(int index)
Tenants for the current client.
repeated .google.cloud.talent.v4.Tenant tenants = 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.v4.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.v4.ResponseMetadata metadata = 3;- Returns:
- The metadata.
-
getMetadataOrBuilder
ResponseMetadataOrBuilder getMetadataOrBuilder()
Additional information for the API invocation, such as the request tracking id.
.google.cloud.talent.v4.ResponseMetadata metadata = 3;
-
-