Class ReorderEventEditRulesRequest.Builder (0.70.0)

publicstaticfinalclassReorderEventEditRulesRequest.BuilderextendsGeneratedMessageV3.Builder<ReorderEventEditRulesRequest.Builder>implementsReorderEventEditRulesRequestOrBuilder

Request message for ReorderEventEditRules RPC.

Protobuf type google.analytics.admin.v1alpha.ReorderEventEditRulesRequest

Static Methods

getDescriptor()

publicstaticfinalDescriptors.DescriptorgetDescriptor()
Returns
TypeDescription
Descriptor

Methods

addAllEventEditRules(Iterable<String> values)

publicReorderEventEditRulesRequest.BuilderaddAllEventEditRules(Iterable<String>values)

Required. EventEditRule resource names for the specified data stream, in the needed processing order. All EventEditRules for the stream must be present in the list.

repeated string event_edit_rules = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
valuesIterable<String>

The eventEditRules to add.

Returns
TypeDescription
ReorderEventEditRulesRequest.Builder

This builder for chaining.

addEventEditRules(String value)

publicReorderEventEditRulesRequest.BuilderaddEventEditRules(Stringvalue)

Required. EventEditRule resource names for the specified data stream, in the needed processing order. All EventEditRules for the stream must be present in the list.

repeated string event_edit_rules = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
valueString

The eventEditRules to add.

Returns
TypeDescription
ReorderEventEditRulesRequest.Builder

This builder for chaining.

addEventEditRulesBytes(ByteString value)

publicReorderEventEditRulesRequest.BuilderaddEventEditRulesBytes(ByteStringvalue)

Required. EventEditRule resource names for the specified data stream, in the needed processing order. All EventEditRules for the stream must be present in the list.

repeated string event_edit_rules = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
valueByteString

The bytes of the eventEditRules to add.

Returns
TypeDescription
ReorderEventEditRulesRequest.Builder

This builder for chaining.

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

publicReorderEventEditRulesRequest.BuilderaddRepeatedField(Descriptors.FieldDescriptorfield,Objectvalue)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
ReorderEventEditRulesRequest.Builder
Overrides

build()

publicReorderEventEditRulesRequestbuild()
Returns
TypeDescription
ReorderEventEditRulesRequest

buildPartial()

publicReorderEventEditRulesRequestbuildPartial()
Returns
TypeDescription
ReorderEventEditRulesRequest

clear()

publicReorderEventEditRulesRequest.Builderclear()
Returns
TypeDescription
ReorderEventEditRulesRequest.Builder
Overrides

clearEventEditRules()

publicReorderEventEditRulesRequest.BuilderclearEventEditRules()

Required. EventEditRule resource names for the specified data stream, in the needed processing order. All EventEditRules for the stream must be present in the list.

repeated string event_edit_rules = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ReorderEventEditRulesRequest.Builder

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

publicReorderEventEditRulesRequest.BuilderclearField(Descriptors.FieldDescriptorfield)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
ReorderEventEditRulesRequest.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

