Class ListApplicationsResponse.Builder (2.2.9)

public static final class ListApplicationsResponse.Builder extends GeneratedMessageV3.Builder<ListApplicationsResponse.Builder> implements ListApplicationsResponseOrBuilder

The List applications response object.

Protobuf type google.cloud.talent.v4beta1.ListApplicationsResponse

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

Methods

addAllApplications(Iterable<? extends Application> values)

public ListApplicationsResponse.Builder addAllApplications(Iterable<? extends Application> values)

Applications for the current client.

repeated .google.cloud.talent.v4beta1.Application applications = 1;

Parameter
NameDescription
valuesIterable<? extends com.google.cloud.talent.v4beta1.Application>
Returns
TypeDescription
ListApplicationsResponse.Builder

addApplications(Application value)

public ListApplicationsResponse.Builder addApplications(Application value)

Applications for the current client.

repeated .google.cloud.talent.v4beta1.Application applications = 1;

Parameter
NameDescription
valueApplication
Returns
TypeDescription
ListApplicationsResponse.Builder

addApplications(Application.Builder builderForValue)

public ListApplicationsResponse.Builder addApplications(Application.Builder builderForValue)

Applications for the current client.

repeated .google.cloud.talent.v4beta1.Application applications = 1;

Parameter
NameDescription
builderForValueApplication.Builder
Returns
TypeDescription
ListApplicationsResponse.Builder

addApplications(int index, Application value)

public ListApplicationsResponse.Builder addApplications(int index, Application value)

Applications for the current client.

repeated .google.cloud.talent.v4beta1.Application applications = 1;

Parameters
NameDescription
indexint
valueApplication
Returns
TypeDescription
ListApplicationsResponse.Builder

addApplications(int index, Application.Builder builderForValue)

public ListApplicationsResponse.Builder addApplications(int index, Application.Builder builderForValue)

Applications for the current client.

repeated .google.cloud.talent.v4beta1.Application applications = 1;

Parameters
NameDescription
indexint
builderForValueApplication.Builder
Returns
TypeDescription
ListApplicationsResponse.Builder

addApplicationsBuilder()

public Application.Builder addApplicationsBuilder()

Applications for the current client.

repeated .google.cloud.talent.v4beta1.Application applications = 1;

Returns
TypeDescription
Application.Builder

addApplicationsBuilder(int index)

public Application.Builder addApplicationsBuilder(int index)

Applications for the current client.

repeated .google.cloud.talent.v4beta1.Application applications = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
Application.Builder

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public ListApplicationsResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
ListApplicationsResponse.Builder
Overrides

build()

public ListApplicationsResponse build()
Returns
TypeDescription
ListApplicationsResponse

buildPartial()

public ListApplicationsResponse buildPartial()
Returns
TypeDescription
ListApplicationsResponse

clear()

public ListApplicationsResponse.Builder clear()
Returns
TypeDescription
ListApplicationsResponse.Builder
Overrides

clearApplications()

public ListApplicationsResponse.Builder clearApplications()

Applications for the current client.

repeated .google.cloud.talent.v4beta1.Application applications = 1;

Returns
TypeDescription
ListApplicationsResponse.Builder

clearField(Descriptors.FieldDescriptor field)

public ListApplicationsResponse.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
ListApplicationsResponse.Builder
Overrides

clearMetadata()

public ListApplicationsResponse.Builder clearMetadata()

Additional information for the API invocation, such as the request tracking id.

.google.cloud.talent.v4beta1.ResponseMetadata metadata = 3;

Returns
TypeDescription
ListApplicationsResponse.Builder

clearNextPageToken()

public ListApplicationsResponse.Builder clearNextPageToken()

A token to retrieve the next page of results.

string next_page_token = 2;

Returns
TypeDescription
ListApplicationsResponse.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public ListApplicationsResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
ListApplicationsResponse.Builder
Overrides

clone()

public ListApplicationsResponse.Builder clone()
Returns
TypeDescription
ListApplicationsResponse.Builder
Overrides

getApplications(int index)

public Application getApplications(int index)

Applications for the current client.

repeated .google.cloud.talent.v4beta1.Application applications = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
Application

getApplicationsBuilder(int index)

public Application.Builder getApplicationsBuilder(int index)

Applications for the current client.

repeated .google.cloud.talent.v4beta1.Application applications = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
Application.Builder

getApplicationsBuilderList()

public List<Application.Builder> getApplicationsBuilderList()

Applications for the current client.

repeated .google.cloud.talent.v4beta1.Application applications = 1;

Returns
TypeDescription
List<Builder>

getApplicationsCount()

public int getApplicationsCount()

Applications for the current client.

repeated .google.cloud.talent.v4beta1.Application applications = 1;

Returns
TypeDescription
int

getApplicationsList()

public List<Application> getApplicationsList()

Applications for the current client.

repeated .google.cloud.talent.v4beta1.Application applications = 1;

Returns
TypeDescription
List<Application>

getApplicationsOrBuilder(int index)

public ApplicationOrBuilder getApplicationsOrBuilder(int index)

Applications for the current client.

repeated .google.cloud.talent.v4beta1.Application applications = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
ApplicationOrBuilder

getApplicationsOrBuilderList()

public List<? extends ApplicationOrBuilder> getApplicationsOrBuilderList()

