Class UpdateExpandedDataSetRequest.Builder (0.70.0)

publicstaticfinalclassUpdateExpandedDataSetRequest.BuilderextendsGeneratedMessageV3.Builder<UpdateExpandedDataSetRequest.Builder>implementsUpdateExpandedDataSetRequestOrBuilder

Request message for UpdateExpandedDataSet RPC.

Protobuf type google.analytics.admin.v1alpha.UpdateExpandedDataSetRequest

Static Methods

getDescriptor()

publicstaticfinalDescriptors.DescriptorgetDescriptor()
Returns
TypeDescription
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

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

build()

publicUpdateExpandedDataSetRequestbuild()
Returns
TypeDescription
UpdateExpandedDataSetRequest

buildPartial()

publicUpdateExpandedDataSetRequestbuildPartial()
Returns
TypeDescription
UpdateExpandedDataSetRequest

clear()

publicUpdateExpandedDataSetRequest.Builderclear()
Returns
TypeDescription
UpdateExpandedDataSetRequest.Builder
Overrides

clearExpandedDataSet()

publicUpdateExpandedDataSetRequest.BuilderclearExpandedDataSet()

Required. The ExpandedDataSet to update. The resource's name field is used to identify the ExpandedDataSet to be updated.

.google.analytics.admin.v1alpha.ExpandedDataSet expanded_data_set = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
UpdateExpandedDataSetRequest.Builder

clearField(Descriptors.FieldDescriptor field)

publicUpdateExpandedDataSetRequest.BuilderclearField(Descriptors.FieldDescriptorfield)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
UpdateExpandedDataSetRequest.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

