Class ListApplicationsRequest.Builder

public static final class ListApplicationsRequest.Builder extends GeneratedMessageV3.Builder<ListApplicationsRequest.Builder> implements ListApplicationsRequestOrBuilder

List applications for which the client has ACL visibility.

Protobuf type google.cloud.talent.v4beta1.ListApplicationsRequest

Static Methods

getDescriptor()

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

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

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

build()

public ListApplicationsRequest build()
Returns
TypeDescription
ListApplicationsRequest

buildPartial()

public ListApplicationsRequest buildPartial()
Returns
TypeDescription
ListApplicationsRequest

clear()

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

clearField(Descriptors.FieldDescriptor field)

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

clearOneof(Descriptors.OneofDescriptor oneof)

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

clearPageSize()

public ListApplicationsRequest.Builder clearPageSize()

The maximum number of applications to be returned, at most 100. Default is 100 if a non-positive number is provided.

int32 page_size = 3;

Returns
TypeDescription
ListApplicationsRequest.Builder

This builder for chaining.

clearPageToken()

public ListApplicationsRequest.Builder clearPageToken()

The starting indicator from which to return results.

string page_token = 2;

Returns
TypeDescription
ListApplicationsRequest.Builder

This builder for chaining.

clearParent()

public ListApplicationsRequest.Builder clearParent()

Required. Resource name of the profile under which the application is created. The format is "projects/{project_id}/tenants/{tenant_id}/profiles/{profile_id}", for example, "projects/foo/tenants/bar/profiles/baz".

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
ListApplicationsRequest.Builder

This builder for chaining.

clone()

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

getDefaultInstanceForType()

public ListApplicationsRequest getDefaultInstanceForType()
Returns
TypeDescription
ListApplicationsRequest

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getPageSize()

public int getPageSize()

The maximum number of applications to be returned, at most 100. Default is 100 if a non-positive number is provided.

int32 page_size = 3;

Returns
TypeDescription
int

The pageSize.

getPageToken()

public String getPageToken()

The starting indicator from which to return results.

string page_token = 2;

Returns
TypeDescription
String

The pageToken.

getPageTokenBytes()

public ByteString getPageTokenBytes()

The starting indicator from which to return results.

string page_token = 2;

Returns
TypeDescription
ByteString

The bytes for pageToken.

getParent()

public String getParent()

Required. Resource name of the profile under which the application is created. The format is "projects/{project_id}/tenants/{tenant_id}/profiles/{profile_id}", for example, "projects/foo/tenants/bar/profiles/baz".

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
String

The parent.

getParentBytes()

public ByteString getParentBytes()

Required. Resource name of the profile under which the application is created. The format is "projects/{project_id}/tenants/{tenant_id}/profiles/{profile_id}", for example, "projects/foo/tenants/bar/profiles/baz".

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for parent.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(ListApplicationsRequest other)

public ListApplicationsRequest.Builder mergeFrom(ListApplicationsRequest other)
Parameter
NameDescription
otherListApplicationsRequest
Returns
TypeDescription
ListApplicationsRequest.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeUnknownFields(UnknownFieldSet unknownFields)

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

setField(Descriptors.FieldDescriptor field, Object value)

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

setPageSize(int value)

public ListApplicationsRequest.Builder setPageSize(int value)

The maximum number of applications to be returned, at most 100. Default is 100 if a non-positive number is provided.

int32 page_size = 3;

Parameter
NameDescription
valueint

The pageSize to set.

Returns
TypeDescription
ListApplicationsRequest.Builder

This builder for chaining.

setPageToken(String value)

public ListApplicationsRequest.Builder setPageToken(String value)

The starting indicator from which to return results.

string page_token = 2;

Parameter
NameDescription
valueString

The pageToken to set.

Returns
TypeDescription
ListApplicationsRequest.Builder

This builder for chaining.

setPageTokenBytes(ByteString value)

public ListApplicationsRequest.Builder setPageTokenBytes(ByteString value)

The starting indicator from which to return results.

string page_token = 2;

Parameter
NameDescription
valueByteString

The bytes for pageToken to set.

Returns
TypeDescription
ListApplicationsRequest.Builder

This builder for chaining.

setParent(String value)

public ListApplicationsRequest.Builder setParent(String value)

Required. Resource name of the profile under which the application is created. The format is "projects/{project_id}/tenants/{tenant_id}/profiles/{profile_id}", for example, "projects/foo/tenants/bar/profiles/baz".

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
NameDescription
valueString

The parent to set.

Returns
TypeDescription
ListApplicationsRequest.Builder

This builder for chaining.

setParentBytes(ByteString value)

public ListApplicationsRequest.Builder setParentBytes(ByteString value)

Required. Resource name of the profile under which the application is created. The format is "projects/{project_id}/tenants/{tenant_id}/profiles/{profile_id}", for example, "projects/foo/tenants/bar/profiles/baz".

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
NameDescription
valueByteString

The bytes for parent to set.

Returns
TypeDescription
ListApplicationsRequest.Builder

This builder for chaining.

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

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

setUnknownFields(UnknownFieldSet unknownFields)

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