Class ReorderFirewallPoliciesRequest.Builder (3.34.0)

public static final class ReorderFirewallPoliciesRequest.Builder extends GeneratedMessageV3.Builder<ReorderFirewallPoliciesRequest.Builder> implements ReorderFirewallPoliciesRequestOrBuilder

The reorder firewall policies request message.

Protobuf type google.cloud.recaptchaenterprise.v1.ReorderFirewallPoliciesRequest

Static Methods

getDescriptor()

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

Methods

addAllNames(Iterable<String> values)

public ReorderFirewallPoliciesRequest.Builder addAllNames(Iterable<String> values)

Required. A list containing all policy names, in the new order. Each name is in the format projects/{project}/firewallpolicies/{firewallpolicy}.

repeated string names = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
NameDescription
valuesIterable<String>

The names to add.

Returns
TypeDescription
ReorderFirewallPoliciesRequest.Builder

This builder for chaining.

addNames(String value)

public ReorderFirewallPoliciesRequest.Builder addNames(String value)

Required. A list containing all policy names, in the new order. Each name is in the format projects/{project}/firewallpolicies/{firewallpolicy}.

repeated string names = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
NameDescription
valueString

The names to add.

Returns
TypeDescription
ReorderFirewallPoliciesRequest.Builder

This builder for chaining.

addNamesBytes(ByteString value)

public ReorderFirewallPoliciesRequest.Builder addNamesBytes(ByteString value)

Required. A list containing all policy names, in the new order. Each name is in the format projects/{project}/firewallpolicies/{firewallpolicy}.

repeated string names = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
NameDescription
valueByteString

The bytes of the names to add.

Returns
TypeDescription
ReorderFirewallPoliciesRequest.Builder

This builder for chaining.

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

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

build()

public ReorderFirewallPoliciesRequest build()
Returns
TypeDescription
ReorderFirewallPoliciesRequest

buildPartial()

public ReorderFirewallPoliciesRequest buildPartial()
Returns
TypeDescription
ReorderFirewallPoliciesRequest

clear()

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

clearField(Descriptors.FieldDescriptor field)

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

clearNames()

public ReorderFirewallPoliciesRequest.Builder clearNames()

Required. A list containing all policy names, in the new order. Each name is in the format projects/{project}/firewallpolicies/{firewallpolicy}.

repeated string names = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
ReorderFirewallPoliciesRequest.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

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

clearParent()

public ReorderFirewallPoliciesRequest.Builder clearParent()

Required. The name of the project to list the policies for, in the format projects/{project}.

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

Returns
TypeDescription
ReorderFirewallPoliciesRequest.Builder

This builder for chaining.

clone()

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

getDefaultInstanceForType()

public ReorderFirewallPoliciesRequest getDefaultInstanceForType()
Returns
TypeDescription
ReorderFirewallPoliciesRequest

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getNames(int index)

public String getNames(int index)

Required. A list containing all policy names, in the new order. Each name is in the format projects/{project}/firewallpolicies/{firewallpolicy}.

repeated string names = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
String

The names at the given index.

getNamesBytes(int index)

public ByteString getNamesBytes(int index)

Required. A list containing all policy names, in the new order. Each name is in the format projects/{project}/firewallpolicies/{firewallpolicy}.

repeated string names = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
ByteString

The bytes of the names at the given index.

getNamesCount()

public int getNamesCount()

Required. A list containing all policy names, in the new order. Each name is in the format projects/{project}/firewallpolicies/{firewallpolicy}.

repeated string names = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
int

The count of names.

getNamesList()

public ProtocolStringList getNamesList()

Required. A list containing all policy names, in the new order. Each name is in the format projects/{project}/firewallpolicies/{firewallpolicy}.

repeated string names = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
ProtocolStringList

A list containing the names.

getParent()

public String getParent()

Required. The name of the project to list the policies for, in the format projects/{project}.

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

Returns
TypeDescription
String

The parent.

getParentBytes()

public ByteString getParentBytes()

Required. The name of the project to list the policies for, in the format projects/{project}.

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(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeFrom(ReorderFirewallPoliciesRequest other)

public ReorderFirewallPoliciesRequest.Builder mergeFrom(ReorderFirewallPoliciesRequest other)
Parameter
NameDescription
otherReorderFirewallPoliciesRequest
Returns
TypeDescription
ReorderFirewallPoliciesRequest.Builder

mergeUnknownFields(UnknownFieldSet unknownFields)

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

setField(Descriptors.FieldDescriptor field, Object value)

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

setNames(int index, String value)

public ReorderFirewallPoliciesRequest.Builder setNames(int index, String value)

Required. A list containing all policy names, in the new order. Each name is in the format projects/{project}/firewallpolicies/{firewallpolicy}.

repeated string names = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameters
NameDescription
indexint

The index to set the value at.

valueString

The names to set.

Returns
TypeDescription
ReorderFirewallPoliciesRequest.Builder

This builder for chaining.

setParent(String value)

public ReorderFirewallPoliciesRequest.Builder setParent(String value)

Required. The name of the project to list the policies for, in the format projects/{project}.

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

Parameter
NameDescription
valueString

The parent to set.

Returns
TypeDescription
ReorderFirewallPoliciesRequest.Builder

This builder for chaining.

setParentBytes(ByteString value)

public ReorderFirewallPoliciesRequest.Builder setParentBytes(ByteString value)

Required. The name of the project to list the policies for, in the format projects/{project}.

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

Parameter
NameDescription
valueByteString

The bytes for parent to set.

Returns
TypeDescription
ReorderFirewallPoliciesRequest.Builder

This builder for chaining.

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

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

setUnknownFields(UnknownFieldSet unknownFields)

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