public final class ListApplicationsResponse extends GeneratedMessageV3 implements ListApplicationsResponseOrBuilder
The List applications response object.
Protobuf type google.cloud.talent.v4beta1.ListApplicationsResponse
Static Fields
APPLICATIONS_FIELD_NUMBER
public static final int APPLICATIONS_FIELD_NUMBER
Field Value
public static final int METADATA_FIELD_NUMBER
Field Value
NEXT_PAGE_TOKEN_FIELD_NUMBER
public static final int NEXT_PAGE_TOKEN_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static ListApplicationsResponse getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static ListApplicationsResponse.Builder newBuilder()
Returns
newBuilder(ListApplicationsResponse prototype)
public static ListApplicationsResponse.Builder newBuilder(ListApplicationsResponse prototype)
Parameter
Returns
public static ListApplicationsResponse parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static ListApplicationsResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static ListApplicationsResponse parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ListApplicationsResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static ListApplicationsResponse parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ListApplicationsResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static ListApplicationsResponse parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static ListApplicationsResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static ListApplicationsResponse parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static ListApplicationsResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static ListApplicationsResponse parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ListApplicationsResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<ListApplicationsResponse> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getApplications(int index)
public Application getApplications(int index)
Applications for the current client.
repeated .google.cloud.talent.v4beta1.Application applications = 1;
Parameter
Returns
getApplicationsCount()
public int getApplicationsCount()
Applications for the current client.
repeated .google.cloud.talent.v4beta1.Application applications = 1;
Returns
getApplicationsList()
public List<Application> getApplicationsList()
Applications for the current client.
repeated .google.cloud.talent.v4beta1.Application applications = 1;
Returns
getApplicationsOrBuilder(int index)
public ApplicationOrBuilder getApplicationsOrBuilder(int index)
Applications for the current client.
repeated .google.cloud.talent.v4beta1.Application applications = 1;
Parameter
Returns
getApplicationsOrBuilderList()
public List<? extends ApplicationOrBuilder> getApplicationsOrBuilderList()
Applications for the current client.
repeated .google.cloud.talent.v4beta1.Application applications = 1;
Returns
Type | Description |
List<? extends com.google.cloud.talent.v4beta1.ApplicationOrBuilder> | |
getDefaultInstanceForType()
public ListApplicationsResponse getDefaultInstanceForType()
Returns
public ResponseMetadata getMetadata()
Additional information for the API invocation, such as the request
tracking id.
.google.cloud.talent.v4beta1.ResponseMetadata metadata = 3;
Returns
public ResponseMetadataOrBuilder getMetadataOrBuilder()
Additional information for the API invocation, such as the request
tracking id.
.google.cloud.talent.v4beta1.ResponseMetadata metadata = 3;
Returns
getNextPageToken()
public String getNextPageToken()
A token to retrieve the next page of 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.
string next_page_token = 2;
Returns
Type | Description |
ByteString | The bytes for nextPageToken.
|
getParserForType()
public Parser<ListApplicationsResponse> getParserForType()
Returns
Overrides
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
public boolean hasMetadata()
Additional information for the API invocation, such as the request
tracking id.
.google.cloud.talent.v4beta1.ResponseMetadata metadata = 3;
Returns
Type | Description |
boolean | Whether the metadata field is set.
|
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public ListApplicationsResponse.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ListApplicationsResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public ListApplicationsResponse.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions