Interface ListProfilesResponseOrBuilder

public interface ListProfilesResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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;

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Parameter
NameDescription
indexint
Returns
TypeDescription
Profile

getProfilesCount()

public abstract int getProfilesCount()

Profiles for the specific tenant.

repeated .google.cloud.talent.v4beta1.Profile profiles = 1;

Returns
TypeDescription
int

getProfilesList()

public abstract List<Profile> getProfilesList()

Profiles for the specific tenant.

repeated .google.cloud.talent.v4beta1.Profile profiles = 1;

Returns
TypeDescription
List<Profile>

getProfilesOrBuilder(int index)

public abstract ProfileOrBuilder getProfilesOrBuilder(int index)

Profiles for the specific tenant.

repeated .google.cloud.talent.v4beta1.Profile profiles = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
ProfileOrBuilder

getProfilesOrBuilderList()

public abstract List<? extends ProfileOrBuilder> getProfilesOrBuilderList()

Profiles for the specific tenant.

repeated .google.cloud.talent.v4beta1.Profile profiles = 1;

Returns
TypeDescription
List<? extends com.google.cloud.talent.v4beta1.ProfileOrBuilder>