public interface ListCompaniesRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getPageSize()
Optional.
|
String |
getPageToken()
Optional.
|
com.google.protobuf.ByteString |
getPageTokenBytes()
Optional.
|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
boolean |
getRequireOpenJobs()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getParent()
Required.
Resource name of the tenant under which the company is created.
The format is "projects/{project_id}/tenants/{tenant_id}", for example,
"projects/api-test-project/tenant/foo".
Tenant id is optional and the default tenant is used if unspecified, for
example, "projects/api-test-project".
string parent = 1;com.google.protobuf.ByteString getParentBytes()
Required.
Resource name of the tenant under which the company is created.
The format is "projects/{project_id}/tenants/{tenant_id}", for example,
"projects/api-test-project/tenant/foo".
Tenant id is optional and the default tenant is used if unspecified, for
example, "projects/api-test-project".
string parent = 1;String getPageToken()
Optional. The starting indicator from which to return results.
string page_token = 2;com.google.protobuf.ByteString getPageTokenBytes()
Optional. The starting indicator from which to return results.
string page_token = 2;int getPageSize()
Optional. The maximum number of companies to be returned, at most 100. Default is 100 if a non-positive number is provided.
int32 page_size = 3;boolean getRequireOpenJobs()
Optional. Set to true if the companies requested must have open jobs. Defaults to false. If true, at most [page_size][google.cloud.talent.v4beta1.ListCompaniesRequest.page_size] of companies are fetched, among which only those with open jobs are returned.
bool require_open_jobs = 4;Copyright © 2019 Google LLC. All rights reserved.