Class UpdateSubpropertyEventFilterRequest.Builder (0.52.0)

public static final class UpdateSubpropertyEventFilterRequest.Builder extends GeneratedMessageV3.Builder<UpdateSubpropertyEventFilterRequest.Builder> implements UpdateSubpropertyEventFilterRequestOrBuilder

Request message for UpdateSubpropertyEventFilter RPC.

Protobuf type google.analytics.admin.v1alpha.UpdateSubpropertyEventFilterRequest

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public UpdateSubpropertyEventFilterRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
UpdateSubpropertyEventFilterRequest.Builder
Overrides

build()

public UpdateSubpropertyEventFilterRequest build()
Returns
Type Description
UpdateSubpropertyEventFilterRequest

buildPartial()

public UpdateSubpropertyEventFilterRequest buildPartial()
Returns
Type Description
UpdateSubpropertyEventFilterRequest

clear()

public UpdateSubpropertyEventFilterRequest.Builder clear()
Returns
Type Description
UpdateSubpropertyEventFilterRequest.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public UpdateSubpropertyEventFilterRequest.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
UpdateSubpropertyEventFilterRequest.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public UpdateSubpropertyEventFilterRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
UpdateSubpropertyEventFilterRequest.Builder
Overrides

clearSubpropertyEventFilter()

public UpdateSubpropertyEventFilterRequest.Builder clearSubpropertyEventFilter()

Required. The subproperty event filter to update.

.google.analytics.admin.v1alpha.SubpropertyEventFilter subproperty_event_filter = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
UpdateSubpropertyEventFilterRequest.Builder

clearUpdateMask()

public UpdateSubpropertyEventFilterRequest.Builder clearUpdateMask()

