public static final class UpdateSubpropertyEventFilterRequest.Builder extends GeneratedMessage.Builder<UpdateSubpropertyEventFilterRequest.Builder> implements UpdateSubpropertyEventFilterRequestOrBuilderRequest message for UpdateSubpropertyEventFilter RPC.
Protobuf type google.analytics.admin.v1alpha.UpdateSubpropertyEventFilterRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > UpdateSubpropertyEventFilterRequest.BuilderImplements
UpdateSubpropertyEventFilterRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
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 |
|
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 |
|
getDefaultInstanceForType()
public UpdateSubpropertyEventFilterRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
UpdateSubpropertyEventFilterRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
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 GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
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 |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public UpdateSubpropertyEventFilterRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
UpdateSubpropertyEventFilterRequest.Builder |
|
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 |
|
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 |
|
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 |
|
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 |
|