Applications for the current client.

repeated .google.cloud.talent.v4beta1.Application applications = 1;

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

getDefaultInstanceForType()

public ListApplicationsResponse getDefaultInstanceForType()
Returns
TypeDescription
ListApplicationsResponse

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getMetadata()

public ResponseMetadata getMetadata()

Additional information for the API invocation, such as the request tracking id.

.google.cloud.talent.v4beta1.ResponseMetadata metadata = 3;

Returns
TypeDescription
ResponseMetadata

The metadata.

getMetadataBuilder()

public ResponseMetadata.Builder getMetadataBuilder()

Additional information for the API invocation, such as the request tracking id.

.google.cloud.talent.v4beta1.ResponseMetadata metadata = 3;

Returns
TypeDescription
ResponseMetadata.Builder

getMetadataOrBuilder()

public ResponseMetadataOrBuilder getMetadataOrBuilder()

Additional information for the API invocation, such as the request tracking id.

.google.cloud.talent.v4beta1.ResponseMetadata metadata = 3;

Returns
TypeDescription
ResponseMetadataOrBuilder

getNextPageToken()

public String getNextPageToken()

A token to retrieve the next page of results.

string next_page_token = 2;

Returns
TypeDescription
String

The nextPageToken.

getNextPageTokenBytes()

public ByteString getNextPageTokenBytes()

A token to retrieve the next page of results.

string next_page_token = 2;

Returns
TypeDescription
ByteString

The bytes for nextPageToken.

hasMetadata()

public boolean hasMetadata()

Additional information for the API invocation, such as the request tracking id.

.google.cloud.talent.v4beta1.ResponseMetadata metadata = 3;

Returns
TypeDescription
boolean

Whether the metadata field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(ListApplicationsResponse other)

public ListApplicationsResponse.Builder mergeFrom(ListApplicationsResponse other)
Parameter
NameDescription
otherListApplicationsResponse
Returns
TypeDescription
ListApplicationsResponse.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public ListApplicationsResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ListApplicationsResponse.Builder
Overrides Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public ListApplicationsResponse.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
ListApplicationsResponse.Builder
Overrides

mergeMetadata(ResponseMetadata value)

public ListApplicationsResponse.Builder mergeMetadata(ResponseMetadata value)

Additional information for the API invocation, such as the request tracking id.

.google.cloud.talent.v4beta1.ResponseMetadata metadata = 3;

Parameter
NameDescription
valueResponseMetadata
Returns
TypeDescription
ListApplicationsResponse.Builder

mergeUnknownFields(UnknownFieldSet unknownFields)

public final ListApplicationsResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
ListApplicationsResponse.Builder
Overrides

removeApplications(int index)

public ListApplicationsResponse.Builder removeApplications(int index)

Applications for the current client.

repeated .google.cloud.talent.v4beta1.Application applications = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
ListApplicationsResponse.Builder

setApplications(int index, Application value)

public ListApplicationsResponse.Builder setApplications(int index, Application value)

Applications for the current client.

repeated .google.cloud.talent.v4beta1.Application applications = 1;

Parameters
NameDescription
indexint
valueApplication
Returns
TypeDescription
ListApplicationsResponse.Builder

setApplications(int index, Application.Builder builderForValue)

public ListApplicationsResponse.Builder setApplications(int index, Application.Builder builderForValue)

Applications for the current client.

repeated .google.cloud.talent.v4beta1.Application applications = 1;

Parameters
NameDescription
indexint
builderForValueApplication.Builder
Returns
TypeDescription
ListApplicationsResponse.Builder

setField(Descriptors.FieldDescriptor field, Object value)

public ListApplicationsResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
ListApplicationsResponse.Builder
Overrides

setMetadata(ResponseMetadata value)

public ListApplicationsResponse.Builder setMetadata(ResponseMetadata value)

Additional information for the API invocation, such as the request tracking id.

.google.cloud.talent.v4beta1.ResponseMetadata metadata = 3;

Parameter
NameDescription
valueResponseMetadata
Returns
TypeDescription
ListApplicationsResponse.Builder

setMetadata(ResponseMetadata.Builder builderForValue)

public ListApplicationsResponse.Builder setMetadata(ResponseMetadata.Builder builderForValue)

Additional information for the API invocation, such as the request tracking id.

.google.cloud.talent.v4beta1.ResponseMetadata metadata = 3;

Parameter
NameDescription
builderForValueResponseMetadata.Builder
Returns
TypeDescription
ListApplicationsResponse.Builder

setNextPageToken(String value)

public ListApplicationsResponse.Builder setNextPageToken(String value)

A token to retrieve the next page of results.

string next_page_token = 2;

Parameter
NameDescription
valueString

The nextPageToken to set.

Returns
TypeDescription
ListApplicationsResponse.Builder

This builder for chaining.

setNextPageTokenBytes(ByteString value)

public ListApplicationsResponse.Builder setNextPageTokenBytes(ByteString value)

A token to retrieve the next page of results.

string next_page_token = 2;

Parameter
NameDescription
valueByteString

The bytes for nextPageToken to set.

Returns
TypeDescription
ListApplicationsResponse.Builder

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public ListApplicationsResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
ListApplicationsResponse.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final ListApplicationsResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
ListApplicationsResponse.Builder
Overrides