Class UpdateReportingIdentitySettingsRequest.Builder (0.105.0)

public static final class UpdateReportingIdentitySettingsRequest.Builder extends GeneratedMessage.Builder<UpdateReportingIdentitySettingsRequest.Builder> implements UpdateReportingIdentitySettingsRequestOrBuilder

Request message for UpdateReportingIdentitySettings RPC.

Protobuf type google.analytics.admin.v1alpha.UpdateReportingIdentitySettingsRequest

Static Methods

getDescriptor()

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

Methods

build()

public UpdateReportingIdentitySettingsRequest build()
Returns
Type Description
UpdateReportingIdentitySettingsRequest

buildPartial()

public UpdateReportingIdentitySettingsRequest buildPartial()
Returns
Type Description
UpdateReportingIdentitySettingsRequest

clear()

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

clearReportingIdentitySettings()

public UpdateReportingIdentitySettingsRequest.Builder clearReportingIdentitySettings()

Required. The reporting identity settings to update. The settings' name field is used to identify the settings.

.google.analytics.admin.v1alpha.ReportingIdentitySettings reporting_identity_settings = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
UpdateReportingIdentitySettingsRequest.Builder

clearUpdateMask()

public UpdateReportingIdentitySettingsRequest.Builder clearUpdateMask()

Optional. The list of fields to be updated. 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. If omitted, the service will treat it as an implied field mask equivalent to all fields that are populated.

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

Returns
Type Description
UpdateReportingIdentitySettingsRequest.Builder

getDefaultInstanceForType()

public UpdateReportingIdentitySettingsRequest getDefaultInstanceForType()
Returns
Type Description
UpdateReportingIdentitySettingsRequest

getDescriptorForType()

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

getReportingIdentitySettings()

public ReportingIdentitySettings getReportingIdentitySettings()

Required. The reporting identity settings to update. The settings' name field is used to identify the settings.

.google.analytics.admin.v1alpha.ReportingIdentitySettings reporting_identity_settings = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ReportingIdentitySettings

The reportingIdentitySettings.

getReportingIdentitySettingsBuilder()

public ReportingIdentitySettings.Builder getReportingIdentitySettingsBuilder()

Required. The reporting identity settings to update. The settings' name field is used to identify the settings.

.google.analytics.admin.v1alpha.ReportingIdentitySettings reporting_identity_settings = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ReportingIdentitySettings.Builder

getReportingIdentitySettingsOrBuilder()

public ReportingIdentitySettingsOrBuilder getReportingIdentitySettingsOrBuilder()

Required. The reporting identity settings to update. The settings' name field is used to identify the settings.

.google.analytics.admin.v1alpha.ReportingIdentitySettings reporting_identity_settings = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ReportingIdentitySettingsOrBuilder

getUpdateMask()

public FieldMask getUpdateMask()

Optional. The list of fields to be updated. 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. If omitted, the service will treat it as an implied field mask equivalent to all fields that are populated.

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

Returns
Type Description
FieldMask

The updateMask.

getUpdateMaskBuilder()

public FieldMask.Builder getUpdateMaskBuilder()

Optional. The list of fields to be updated. 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. If omitted, the service will treat it as an implied field mask equivalent to all fields that are populated.

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

Returns
Type Description
Builder

getUpdateMaskOrBuilder()

public FieldMaskOrBuilder getUpdateMaskOrBuilder()

Optional. The list of fields to be updated. 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. If omitted, the service will treat it as an implied field mask equivalent to all fields that are populated.

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

Returns
Type Description
FieldMaskOrBuilder

hasReportingIdentitySettings()

public boolean hasReportingIdentitySettings()

Required. The reporting identity settings to update. The settings' name field is used to identify the settings.

.google.analytics.admin.v1alpha.ReportingIdentitySettings reporting_identity_settings = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the reportingIdentitySettings field is set.

hasUpdateMask()

public boolean hasUpdateMask()

Optional. The list of fields to be updated. 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. If omitted, the service will treat it as an implied field mask equivalent to all fields that are populated.

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

Returns
Type Description
boolean

Whether the updateMask field is set.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(UpdateReportingIdentitySettingsRequest other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeReportingIdentitySettings(ReportingIdentitySettings value)

public UpdateReportingIdentitySettingsRequest.Builder mergeReportingIdentitySettings(ReportingIdentitySettings value)

Required. The reporting identity settings to update. The settings' name field is used to identify the settings.

.google.analytics.admin.v1alpha.ReportingIdentitySettings reporting_identity_settings = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value ReportingIdentitySettings
Returns
Type Description
UpdateReportingIdentitySettingsRequest.Builder

mergeUpdateMask(FieldMask value)

public UpdateReportingIdentitySettingsRequest.Builder mergeUpdateMask(FieldMask value)

Optional. The list of fields to be updated. 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. If omitted, the service will treat it as an implied field mask equivalent to all fields that are populated.

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

Parameter
Name Description
value FieldMask
Returns
Type Description
UpdateReportingIdentitySettingsRequest.Builder

setReportingIdentitySettings(ReportingIdentitySettings value)

public UpdateReportingIdentitySettingsRequest.Builder setReportingIdentitySettings(ReportingIdentitySettings value)

Required. The reporting identity settings to update. The settings' name field is used to identify the settings.

.google.analytics.admin.v1alpha.ReportingIdentitySettings reporting_identity_settings = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value ReportingIdentitySettings
Returns
Type Description
UpdateReportingIdentitySettingsRequest.Builder

setReportingIdentitySettings(ReportingIdentitySettings.Builder builderForValue)

public UpdateReportingIdentitySettingsRequest.Builder setReportingIdentitySettings(ReportingIdentitySettings.Builder builderForValue)

Required. The reporting identity settings to update. The settings' name field is used to identify the settings.

.google.analytics.admin.v1alpha.ReportingIdentitySettings reporting_identity_settings = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
builderForValue ReportingIdentitySettings.Builder
Returns
Type Description
UpdateReportingIdentitySettingsRequest.Builder

setUpdateMask(FieldMask value)

public UpdateReportingIdentitySettingsRequest.Builder setUpdateMask(FieldMask value)

Optional. The list of fields to be updated. 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. If omitted, the service will treat it as an implied field mask equivalent to all fields that are populated.

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

Parameter
Name Description
value FieldMask
Returns
Type Description
UpdateReportingIdentitySettingsRequest.Builder

setUpdateMask(FieldMask.Builder builderForValue)

public UpdateReportingIdentitySettingsRequest.Builder setUpdateMask(FieldMask.Builder builderForValue)

Optional. The list of fields to be updated. 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. If omitted, the service will treat it as an implied field mask equivalent to all fields that are populated.

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

Parameter
Name Description
builderForValue Builder
Returns
Type Description
UpdateReportingIdentitySettingsRequest.Builder