public final class ListProfilesResponse extends GeneratedMessageV3 implements ListProfilesResponseOrBuilder
The List profiles response object.
Protobuf type google.cloud.talent.v4beta1.ListProfilesResponse
Static Fields
NEXT_PAGE_TOKEN_FIELD_NUMBER
public static final int NEXT_PAGE_TOKEN_FIELD_NUMBER
Field Value
PROFILES_FIELD_NUMBER
public static final int PROFILES_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static ListProfilesResponse getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static ListProfilesResponse.Builder newBuilder()
Returns
newBuilder(ListProfilesResponse prototype)
public static ListProfilesResponse.Builder newBuilder(ListProfilesResponse prototype)
Parameter
Returns
public static ListProfilesResponse parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static ListProfilesResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static ListProfilesResponse parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ListProfilesResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static ListProfilesResponse parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ListProfilesResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static ListProfilesResponse parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static ListProfilesResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static ListProfilesResponse parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static ListProfilesResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static ListProfilesResponse parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ListProfilesResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<ListProfilesResponse> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getDefaultInstanceForType()
public ListProfilesResponse getDefaultInstanceForType()
Returns
getNextPageToken()
public 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
Type | Description |
String | The nextPageToken.
|
getNextPageTokenBytes()
public 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
Type | Description |
ByteString | The bytes for nextPageToken.
|
getParserForType()
public Parser<ListProfilesResponse> getParserForType()
Returns
Overrides
getProfiles(int index)
public Profile getProfiles(int index)
Profiles for the specific tenant.
repeated .google.cloud.talent.v4beta1.Profile profiles = 1;
Parameter
Returns
getProfilesCount()
public int getProfilesCount()
Profiles for the specific tenant.
repeated .google.cloud.talent.v4beta1.Profile profiles = 1;
Returns
getProfilesList()
public List<Profile> getProfilesList()
Profiles for the specific tenant.
repeated .google.cloud.talent.v4beta1.Profile profiles = 1;
Returns
getProfilesOrBuilder(int index)
public ProfileOrBuilder getProfilesOrBuilder(int index)
Profiles for the specific tenant.
repeated .google.cloud.talent.v4beta1.Profile profiles = 1;
Parameter
Returns
getProfilesOrBuilderList()
public List<? extends ProfileOrBuilder> getProfilesOrBuilderList()
Profiles for the specific tenant.
repeated .google.cloud.talent.v4beta1.Profile profiles = 1;
Returns
Type | Description |
List<? extends com.google.cloud.talent.v4beta1.ProfileOrBuilder> | |
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public ListProfilesResponse.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ListProfilesResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public ListProfilesResponse.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions