Class CreateRollupPropertyRequest.Builder (0.70.0)

publicstaticfinalclassCreateRollupPropertyRequest.BuilderextendsGeneratedMessageV3.Builder<CreateRollupPropertyRequest.Builder>implementsCreateRollupPropertyRequestOrBuilder

Request message for CreateRollupProperty RPC.

Protobuf type google.analytics.admin.v1alpha.CreateRollupPropertyRequest

Static Methods

getDescriptor()

publicstaticfinalDescriptors.DescriptorgetDescriptor()
Returns
TypeDescription
Descriptor

Methods

addAllSourceProperties(Iterable<String> values)

publicCreateRollupPropertyRequest.BuilderaddAllSourceProperties(Iterable<String>values)

Optional. The resource names of properties that will be sources to the created roll-up property.

repeated string source_properties = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
valuesIterable<String>

The sourceProperties to add.

Returns
TypeDescription
CreateRollupPropertyRequest.Builder

This builder for chaining.

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

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

addSourceProperties(String value)

publicCreateRollupPropertyRequest.BuilderaddSourceProperties(Stringvalue)

Optional. The resource names of properties that will be sources to the created roll-up property.

repeated string source_properties = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
valueString

The sourceProperties to add.

Returns
TypeDescription
CreateRollupPropertyRequest.Builder

This builder for chaining.

addSourcePropertiesBytes(ByteString value)

publicCreateRollupPropertyRequest.BuilderaddSourcePropertiesBytes(ByteStringvalue)

Optional. The resource names of properties that will be sources to the created roll-up property.

repeated string source_properties = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
valueByteString

The bytes of the sourceProperties to add.

Returns
TypeDescription
CreateRollupPropertyRequest.Builder

This builder for chaining.

build()

publicCreateRollupPropertyRequestbuild()
Returns
TypeDescription
CreateRollupPropertyRequest

buildPartial()

publicCreateRollupPropertyRequestbuildPartial()
Returns
TypeDescription
CreateRollupPropertyRequest

clear()

publicCreateRollupPropertyRequest.Builderclear()
Returns
TypeDescription
CreateRollupPropertyRequest.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

publicCreateRollupPropertyRequest.BuilderclearField(Descriptors.FieldDescriptorfield)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
CreateRollupPropertyRequest.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

publicCreateRollupPropertyRequest.BuilderclearOneof(Descriptors.OneofDescriptoroneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
CreateRollupPropertyRequest.Builder
Overrides

clearRollupProperty()

publicCreateRollupPropertyRequest.BuilderclearRollupProperty()

Required. The roll-up property to create.

.google.analytics.admin.v1alpha.Property rollup_property = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
CreateRollupPropertyRequest.Builder

clearSourceProperties()

publicCreateRollupPropertyRequest.BuilderclearSourceProperties()

Optional. The resource names of properties that will be sources to the created roll-up property.

repeated string source_properties = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
CreateRollupPropertyRequest.Builder

This builder for chaining.

clone()

publicCreateRollupPropertyRequest.Builderclone()
Returns
TypeDescription
CreateRollupPropertyRequest.Builder
Overrides

getDefaultInstanceForType()

publicCreateRollupPropertyRequestgetDefaultInstanceForType()
Returns
TypeDescription
CreateRollupPropertyRequest

getDescriptorForType()

publicDescriptors.DescriptorgetDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getRollupProperty()

publicPropertygetRollupProperty()

Required. The roll-up property to create.

.google.analytics.admin.v1alpha.Property rollup_property = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
Property

The rollupProperty.

getRollupPropertyBuilder()

publicProperty.BuildergetRollupPropertyBuilder()

Required. The roll-up property to create.

.google.analytics.admin.v1alpha.Property rollup_property = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
Property.Builder

getRollupPropertyOrBuilder()

publicPropertyOrBuildergetRollupPropertyOrBuilder()

Required. The roll-up property to create.

.google.analytics.admin.v1alpha.Property rollup_property = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
PropertyOrBuilder

getSourceProperties(int index)

publicStringgetSourceProperties(intindex)

Optional. The resource names of properties that will be sources to the created roll-up property.

repeated string source_properties = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
String

The sourceProperties at the given index.

getSourcePropertiesBytes(int index)

publicByteStringgetSourcePropertiesBytes(intindex)

Optional. The resource names of properties that will be sources to the created roll-up property.

repeated string source_properties = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
ByteString

The bytes of the sourceProperties at the given index.

getSourcePropertiesCount()

publicintgetSourcePropertiesCount()

Optional. The resource names of properties that will be sources to the created roll-up property.

repeated string source_properties = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
int

The count of sourceProperties.

getSourcePropertiesList()

publicProtocolStringListgetSourcePropertiesList()

Optional. The resource names of properties that will be sources to the created roll-up property.

repeated string source_properties = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
ProtocolStringList

A list containing the sourceProperties.

hasRollupProperty()

publicbooleanhasRollupProperty()

Required. The roll-up property to create.

.google.analytics.admin.v1alpha.Property rollup_property = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the rollupProperty field is set.

internalGetFieldAccessorTable()

protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

publicfinalbooleanisInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(CreateRollupPropertyRequest other)

publicCreateRollupPropertyRequest.BuildermergeFrom(CreateRollupPropertyRequestother)
Parameter
NameDescription
otherCreateRollupPropertyRequest
Returns
TypeDescription
CreateRollupPropertyRequest.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

publicCreateRollupPropertyRequest.BuildermergeFrom(Messageother)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
CreateRollupPropertyRequest.Builder
Overrides

mergeRollupProperty(Property value)

publicCreateRollupPropertyRequest.BuildermergeRollupProperty(Propertyvalue)

Required. The roll-up property to create.

.google.analytics.admin.v1alpha.Property rollup_property = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
valueProperty
Returns
TypeDescription
CreateRollupPropertyRequest.Builder

mergeUnknownFields(UnknownFieldSet unknownFields)

publicfinalCreateRollupPropertyRequest.BuildermergeUnknownFields(UnknownFieldSetunknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
CreateRollupPropertyRequest.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

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

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

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

setRollupProperty(Property value)

publicCreateRollupPropertyRequest.BuildersetRollupProperty(Propertyvalue)

Required. The roll-up property to create.

.google.analytics.admin.v1alpha.Property rollup_property = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
valueProperty
Returns
TypeDescription
CreateRollupPropertyRequest.Builder

setRollupProperty(Property.Builder builderForValue)

publicCreateRollupPropertyRequest.BuildersetRollupProperty(Property.BuilderbuilderForValue)

Required. The roll-up property to create.

.google.analytics.admin.v1alpha.Property rollup_property = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
builderForValueProperty.Builder
Returns
TypeDescription
CreateRollupPropertyRequest.Builder

setSourceProperties(int index, String value)

publicCreateRollupPropertyRequest.BuildersetSourceProperties(intindex,Stringvalue)

Optional. The resource names of properties that will be sources to the created roll-up property.

repeated string source_properties = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameters
NameDescription
indexint

The index to set the value at.

valueString

The sourceProperties to set.

Returns
TypeDescription
CreateRollupPropertyRequest.Builder

This builder for chaining.

setUnknownFields(UnknownFieldSet unknownFields)

publicfinalCreateRollupPropertyRequest.BuildersetUnknownFields(UnknownFieldSetunknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
CreateRollupPropertyRequest.Builder
Overrides