publicReorderEventEditRulesRequest.BuilderclearOneof(Descriptors.OneofDescriptoroneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
ReorderEventEditRulesRequest.Builder
Overrides

clearParent()

publicReorderEventEditRulesRequest.BuilderclearParent()

Required. Example format: properties/123/dataStreams/456

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

Returns
TypeDescription
ReorderEventEditRulesRequest.Builder

This builder for chaining.

clone()

publicReorderEventEditRulesRequest.Builderclone()
Returns
TypeDescription
ReorderEventEditRulesRequest.Builder
Overrides

getDefaultInstanceForType()

publicReorderEventEditRulesRequestgetDefaultInstanceForType()
Returns
TypeDescription
ReorderEventEditRulesRequest

getDescriptorForType()

publicDescriptors.DescriptorgetDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getEventEditRules(int index)

publicStringgetEventEditRules(intindex)

Required. EventEditRule resource names for the specified data stream, in the needed processing order. All EventEditRules for the stream must be present in the list.

repeated string event_edit_rules = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
String

The eventEditRules at the given index.

getEventEditRulesBytes(int index)

publicByteStringgetEventEditRulesBytes(intindex)

Required. EventEditRule resource names for the specified data stream, in the needed processing order. All EventEditRules for the stream must be present in the list.

repeated string event_edit_rules = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
ByteString

The bytes of the eventEditRules at the given index.

getEventEditRulesCount()

publicintgetEventEditRulesCount()

Required. EventEditRule resource names for the specified data stream, in the needed processing order. All EventEditRules for the stream must be present in the list.

repeated string event_edit_rules = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
int

The count of eventEditRules.

getEventEditRulesList()

publicProtocolStringListgetEventEditRulesList()

Required. EventEditRule resource names for the specified data stream, in the needed processing order. All EventEditRules for the stream must be present in the list.

repeated string event_edit_rules = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ProtocolStringList

A list containing the eventEditRules.

getParent()

publicStringgetParent()

Required. Example format: properties/123/dataStreams/456

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

Returns
TypeDescription
String

The parent.

getParentBytes()

publicByteStringgetParentBytes()

Required. Example format: properties/123/dataStreams/456

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

Returns
TypeDescription
ByteString

The bytes for parent.

internalGetFieldAccessorTable()

protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

publicfinalbooleanisInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(ReorderEventEditRulesRequest other)

publicReorderEventEditRulesRequest.BuildermergeFrom(ReorderEventEditRulesRequestother)
Parameter
NameDescription
otherReorderEventEditRulesRequest
Returns
TypeDescription
ReorderEventEditRulesRequest.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

publicReorderEventEditRulesRequest.BuildermergeFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ReorderEventEditRulesRequest.Builder
Overrides
Exceptions
TypeDescription
IOException

mergeFrom(Message other)

publicReorderEventEditRulesRequest.BuildermergeFrom(Messageother)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
ReorderEventEditRulesRequest.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

publicfinalReorderEventEditRulesRequest.BuildermergeUnknownFields(UnknownFieldSetunknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
ReorderEventEditRulesRequest.Builder
Overrides

setEventEditRules(int index, String value)

publicReorderEventEditRulesRequest.BuildersetEventEditRules(intindex,Stringvalue)

Required. EventEditRule resource names for the specified data stream, in the needed processing order. All EventEditRules for the stream must be present in the list.

repeated string event_edit_rules = 2 [(.google.api.field_behavior) = REQUIRED];

Parameters
NameDescription
indexint

The index to set the value at.

valueString

The eventEditRules to set.

Returns
TypeDescription
ReorderEventEditRulesRequest.Builder

This builder for chaining.

setField(Descriptors.FieldDescriptor field, Object value)

publicReorderEventEditRulesRequest.BuildersetField(Descriptors.FieldDescriptorfield,Objectvalue)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
ReorderEventEditRulesRequest.Builder
Overrides

setParent(String value)

publicReorderEventEditRulesRequest.BuildersetParent(Stringvalue)

Required. Example format: properties/123/dataStreams/456

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

Parameter
NameDescription
valueString

The parent to set.

Returns
TypeDescription
ReorderEventEditRulesRequest.Builder

This builder for chaining.

setParentBytes(ByteString value)

publicReorderEventEditRulesRequest.BuildersetParentBytes(ByteStringvalue)

Required. Example format: properties/123/dataStreams/456

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

Parameter
NameDescription
valueByteString

The bytes for parent to set.

Returns
TypeDescription
ReorderEventEditRulesRequest.Builder

This builder for chaining.

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

publicReorderEventEditRulesRequest.BuildersetRepeatedField(Descriptors.FieldDescriptorfield,intindex,Objectvalue)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
ReorderEventEditRulesRequest.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

publicfinalReorderEventEditRulesRequest.BuildersetUnknownFields(UnknownFieldSetunknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
ReorderEventEditRulesRequest.Builder
Overrides