public static final class UpdateAttributionSettingsRequest.Builder extends GeneratedMessage.Builder<UpdateAttributionSettingsRequest.Builder> implements UpdateAttributionSettingsRequestOrBuilderRequest message for UpdateAttributionSettings RPC
Protobuf type google.analytics.admin.v1alpha.UpdateAttributionSettingsRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > UpdateAttributionSettingsRequest.BuilderImplements
UpdateAttributionSettingsRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public UpdateAttributionSettingsRequest build()| Returns | |
|---|---|
| Type | Description |
UpdateAttributionSettingsRequest |
|
buildPartial()
public UpdateAttributionSettingsRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
UpdateAttributionSettingsRequest |
|
clear()
public UpdateAttributionSettingsRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
UpdateAttributionSettingsRequest.Builder |
|
clearAttributionSettings()
public UpdateAttributionSettingsRequest.Builder clearAttributionSettings() Required. The attribution settings to update.
The name field is used to identify the settings to be updated.
.google.analytics.admin.v1alpha.AttributionSettings attribution_settings = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
UpdateAttributionSettingsRequest.Builder |
|
clearUpdateMask()
public UpdateAttributionSettingsRequest.Builder clearUpdateMask()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 | |
|---|---|
| Type | Description |
UpdateAttributionSettingsRequest.Builder |
|
getAttributionSettings()
public AttributionSettings getAttributionSettings() Required. The attribution settings to update.
The name field is used to identify the settings to be updated.
.google.analytics.admin.v1alpha.AttributionSettings attribution_settings = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
AttributionSettings |
The attributionSettings. |
getAttributionSettingsBuilder()
public AttributionSettings.Builder getAttributionSettingsBuilder() Required. The attribution settings to update.
The name field is used to identify the settings to be updated.
.google.analytics.admin.v1alpha.AttributionSettings attribution_settings = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
AttributionSettings.Builder |
|
getAttributionSettingsOrBuilder()
public AttributionSettingsOrBuilder getAttributionSettingsOrBuilder() Required. The attribution settings to update.
The name field is used to identify the settings to be updated.
.google.analytics.admin.v1alpha.AttributionSettings attribution_settings = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
AttributionSettingsOrBuilder |
|
getDefaultInstanceForType()
public UpdateAttributionSettingsRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
UpdateAttributionSettingsRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getUpdateMask()
public FieldMask getUpdateMask()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 | |
|---|---|
| Type | Description |
FieldMask |
The updateMask. |
getUpdateMaskBuilder()
public FieldMask.Builder getUpdateMaskBuilder()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 | |
|---|---|
| Type | Description |
Builder |
|
getUpdateMaskOrBuilder()
public FieldMaskOrBuilder getUpdateMaskOrBuilder()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 | |
|---|---|
| Type | Description |
FieldMaskOrBuilder |
|
hasAttributionSettings()
public boolean hasAttributionSettings() Required. The attribution settings to update.
The name field is used to identify the settings to be updated.
.google.analytics.admin.v1alpha.AttributionSettings attribution_settings = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the attributionSettings field is set. |
hasUpdateMask()
public boolean hasUpdateMask()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 | |
|---|---|
| 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 |
|
mergeAttributionSettings(AttributionSettings value)
public UpdateAttributionSettingsRequest.Builder mergeAttributionSettings(AttributionSettings value) Required. The attribution settings to update.
The name field is used to identify the settings to be updated.
.google.analytics.admin.v1alpha.AttributionSettings attribution_settings = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
AttributionSettings |
| Returns | |
|---|---|
| Type | Description |
UpdateAttributionSettingsRequest.Builder |
|
mergeFrom(UpdateAttributionSettingsRequest other)
public UpdateAttributionSettingsRequest.Builder mergeFrom(UpdateAttributionSettingsRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
UpdateAttributionSettingsRequest |
| Returns | |
|---|---|
| Type | Description |
UpdateAttributionSettingsRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public UpdateAttributionSettingsRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
UpdateAttributionSettingsRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public UpdateAttributionSettingsRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
UpdateAttributionSettingsRequest.Builder |
|
mergeUpdateMask(FieldMask value)
public UpdateAttributionSettingsRequest.Builder mergeUpdateMask(FieldMask value)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 | |
|---|---|
| Name | Description |
value |
FieldMask |
| Returns | |
|---|---|
| Type | Description |
UpdateAttributionSettingsRequest.Builder |
|
setAttributionSettings(AttributionSettings value)
public UpdateAttributionSettingsRequest.Builder setAttributionSettings(AttributionSettings value) Required. The attribution settings to update.
The name field is used to identify the settings to be updated.
.google.analytics.admin.v1alpha.AttributionSettings attribution_settings = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
AttributionSettings |
| Returns | |
|---|---|
| Type | Description |
UpdateAttributionSettingsRequest.Builder |
|
setAttributionSettings(AttributionSettings.Builder builderForValue)
public UpdateAttributionSettingsRequest.Builder setAttributionSettings(AttributionSettings.Builder builderForValue) Required. The attribution settings to update.
The name field is used to identify the settings to be updated.
.google.analytics.admin.v1alpha.AttributionSettings attribution_settings = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
AttributionSettings.Builder |
| Returns | |
|---|---|
| Type | Description |
UpdateAttributionSettingsRequest.Builder |
|
setUpdateMask(FieldMask value)
public UpdateAttributionSettingsRequest.Builder setUpdateMask(FieldMask value)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 | |
|---|---|
| Name | Description |
value |
FieldMask |
| Returns | |
|---|---|
| Type | Description |
UpdateAttributionSettingsRequest.Builder |
|
setUpdateMask(FieldMask.Builder builderForValue)
public UpdateAttributionSettingsRequest.Builder setUpdateMask(FieldMask.Builder builderForValue)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 | |
|---|---|
| Name | Description |
builderForValue |
Builder |
| Returns | |
|---|---|
| Type | Description |
UpdateAttributionSettingsRequest.Builder |
|