Class ListRevisionsRequest.Builder (0.21.0)

public static final class ListRevisionsRequest.Builder extends GeneratedMessageV3.Builder<ListRevisionsRequest.Builder> implements ListRevisionsRequestOrBuilder

A request to list Revisions passed to a 'ListRevisions' call.

Protobuf type google.cloud.config.v1.ListRevisionsRequest

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public ListRevisionsRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
ListRevisionsRequest.Builder
Overrides

build()

public ListRevisionsRequest build()
Returns
Type Description
ListRevisionsRequest

buildPartial()

public ListRevisionsRequest buildPartial()
Returns
Type Description
ListRevisionsRequest

clear()

public ListRevisionsRequest.Builder clear()
Returns
Type Description
ListRevisionsRequest.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public ListRevisionsRequest.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
ListRevisionsRequest.Builder
Overrides

clearFilter()

public ListRevisionsRequest.Builder clearFilter()

Lists the Revisions that match the filter expression. A filter expression filters the resources listed in the response. The expression must be of the form '{field} {operator} {value}' where operators: '<', '>', '<=', '>=', '!=', '=', ':' are supported (colon ':' represents a HAS operator which is roughly synonymous with equality). {field} can refer to a proto or JSON field, or a synthetic field. Field names can be camelCase or snake_case.

Examples:

  • Filter by name: name = "projects/foo/locations/us-central1/deployments/dep/revisions/bar

  • Filter by labels:

    • Resources that have a key called 'foo' labels.foo:*
    • Resources that have a key called 'foo' whose value is 'bar' labels.foo = bar
  • Filter by state:

    • Revisions in CREATING state. state=CREATING

string filter = 4;

Returns
Type Description
ListRevisionsRequest.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public ListRevisionsRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
ListRevisionsRequest.Builder
Overrides

clearOrderBy()

public ListRevisionsRequest.Builder clearOrderBy()

Field to use to sort the list.

string order_by = 5;

Returns
Type Description
ListRevisionsRequest.Builder

This builder for chaining.

clearPageSize()

public ListRevisionsRequest.Builder clearPageSize()

When requesting a page of resources, page_size specifies number of resources to return. If unspecified, at most 500 will be returned. The maximum value is 1000.

int32 page_size = 2;

Returns
Type Description
ListRevisionsRequest.Builder

This builder for chaining.

clearPageToken()

public ListRevisionsRequest.Builder clearPageToken()

Token returned by previous call to 'ListRevisions' which specifies the position in the list from where to continue listing the resources.

string page_token = 3;

Returns
Type Description
ListRevisionsRequest.Builder

This builder for chaining.

clearParent()

public ListRevisionsRequest.Builder clearParent()

Required. The parent in whose context the Revisions are listed. The parent value is in the format: 'projects/{project_id}/locations/{location}/deployments/{deployment}'.

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

Returns
Type Description
ListRevisionsRequest.Builder

This builder for chaining.

clone()

public ListRevisionsRequest.Builder clone()
Returns
Type Description
ListRevisionsRequest.Builder
Overrides

getDefaultInstanceForType()

public ListRevisionsRequest getDefaultInstanceForType()
Returns
Type Description
ListRevisionsRequest

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getFilter()

public String getFilter()

Lists the Revisions that match the filter expression. A filter expression filters the resources listed in the response. The expression must be of the form '{field} {operator} {value}' where operators: '<', '>', '<=', '>=', '!=', '=', ':' are supported (colon ':' represents a HAS operator which is roughly synonymous with equality). {field} can refer to a proto or JSON field, or a synthetic field. Field names can be camelCase or snake_case.

Examples:

  • Filter by name: name = "projects/foo/locations/us-central1/deployments/dep/revisions/bar

  • Filter by labels:

    • Resources that have a key called 'foo' labels.foo:*
    • Resources that have a key called 'foo' whose value is 'bar' labels.foo = bar
  • Filter by state:

    • Revisions in CREATING state. state=CREATING

string filter = 4;

Returns
Type Description
String

The filter.

getFilterBytes()

public ByteString getFilterBytes()

Lists the Revisions that match the filter expression. A filter expression filters the resources listed in the response. The expression must be of the form '{field} {operator} {value}' where operators: '<', '>', '<=', '>=', '!=', '=', ':' are supported (colon ':' represents a HAS operator which is roughly synonymous with equality). {field} can refer to a proto or JSON field, or a synthetic field. Field names can be camelCase or snake_case.

Examples:

  • Filter by name: name = "projects/foo/locations/us-central1/deployments/dep/revisions/bar

  • Filter by labels:

    • Resources that have a key called 'foo' labels.foo:*
    • Resources that have a key called 'foo' whose value is 'bar' labels.foo = bar
  • Filter by state:

    • Revisions in CREATING state. state=CREATING

string filter = 4;

Returns
Type Description
ByteString

The bytes for filter.

getOrderBy()

public String getOrderBy()

Field to use to sort the list.

string order_by = 5;

Returns
Type Description
String

The orderBy.

getOrderByBytes()

public ByteString getOrderByBytes()

Field to use to sort the list.

string order_by = 5;

Returns
Type Description
ByteString

The bytes for orderBy.

getPageSize()

public int getPageSize()

When requesting a page of resources, page_size specifies number of resources to return. If unspecified, at most 500 will be returned. The maximum value is 1000.

int32 page_size = 2;

Returns
Type Description
int

The pageSize.

getPageToken()

public String getPageToken()

Token returned by previous call to 'ListRevisions' which specifies the position in the list from where to continue listing the resources.

string page_token = 3;

Returns
Type Description
String

The pageToken.

getPageTokenBytes()

public ByteString getPageTokenBytes()

