public interface ListProfilesResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getNextPageToken()
public abstract 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;
| Type | Description |
| String | The nextPageToken. |
getNextPageTokenBytes()
public abstract 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;
| Type | Description |
| ByteString | The bytes for nextPageToken. |
getProfiles(int index)
public abstract Profile getProfiles(int index)Profiles for the specific tenant.
repeated .google.cloud.talent.v4beta1.Profile profiles = 1;
| Name | Description |
| index | int |
| Type | Description |
| Profile |
getProfilesCount()
public abstract int getProfilesCount()Profiles for the specific tenant.
repeated .google.cloud.talent.v4beta1.Profile profiles = 1;
| Type | Description |
| int |
getProfilesList()
public abstract List<Profile> getProfilesList()Profiles for the specific tenant.
repeated .google.cloud.talent.v4beta1.Profile profiles = 1;
| Type | Description |
| List<Profile> |
getProfilesOrBuilder(int index)
public abstract ProfileOrBuilder getProfilesOrBuilder(int index)Profiles for the specific tenant.
repeated .google.cloud.talent.v4beta1.Profile profiles = 1;
| Name | Description |
| index | int |
| Type | Description |
| ProfileOrBuilder |
getProfilesOrBuilderList()
public abstract List<? extends ProfileOrBuilder> getProfilesOrBuilderList()Profiles for the specific tenant.
repeated .google.cloud.talent.v4beta1.Profile profiles = 1;
| Type | Description |
| List<? extends com.google.cloud.talent.v4beta1.ProfileOrBuilder> |