public interface ListTenantsResponseOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
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.
|
ByteString |
getNextPageTokenBytes()
A token to retrieve the next page of results.
|
Tenant |
getTenants(int index)
Tenants for the current client.
|
int |
getTenantsCount()
Tenants for the current client.
|
List<Tenant> |
getTenantsList()
Tenants for the current client.
|
TenantOrBuilder |
getTenantsOrBuilder(int index)
Tenants for the current client.
|
List<? extends TenantOrBuilder> |
getTenantsOrBuilderList()
Tenants for the current client.
|
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, hasOneof
isInitialized
List<Tenant> getTenantsList()
Tenants for the current client.
repeated .google.cloud.talent.v4beta1.Tenant tenants = 1;
Tenant getTenants(int index)
Tenants for the current client.
repeated .google.cloud.talent.v4beta1.Tenant tenants = 1;
int getTenantsCount()
Tenants for the current client.
repeated .google.cloud.talent.v4beta1.Tenant tenants = 1;
List<? extends TenantOrBuilder> getTenantsOrBuilderList()
Tenants for the current client.
repeated .google.cloud.talent.v4beta1.Tenant tenants = 1;
TenantOrBuilder getTenantsOrBuilder(int index)
Tenants for the current client.
repeated .google.cloud.talent.v4beta1.Tenant tenants = 1;
String getNextPageToken()
A token to retrieve the next page of results.
string next_page_token = 2;
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 © 2022 Google LLC. All rights reserved.