publicUpdateExpandedDataSetRequest.BuilderclearOneof(Descriptors.OneofDescriptoroneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
UpdateExpandedDataSetRequest.Builder
Overrides

clearUpdateMask()

publicUpdateExpandedDataSetRequest.BuilderclearUpdateMask()

Required. The list of fields to be updated. Field names must be in snake case (e.g., "field_to_update"). Omitted fields will not be updated. To replace the entire entity, use one path with the string "*" to match all fields.

.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
UpdateExpandedDataSetRequest.Builder

clone()

publicUpdateExpandedDataSetRequest.Builderclone()
Returns
TypeDescription
UpdateExpandedDataSetRequest.Builder
Overrides

getDefaultInstanceForType()

publicUpdateExpandedDataSetRequestgetDefaultInstanceForType()
Returns
TypeDescription
UpdateExpandedDataSetRequest

getDescriptorForType()

publicDescriptors.DescriptorgetDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getExpandedDataSet()

publicExpandedDataSetgetExpandedDataSet()

Required. The ExpandedDataSet to update. The resource's name field is used to identify the ExpandedDataSet to be updated.

.google.analytics.admin.v1alpha.ExpandedDataSet expanded_data_set = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ExpandedDataSet

The expandedDataSet.

getExpandedDataSetBuilder()

publicExpandedDataSet.BuildergetExpandedDataSetBuilder()

Required. The ExpandedDataSet to update. The resource's name field is used to identify the ExpandedDataSet to be updated.

.google.analytics.admin.v1alpha.ExpandedDataSet expanded_data_set = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ExpandedDataSet.Builder

getExpandedDataSetOrBuilder()

publicExpandedDataSetOrBuildergetExpandedDataSetOrBuilder()

Required. The ExpandedDataSet to update. The resource's name field is used to identify the ExpandedDataSet to be updated.

.google.analytics.admin.v1alpha.ExpandedDataSet expanded_data_set = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ExpandedDataSetOrBuilder

getUpdateMask()

publicFieldMaskgetUpdateMask()

Required. The list of fields to be updated. Field names must be in snake case (e.g., "field_to_update"). Omitted fields will not be updated. To replace the entire entity, use one path with the string "*" to match all fields.

.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
FieldMask

The updateMask.

getUpdateMaskBuilder()

publicFieldMask.BuildergetUpdateMaskBuilder()

Required. The list of fields to be updated. Field names must be in snake case (e.g., "field_to_update"). Omitted fields will not be updated. To replace the entire entity, use one path with the string "*" to match all fields.

.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
Builder

getUpdateMaskOrBuilder()

publicFieldMaskOrBuildergetUpdateMaskOrBuilder()

Required. The list of fields to be updated. Field names must be in snake case (e.g., "field_to_update"). Omitted fields will not be updated. To replace the entire entity, use one path with the string "*" to match all fields.

.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
FieldMaskOrBuilder

hasExpandedDataSet()

publicbooleanhasExpandedDataSet()

Required. The ExpandedDataSet to update. The resource's name field is used to identify the ExpandedDataSet to be updated.

.google.analytics.admin.v1alpha.ExpandedDataSet expanded_data_set = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the expandedDataSet field is set.

hasUpdateMask()

publicbooleanhasUpdateMask()

Required. The list of fields to be updated. Field names must be in snake case (e.g., "field_to_update"). Omitted fields will not be updated. To replace the entire entity, use one path with the string "*" to match all fields.

.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the updateMask field is set.

internalGetFieldAccessorTable()

protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

publicfinalbooleanisInitialized()
Returns
TypeDescription
boolean
Overrides

mergeExpandedDataSet(ExpandedDataSet value)

publicUpdateExpandedDataSetRequest.BuildermergeExpandedDataSet(ExpandedDataSetvalue)

Required. The ExpandedDataSet to update. The resource's name field is used to identify the ExpandedDataSet to be updated.

.google.analytics.admin.v1alpha.ExpandedDataSet expanded_data_set = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
valueExpandedDataSet
Returns
TypeDescription
UpdateExpandedDataSetRequest.Builder

mergeFrom(UpdateExpandedDataSetRequest other)

publicUpdateExpandedDataSetRequest.BuildermergeFrom(UpdateExpandedDataSetRequestother)
Parameter
NameDescription
otherUpdateExpandedDataSetRequest
Returns
TypeDescription
UpdateExpandedDataSetRequest.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

publicUpdateExpandedDataSetRequest.BuildermergeFrom(Messageother)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
UpdateExpandedDataSetRequest.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

publicfinalUpdateExpandedDataSetRequest.BuildermergeUnknownFields(UnknownFieldSetunknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
UpdateExpandedDataSetRequest.Builder
Overrides

mergeUpdateMask(FieldMask value)

publicUpdateExpandedDataSetRequest.BuildermergeUpdateMask(FieldMaskvalue)

Required. The list of fields to be updated. Field names must be in snake case (e.g., "field_to_update"). Omitted fields will not be updated. To replace the entire entity, use one path with the string "*" to match all fields.

.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
valueFieldMask
Returns
TypeDescription
UpdateExpandedDataSetRequest.Builder

setExpandedDataSet(ExpandedDataSet value)

publicUpdateExpandedDataSetRequest.BuildersetExpandedDataSet(ExpandedDataSetvalue)

Required. The ExpandedDataSet to update. The resource's name field is used to identify the ExpandedDataSet to be updated.

.google.analytics.admin.v1alpha.ExpandedDataSet expanded_data_set = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
valueExpandedDataSet
Returns
TypeDescription
UpdateExpandedDataSetRequest.Builder

setExpandedDataSet(ExpandedDataSet.Builder builderForValue)

publicUpdateExpandedDataSetRequest.BuildersetExpandedDataSet(ExpandedDataSet.BuilderbuilderForValue)

Required. The ExpandedDataSet to update. The resource's name field is used to identify the ExpandedDataSet to be updated.

.google.analytics.admin.v1alpha.ExpandedDataSet expanded_data_set = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
builderForValueExpandedDataSet.Builder
Returns
TypeDescription
UpdateExpandedDataSetRequest.Builder

setField(Descriptors.FieldDescriptor field, Object value)

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

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

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

setUnknownFields(UnknownFieldSet unknownFields)

publicfinalUpdateExpandedDataSetRequest.BuildersetUnknownFields(UnknownFieldSetunknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
UpdateExpandedDataSetRequest.Builder
Overrides

setUpdateMask(FieldMask value)

publicUpdateExpandedDataSetRequest.BuildersetUpdateMask(FieldMaskvalue)

Required. The list of fields to be updated. Field names must be in snake case (e.g., "field_to_update"). Omitted fields will not be updated. To replace the entire entity, use one path with the string "*" to match all fields.

.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
valueFieldMask
Returns
TypeDescription
UpdateExpandedDataSetRequest.Builder

setUpdateMask(FieldMask.Builder builderForValue)

publicUpdateExpandedDataSetRequest.BuildersetUpdateMask(FieldMask.BuilderbuilderForValue)

Required. The list of fields to be updated. Field names must be in snake case (e.g., "field_to_update"). Omitted fields will not be updated. To replace the entire entity, use one path with the string "*" to match all fields.

.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
builderForValueBuilder
Returns
TypeDescription
UpdateExpandedDataSetRequest.Builder