Class ListConstraintsRequest.Builder (2.42.0)

public static final class ListConstraintsRequest.Builder extends GeneratedMessageV3.Builder<ListConstraintsRequest.Builder> implements ListConstraintsRequestOrBuilder

The request sent to the [ListConstraints] [google.cloud.orgpolicy.v2.OrgPolicy.ListConstraints] method.

Protobuf type google.cloud.orgpolicy.v2.ListConstraintsRequest

Static Methods

getDescriptor()

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

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

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

build()

public ListConstraintsRequest build()
Returns
TypeDescription
ListConstraintsRequest

buildPartial()

public ListConstraintsRequest buildPartial()
Returns
TypeDescription
ListConstraintsRequest

clear()

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

clearField(Descriptors.FieldDescriptor field)

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

clearOneof(Descriptors.OneofDescriptor oneof)

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

clearPageSize()

public ListConstraintsRequest.Builder clearPageSize()

Size of the pages to be returned. This is currently unsupported and will be ignored. The server may at any point start using this field to limit page size.

int32 page_size = 2;

Returns
TypeDescription
ListConstraintsRequest.Builder

This builder for chaining.

clearPageToken()

public ListConstraintsRequest.Builder clearPageToken()

Page token used to retrieve the next page. This is currently unsupported and will be ignored. The server may at any point start using this field.

string page_token = 3;

Returns
TypeDescription
ListConstraintsRequest.Builder

This builder for chaining.

clearParent()

public ListConstraintsRequest.Builder clearParent()

Required. The Google Cloud resource that parents the constraint. Must be in one of the following forms:

  • projects/{project_number}
  • projects/{project_id}
  • folders/{folder_id}
  • organizations/{organization_id}

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

Returns
TypeDescription
ListConstraintsRequest.Builder

This builder for chaining.

clone()

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

getDefaultInstanceForType()

public ListConstraintsRequest getDefaultInstanceForType()
Returns
TypeDescription
ListConstraintsRequest

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getPageSize()

public int getPageSize()

Size of the pages to be returned. This is currently unsupported and will be ignored. The server may at any point start using this field to limit page size.

int32 page_size = 2;

Returns
TypeDescription
int

The pageSize.

getPageToken()

public String getPageToken()

Page token used to retrieve the next page. This is currently unsupported and will be ignored. The server may at any point start using this field.

string page_token = 3;

Returns
TypeDescription
String

The pageToken.

getPageTokenBytes()

public ByteString getPageTokenBytes()

Page token used to retrieve the next page. This is currently unsupported and will be ignored. The server may at any point start using this field.

string page_token = 3;

Returns
TypeDescription
ByteString

The bytes for pageToken.

getParent()

public String getParent()

Required. The Google Cloud resource that parents the constraint. Must be in one of the following forms:

  • projects/{project_number}
  • projects/{project_id}
  • folders/{folder_id}
  • organizations/{organization_id}

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

Returns
TypeDescription
String

The parent.

getParentBytes()

public ByteString getParentBytes()

Required. The Google Cloud resource that parents the constraint. Must be in one of the following forms:

  • projects/{project_number}
  • projects/{project_id}
  • folders/{folder_id}
  • organizations/{organization_id}

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(ListConstraintsRequest other)

public ListConstraintsRequest.Builder mergeFrom(ListConstraintsRequest other)
Parameter
NameDescription
otherListConstraintsRequest
Returns
TypeDescription
ListConstraintsRequest.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeUnknownFields(UnknownFieldSet unknownFields)

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

setField(Descriptors.FieldDescriptor field, Object value)

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

setPageSize(int value)

public ListConstraintsRequest.Builder setPageSize(int value)

Size of the pages to be returned. This is currently unsupported and will be ignored. The server may at any point start using this field to limit page size.

int32 page_size = 2;

Parameter
NameDescription
valueint

The pageSize to set.

Returns
TypeDescription
ListConstraintsRequest.Builder

This builder for chaining.

setPageToken(String value)

public ListConstraintsRequest.Builder setPageToken(String value)

Page token used to retrieve the next page. This is currently unsupported and will be ignored. The server may at any point start using this field.

string page_token = 3;

Parameter
NameDescription
valueString

The pageToken to set.

Returns
TypeDescription
ListConstraintsRequest.Builder

This builder for chaining.

setPageTokenBytes(ByteString value)

public ListConstraintsRequest.Builder setPageTokenBytes(ByteString value)

Page token used to retrieve the next page. This is currently unsupported and will be ignored. The server may at any point start using this field.

string page_token = 3;

Parameter
NameDescription
valueByteString

The bytes for pageToken to set.

Returns
TypeDescription
ListConstraintsRequest.Builder

This builder for chaining.

setParent(String value)

public ListConstraintsRequest.Builder setParent(String value)

Required. The Google Cloud resource that parents the constraint. Must be in one of the following forms:

  • projects/{project_number}
  • projects/{project_id}
  • folders/{folder_id}
  • organizations/{organization_id}

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

Parameter
NameDescription
valueString

The parent to set.

Returns
TypeDescription
ListConstraintsRequest.Builder

This builder for chaining.

setParentBytes(ByteString value)

public ListConstraintsRequest.Builder setParentBytes(ByteString value)

Required. The Google Cloud resource that parents the constraint. Must be in one of the following forms:

  • projects/{project_number}
  • projects/{project_id}
  • folders/{folder_id}
  • organizations/{organization_id}

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

Parameter
NameDescription
valueByteString

The bytes for parent to set.

Returns
TypeDescription
ListConstraintsRequest.Builder

This builder for chaining.

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

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

setUnknownFields(UnknownFieldSet unknownFields)

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