public interface ListTenantsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getMetadata()
public abstract ResponseMetadata getMetadata()Additional information for the API invocation, such as the request tracking id.
.google.cloud.talent.v4.ResponseMetadata metadata = 3;
| 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.v4.ResponseMetadata metadata = 3;
| Type | Description |
| ResponseMetadataOrBuilder |
getNextPageToken()
public abstract String getNextPageToken()A token to retrieve the next page of results.
string next_page_token = 2;
| Type | Description |
| String | The nextPageToken. |
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes()A token to retrieve the next page of results.
string next_page_token = 2;
| Type | Description |
| ByteString | The bytes for nextPageToken. |
getTenants(int index)
public abstract Tenant getTenants(int index)Tenants for the current client.
repeated .google.cloud.talent.v4.Tenant tenants = 1;
| Name | Description |
| index | int |
| Type | Description |
| Tenant |
getTenantsCount()
public abstract int getTenantsCount()Tenants for the current client.
repeated .google.cloud.talent.v4.Tenant tenants = 1;
| Type | Description |
| int |
getTenantsList()
public abstract List<Tenant> getTenantsList()Tenants for the current client.
repeated .google.cloud.talent.v4.Tenant tenants = 1;
| Type | Description |
| List<Tenant> |
getTenantsOrBuilder(int index)
public abstract TenantOrBuilder getTenantsOrBuilder(int index)Tenants for the current client.
repeated .google.cloud.talent.v4.Tenant tenants = 1;
| Name | Description |
| index | int |
| Type | Description |
| TenantOrBuilder |
getTenantsOrBuilderList()
public abstract List<? extends TenantOrBuilder> getTenantsOrBuilderList()Tenants for the current client.
repeated .google.cloud.talent.v4.Tenant tenants = 1;
| Type | Description |
| List<? extends com.google.cloud.talent.v4.TenantOrBuilder> |
hasMetadata()
public abstract boolean hasMetadata()Additional information for the API invocation, such as the request tracking id.
.google.cloud.talent.v4.ResponseMetadata metadata = 3;
| Type | Description |
| boolean | Whether the metadata field is set. |