Struct gapi_grpc::google::cloud::talent::v4::ListCompaniesRequest [−][src]
List companies for which the client has ACL visibility.
Fields
parent: String
Required. Resource name of the tenant under which the company is created.
The format is “projects/{project_id}/tenants/{tenant_id}”, for example, “projects/foo/tenants/bar”.
page_token: String
The starting indicator from which to return results.
page_size: i32
The maximum number of companies to be returned, at most 100. Default is 100 if a non-positive number is provided.
require_open_jobs: bool
Set to true if the companies requested must have open jobs.
Defaults to false.
If true, at most [page_size][google.cloud.talent.v4.ListCompaniesRequest.page_size] of companies are fetched, among which only those with open jobs are returned.
Trait Implementations
impl Clone for ListCompaniesRequest
[src][+]
impl Debug for ListCompaniesRequest
[src][+]
impl Default for ListCompaniesRequest
[src][+]
impl Message for ListCompaniesRequest
[src][+]
impl PartialEq<ListCompaniesRequest> for ListCompaniesRequest
[src][+]
impl StructuralPartialEq for ListCompaniesRequest
[src]
Auto Trait Implementations
impl RefUnwindSafe for ListCompaniesRequest
impl Send for ListCompaniesRequest
impl Sync for ListCompaniesRequest
impl Unpin for ListCompaniesRequest
impl UnwindSafe for ListCompaniesRequest
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T> Instrument for T
[src][+]
impl<T> Instrument for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> IntoRequest<T> for T
[src][+]
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
[src][+]
V: MultiLane<T>,