public interface ListProfilesResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getNextPageToken()
A token to retrieve the next page of results.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
A token to retrieve the next page of results.
|
Profile |
getProfiles(int index)
Profiles for the specific tenant.
|
int |
getProfilesCount()
Profiles for the specific tenant.
|
List<Profile> |
getProfilesList()
Profiles for the specific tenant.
|
ProfileOrBuilder |
getProfilesOrBuilder(int index)
Profiles for the specific tenant.
|
List<? extends ProfileOrBuilder> |
getProfilesOrBuilderList()
Profiles for the specific tenant.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<Profile> getProfilesList()
Profiles for the specific tenant.
repeated .google.cloud.talent.v4beta1.Profile profiles = 1;Profile getProfiles(int index)
Profiles for the specific tenant.
repeated .google.cloud.talent.v4beta1.Profile profiles = 1;int getProfilesCount()
Profiles for the specific tenant.
repeated .google.cloud.talent.v4beta1.Profile profiles = 1;List<? extends ProfileOrBuilder> getProfilesOrBuilderList()
Profiles for the specific tenant.
repeated .google.cloud.talent.v4beta1.Profile profiles = 1;ProfileOrBuilder getProfilesOrBuilder(int index)
Profiles for the specific tenant.
repeated .google.cloud.talent.v4beta1.Profile profiles = 1;String getNextPageToken()
A token to retrieve the next page of results. This is empty if there are no more results.
string next_page_token = 2;com.google.protobuf.ByteString getNextPageTokenBytes()
A token to retrieve the next page of results. This is empty if there are no more results.
string next_page_token = 2;Copyright © 2019 Google LLC. All rights reserved.