Required. The list of fields to update. Field names must be in snake case (for example, "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
Type Description
UpdateSubpropertyEventFilterRequest.Builder

clone()

public UpdateSubpropertyEventFilterRequest.Builder clone()
Returns
Type Description
UpdateSubpropertyEventFilterRequest.Builder
Overrides

getDefaultInstanceForType()

public UpdateSubpropertyEventFilterRequest getDefaultInstanceForType()
Returns
Type Description
UpdateSubpropertyEventFilterRequest

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getSubpropertyEventFilter()

public SubpropertyEventFilter getSubpropertyEventFilter()

Required. The subproperty event filter to update.

.google.analytics.admin.v1alpha.SubpropertyEventFilter subproperty_event_filter = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
SubpropertyEventFilter

The subpropertyEventFilter.

getSubpropertyEventFilterBuilder()

public SubpropertyEventFilter.Builder getSubpropertyEventFilterBuilder()

Required. The subproperty event filter to update.

.google.analytics.admin.v1alpha.SubpropertyEventFilter subproperty_event_filter = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
SubpropertyEventFilter.Builder

getSubpropertyEventFilterOrBuilder()

public SubpropertyEventFilterOrBuilder getSubpropertyEventFilterOrBuilder()

Required. The subproperty event filter to update.

.google.analytics.admin.v1alpha.SubpropertyEventFilter subproperty_event_filter = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
SubpropertyEventFilterOrBuilder

getUpdateMask()

public FieldMask getUpdateMask()

Required. The list of fields to update. Field names must be in snake case (for example, "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
Type Description
FieldMask

The updateMask.

getUpdateMaskBuilder()

public FieldMask.Builder getUpdateMaskBuilder()

Required. The list of fields to update. Field names must be in snake case (for example, "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
Type Description
Builder

getUpdateMaskOrBuilder()

public FieldMaskOrBuilder getUpdateMaskOrBuilder()

Required. The list of fields to update. Field names must be in snake case (for example, "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
Type Description
FieldMaskOrBuilder

hasSubpropertyEventFilter()

public boolean hasSubpropertyEventFilter()

Required. The subproperty event filter to update.

.google.analytics.admin.v1alpha.SubpropertyEventFilter subproperty_event_filter = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the subpropertyEventFilter field is set.

hasUpdateMask()

public boolean hasUpdateMask()

Required. The list of fields to update. Field names must be in snake case (for example, "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
Type Description
boolean

Whether the updateMask field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(UpdateSubpropertyEventFilterRequest other)

public UpdateSubpropertyEventFilterRequest.Builder mergeFrom(UpdateSubpropertyEventFilterRequest other)
Parameter
Name Description
other UpdateSubpropertyEventFilterRequest
Returns
Type Description
UpdateSubpropertyEventFilterRequest.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public UpdateSubpropertyEventFilterRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
UpdateSubpropertyEventFilterRequest.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public UpdateSubpropertyEventFilterRequest.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
UpdateSubpropertyEventFilterRequest.Builder
Overrides

mergeSubpropertyEventFilter(SubpropertyEventFilter value)

public UpdateSubpropertyEventFilterRequest.Builder mergeSubpropertyEventFilter(SubpropertyEventFilter value)

Required. The subproperty event filter to update.

.google.analytics.admin.v1alpha.SubpropertyEventFilter subproperty_event_filter = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value SubpropertyEventFilter
Returns
Type Description
UpdateSubpropertyEventFilterRequest.Builder

mergeUnknownFields(UnknownFieldSet unknownFields)

public final UpdateSubpropertyEventFilterRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
UpdateSubpropertyEventFilterRequest.Builder
Overrides

mergeUpdateMask(FieldMask value)

public UpdateSubpropertyEventFilterRequest.Builder mergeUpdateMask(FieldMask value)

Required. The list of fields to update. Field names must be in snake case (for example, "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
Name Description
value FieldMask
Returns
Type Description
UpdateSubpropertyEventFilterRequest.Builder

setField(Descriptors.FieldDescriptor field, Object value)

public UpdateSubpropertyEventFilterRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
UpdateSubpropertyEventFilterRequest.Builder
Overrides

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

public UpdateSubpropertyEventFilterRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
UpdateSubpropertyEventFilterRequest.Builder
Overrides

setSubpropertyEventFilter(SubpropertyEventFilter value)

public UpdateSubpropertyEventFilterRequest.Builder setSubpropertyEventFilter(SubpropertyEventFilter value)

Required. The subproperty event filter to update.

.google.analytics.admin.v1alpha.SubpropertyEventFilter subproperty_event_filter = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value SubpropertyEventFilter
Returns
Type Description
UpdateSubpropertyEventFilterRequest.Builder

setSubpropertyEventFilter(SubpropertyEventFilter.Builder builderForValue)

public UpdateSubpropertyEventFilterRequest.Builder setSubpropertyEventFilter(SubpropertyEventFilter.Builder builderForValue)

Required. The subproperty event filter to update.

.google.analytics.admin.v1alpha.SubpropertyEventFilter subproperty_event_filter = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
builderForValue SubpropertyEventFilter.Builder
Returns
Type Description
UpdateSubpropertyEventFilterRequest.Builder

setUnknownFields(UnknownFieldSet unknownFields)

public final UpdateSubpropertyEventFilterRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
UpdateSubpropertyEventFilterRequest.Builder
Overrides

setUpdateMask(FieldMask value)

public UpdateSubpropertyEventFilterRequest.Builder setUpdateMask(FieldMask value)

Required. The list of fields to update. Field names must be in snake case (for example, "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
Name Description
value FieldMask
Returns
Type Description
UpdateSubpropertyEventFilterRequest.Builder

setUpdateMask(FieldMask.Builder builderForValue)

public UpdateSubpropertyEventFilterRequest.Builder setUpdateMask(FieldMask.Builder builderForValue)

Required. The list of fields to update. Field names must be in snake case (for example, "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
Name Description
builderForValue Builder
Returns
Type Description
UpdateSubpropertyEventFilterRequest.Builder