public static final class UpdateReportingIdentitySettingsRequest.Builder extends GeneratedMessage.Builder<UpdateReportingIdentitySettingsRequest.Builder> implements UpdateReportingIdentitySettingsRequestOrBuilderRequest message for UpdateReportingIdentitySettings RPC.
Protobuf type google.analytics.admin.v1alpha.UpdateReportingIdentitySettingsRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > UpdateReportingIdentitySettingsRequest.BuilderStatic 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 |
|
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 |
|
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 |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
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 |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public UpdateReportingIdentitySettingsRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
UpdateReportingIdentitySettingsRequest.Builder |
|
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 |
|