public interface ListProfilesRequestOrBuilder
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.
|
com.google.protobuf.FieldMask |
getReadMask()
Optional.
|
com.google.protobuf.FieldMaskOrBuilder |
getReadMaskOrBuilder()
Optional.
|
boolean |
hasReadMask()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getParent()
Required. The resource name of the tenant under which the profile is
created.
The format is "projects/{project_id}/tenants/{tenant_id}", for example,
"projects/api-test-project/tenants/foo".
string parent = 1;com.google.protobuf.ByteString getParentBytes()
Required. The resource name of the tenant under which the profile is
created.
The format is "projects/{project_id}/tenants/{tenant_id}", for example,
"projects/api-test-project/tenants/foo".
string parent = 1;String getPageToken()
Optional. The token that specifies the current offset (that is, starting result). Please set the value to [ListProfilesResponse.next_page_token][google.cloud.talent.v4beta1.ListProfilesResponse.next_page_token] to continue the list.
string page_token = 2;com.google.protobuf.ByteString getPageTokenBytes()
Optional. The token that specifies the current offset (that is, starting result). Please set the value to [ListProfilesResponse.next_page_token][google.cloud.talent.v4beta1.ListProfilesResponse.next_page_token] to continue the list.
string page_token = 2;int getPageSize()
Optional. The maximum number of profiles to be returned, at most 100. Default is 100 unless a positive number smaller than 100 is specified.
int32 page_size = 3;boolean hasReadMask()
Optional. A field mask to specify the profile fields to be listed in response. All fields are listed if it is unset. Valid values are: * name
.google.protobuf.FieldMask read_mask = 4;com.google.protobuf.FieldMask getReadMask()
Optional. A field mask to specify the profile fields to be listed in response. All fields are listed if it is unset. Valid values are: * name
.google.protobuf.FieldMask read_mask = 4;com.google.protobuf.FieldMaskOrBuilder getReadMaskOrBuilder()
Optional. A field mask to specify the profile fields to be listed in response. All fields are listed if it is unset. Valid values are: * name
.google.protobuf.FieldMask read_mask = 4;Copyright © 2019 Google LLC. All rights reserved.