Token returned by previous call to 'ListRevisions' which specifies the position in the list from where to continue listing the resources.

string page_token = 3;

Returns
Type Description
ByteString

The bytes for pageToken.

getParent()

public String getParent()

Required. The parent in whose context the Revisions are listed. The parent value is in the format: 'projects/{project_id}/locations/{location}/deployments/{deployment}'.

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

Returns
Type Description
String

The parent.

getParentBytes()

public ByteString getParentBytes()

Required. The parent in whose context the Revisions are listed. The parent value is in the format: 'projects/{project_id}/locations/{location}/deployments/{deployment}'.

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

Returns
Type Description
ByteString

The bytes for parent.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(ListRevisionsRequest other)

public ListRevisionsRequest.Builder mergeFrom(ListRevisionsRequest other)
Parameter
Name Description
other ListRevisionsRequest
Returns
Type Description
ListRevisionsRequest.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public ListRevisionsRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ListRevisionsRequest.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public ListRevisionsRequest.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
ListRevisionsRequest.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final ListRevisionsRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
ListRevisionsRequest.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public ListRevisionsRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
ListRevisionsRequest.Builder
Overrides

setFilter(String value)

public ListRevisionsRequest.Builder setFilter(String value)

Lists the Revisions that match the filter expression. A filter expression filters the resources listed in the response. The expression must be of the form '{field} {operator} {value}' where operators: '<', '>', '<=', '>=', '!=', '=', ':' are supported (colon ':' represents a HAS operator which is roughly synonymous with equality). {field} can refer to a proto or JSON field, or a synthetic field. Field names can be camelCase or snake_case.

Examples:

  • Filter by name: name = "projects/foo/locations/us-central1/deployments/dep/revisions/bar

  • Filter by labels:

    • Resources that have a key called 'foo' labels.foo:*
    • Resources that have a key called 'foo' whose value is 'bar' labels.foo = bar
  • Filter by state:

    • Revisions in CREATING state. state=CREATING

string filter = 4;

Parameter
Name Description
value String

The filter to set.

Returns
Type Description
ListRevisionsRequest.Builder

This builder for chaining.

setFilterBytes(ByteString value)

public ListRevisionsRequest.Builder setFilterBytes(ByteString value)

Lists the Revisions that match the filter expression. A filter expression filters the resources listed in the response. The expression must be of the form '{field} {operator} {value}' where operators: '<', '>', '<=', '>=', '!=', '=', ':' are supported (colon ':' represents a HAS operator which is roughly synonymous with equality). {field} can refer to a proto or JSON field, or a synthetic field. Field names can be camelCase or snake_case.

Examples:

  • Filter by name: name = "projects/foo/locations/us-central1/deployments/dep/revisions/bar

  • Filter by labels:

    • Resources that have a key called 'foo' labels.foo:*
    • Resources that have a key called 'foo' whose value is 'bar' labels.foo = bar
  • Filter by state:

    • Revisions in CREATING state. state=CREATING

string filter = 4;

Parameter
Name Description
value ByteString

The bytes for filter to set.

Returns
Type Description
ListRevisionsRequest.Builder

This builder for chaining.

setOrderBy(String value)

public ListRevisionsRequest.Builder setOrderBy(String value)

Field to use to sort the list.

string order_by = 5;

Parameter
Name Description
value String

The orderBy to set.

Returns
Type Description
ListRevisionsRequest.Builder

This builder for chaining.

setOrderByBytes(ByteString value)

public ListRevisionsRequest.Builder setOrderByBytes(ByteString value)

Field to use to sort the list.

string order_by = 5;

Parameter
Name Description
value ByteString

The bytes for orderBy to set.

Returns
Type Description
ListRevisionsRequest.Builder

This builder for chaining.

setPageSize(int value)

public ListRevisionsRequest.Builder setPageSize(int value)

When requesting a page of resources, page_size specifies number of resources to return. If unspecified, at most 500 will be returned. The maximum value is 1000.

int32 page_size = 2;

Parameter
Name Description
value int

The pageSize to set.

Returns
Type Description
ListRevisionsRequest.Builder

This builder for chaining.

setPageToken(String value)

public ListRevisionsRequest.Builder setPageToken(String value)

Token returned by previous call to 'ListRevisions' which specifies the position in the list from where to continue listing the resources.

string page_token = 3;

Parameter
Name Description
value String

The pageToken to set.

Returns
Type Description
ListRevisionsRequest.Builder

This builder for chaining.

setPageTokenBytes(ByteString value)

public ListRevisionsRequest.Builder setPageTokenBytes(ByteString value)

Token returned by previous call to 'ListRevisions' which specifies the position in the list from where to continue listing the resources.

string page_token = 3;

Parameter
Name Description
value ByteString

The bytes for pageToken to set.

Returns
Type Description
ListRevisionsRequest.Builder

This builder for chaining.

setParent(String value)

public ListRevisionsRequest.Builder setParent(String value)

Required. The parent in whose context the Revisions are listed. The parent value is in the format: 'projects/{project_id}/locations/{location}/deployments/{deployment}'.

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

Parameter
Name Description
value String

The parent to set.

Returns
Type Description
ListRevisionsRequest.Builder

This builder for chaining.

setParentBytes(ByteString value)

public ListRevisionsRequest.Builder setParentBytes(ByteString value)

Required. The parent in whose context the Revisions are listed. The parent value is in the format: 'projects/{project_id}/locations/{location}/deployments/{deployment}'.

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

Parameter
Name Description
value ByteString

The bytes for parent to set.

Returns
Type Description
ListRevisionsRequest.Builder

This builder for chaining.

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

public ListRevisionsRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
ListRevisionsRequest.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final ListRevisionsRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
ListRevisionsRequest.Builder
Overrides