public static final class UpdateDataRedactionSettingsRequest.Builder extends GeneratedMessage.Builder<UpdateDataRedactionSettingsRequest.Builder> implements UpdateDataRedactionSettingsRequestOrBuilderRequest message for UpdateDataRedactionSettings RPC.
Protobuf type google.analytics.admin.v1alpha.UpdateDataRedactionSettingsRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > UpdateDataRedactionSettingsRequest.BuilderImplements
UpdateDataRedactionSettingsRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public UpdateDataRedactionSettingsRequest build()| Returns | |
|---|---|
| Type | Description |
UpdateDataRedactionSettingsRequest |
|
buildPartial()
public UpdateDataRedactionSettingsRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
UpdateDataRedactionSettingsRequest |
|
clear()
public UpdateDataRedactionSettingsRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
UpdateDataRedactionSettingsRequest.Builder |
|
clearDataRedactionSettings()
public UpdateDataRedactionSettingsRequest.Builder clearDataRedactionSettings() Required. The settings to update.
The name field is used to identify the settings to be updated.
.google.analytics.admin.v1alpha.DataRedactionSettings data_redaction_settings = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
UpdateDataRedactionSettingsRequest.Builder |
|
clearUpdateMask()
public UpdateDataRedactionSettingsRequest.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 |
UpdateDataRedactionSettingsRequest.Builder |
|
getDataRedactionSettings()
public DataRedactionSettings getDataRedactionSettings() Required. The settings to update.
The name field is used to identify the settings to be updated.
.google.analytics.admin.v1alpha.DataRedactionSettings data_redaction_settings = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
DataRedactionSettings |
The dataRedactionSettings. |
getDataRedactionSettingsBuilder()
public DataRedactionSettings.Builder getDataRedactionSettingsBuilder() Required. The settings to update.
The name field is used to identify the settings to be updated.
.google.analytics.admin.v1alpha.DataRedactionSettings data_redaction_settings = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
DataRedactionSettings.Builder |
|
getDataRedactionSettingsOrBuilder()
public DataRedactionSettingsOrBuilder getDataRedactionSettingsOrBuilder() Required. The settings to update.
The name field is used to identify the settings to be updated.
.google.analytics.admin.v1alpha.DataRedactionSettings data_redaction_settings = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
DataRedactionSettingsOrBuilder |
|
getDefaultInstanceForType()
public UpdateDataRedactionSettingsRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
UpdateDataRedactionSettingsRequest |
|
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 |
|
hasDataRedactionSettings()
public boolean hasDataRedactionSettings() Required. The settings to update.
The name field is used to identify the settings to be updated.
.google.analytics.admin.v1alpha.DataRedactionSettings data_redaction_settings = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the dataRedactionSettings 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 |
|
mergeDataRedactionSettings(DataRedactionSettings value)
public UpdateDataRedactionSettingsRequest.Builder mergeDataRedactionSettings(DataRedactionSettings value) Required. The settings to update.
The name field is used to identify the settings to be updated.
.google.analytics.admin.v1alpha.DataRedactionSettings data_redaction_settings = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
DataRedactionSettings |
| Returns | |
|---|---|
| Type | Description |
UpdateDataRedactionSettingsRequest.Builder |
|
mergeFrom(UpdateDataRedactionSettingsRequest other)
public UpdateDataRedactionSettingsRequest.Builder mergeFrom(UpdateDataRedactionSettingsRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
UpdateDataRedactionSettingsRequest |
| Returns | |
|---|---|
| Type | Description |
UpdateDataRedactionSettingsRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public UpdateDataRedactionSettingsRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
UpdateDataRedactionSettingsRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public UpdateDataRedactionSettingsRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
UpdateDataRedactionSettingsRequest.Builder |
|
mergeUpdateMask(FieldMask value)
public UpdateDataRedactionSettingsRequest.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 |
UpdateDataRedactionSettingsRequest.Builder |
|
setDataRedactionSettings(DataRedactionSettings value)
public UpdateDataRedactionSettingsRequest.Builder setDataRedactionSettings(DataRedactionSettings value) Required. The settings to update.
The name field is used to identify the settings to be updated.
.google.analytics.admin.v1alpha.DataRedactionSettings data_redaction_settings = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
DataRedactionSettings |
| Returns | |
|---|---|
| Type | Description |
UpdateDataRedactionSettingsRequest.Builder |
|
setDataRedactionSettings(DataRedactionSettings.Builder builderForValue)
public UpdateDataRedactionSettingsRequest.Builder setDataRedactionSettings(DataRedactionSettings.Builder builderForValue) Required. The settings to update.
The name field is used to identify the settings to be updated.
.google.analytics.admin.v1alpha.DataRedactionSettings data_redaction_settings = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
DataRedactionSettings.Builder |
| Returns | |
|---|---|
| Type | Description |
UpdateDataRedactionSettingsRequest.Builder |
|
setUpdateMask(FieldMask value)
public UpdateDataRedactionSettingsRequest.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 |
UpdateDataRedactionSettingsRequest.Builder |
|
setUpdateMask(FieldMask.Builder builderForValue)
public UpdateDataRedactionSettingsRequest.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 |
UpdateDataRedactionSettingsRequest.Builder |
|