public static final class UpdateGoogleSignalsSettingsRequest.Builder extends GeneratedMessage.Builder<UpdateGoogleSignalsSettingsRequest.Builder> implements UpdateGoogleSignalsSettingsRequestOrBuilderRequest message for UpdateGoogleSignalsSettings RPC
Protobuf type google.analytics.admin.v1alpha.UpdateGoogleSignalsSettingsRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > UpdateGoogleSignalsSettingsRequest.BuilderImplements
UpdateGoogleSignalsSettingsRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public UpdateGoogleSignalsSettingsRequest build()| Returns | |
|---|---|
| Type | Description |
UpdateGoogleSignalsSettingsRequest |
|
buildPartial()
public UpdateGoogleSignalsSettingsRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
UpdateGoogleSignalsSettingsRequest |
|
clear()
public UpdateGoogleSignalsSettingsRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
UpdateGoogleSignalsSettingsRequest.Builder |
|
clearGoogleSignalsSettings()
public UpdateGoogleSignalsSettingsRequest.Builder clearGoogleSignalsSettings() Required. The settings to update.
The name field is used to identify the settings to be updated.
.google.analytics.admin.v1alpha.GoogleSignalsSettings google_signals_settings = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
UpdateGoogleSignalsSettingsRequest.Builder |
|
clearUpdateMask()
public UpdateGoogleSignalsSettingsRequest.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 |
UpdateGoogleSignalsSettingsRequest.Builder |
|
getDefaultInstanceForType()
public UpdateGoogleSignalsSettingsRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
UpdateGoogleSignalsSettingsRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getGoogleSignalsSettings()
public GoogleSignalsSettings getGoogleSignalsSettings() Required. The settings to update.
The name field is used to identify the settings to be updated.
.google.analytics.admin.v1alpha.GoogleSignalsSettings google_signals_settings = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
GoogleSignalsSettings |
The googleSignalsSettings. |
getGoogleSignalsSettingsBuilder()
public GoogleSignalsSettings.Builder getGoogleSignalsSettingsBuilder() Required. The settings to update.
The name field is used to identify the settings to be updated.
.google.analytics.admin.v1alpha.GoogleSignalsSettings google_signals_settings = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
GoogleSignalsSettings.Builder |
|
getGoogleSignalsSettingsOrBuilder()
public GoogleSignalsSettingsOrBuilder getGoogleSignalsSettingsOrBuilder() Required. The settings to update.
The name field is used to identify the settings to be updated.
.google.analytics.admin.v1alpha.GoogleSignalsSettings google_signals_settings = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
GoogleSignalsSettingsOrBuilder |
|
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 |
|
hasGoogleSignalsSettings()
public boolean hasGoogleSignalsSettings() Required. The settings to update.
The name field is used to identify the settings to be updated.
.google.analytics.admin.v1alpha.GoogleSignalsSettings google_signals_settings = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the googleSignalsSettings 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 |
|
mergeFrom(UpdateGoogleSignalsSettingsRequest other)
public UpdateGoogleSignalsSettingsRequest.Builder mergeFrom(UpdateGoogleSignalsSettingsRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
UpdateGoogleSignalsSettingsRequest |
| Returns | |
|---|---|
| Type | Description |
UpdateGoogleSignalsSettingsRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public UpdateGoogleSignalsSettingsRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
UpdateGoogleSignalsSettingsRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public UpdateGoogleSignalsSettingsRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
UpdateGoogleSignalsSettingsRequest.Builder |
|
mergeGoogleSignalsSettings(GoogleSignalsSettings value)
public UpdateGoogleSignalsSettingsRequest.Builder mergeGoogleSignalsSettings(GoogleSignalsSettings value) Required. The settings to update.
The name field is used to identify the settings to be updated.
.google.analytics.admin.v1alpha.GoogleSignalsSettings google_signals_settings = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
GoogleSignalsSettings |
| Returns | |
|---|---|
| Type | Description |
UpdateGoogleSignalsSettingsRequest.Builder |
|
mergeUpdateMask(FieldMask value)
public UpdateGoogleSignalsSettingsRequest.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 |
UpdateGoogleSignalsSettingsRequest.Builder |
|
setGoogleSignalsSettings(GoogleSignalsSettings value)
public UpdateGoogleSignalsSettingsRequest.Builder setGoogleSignalsSettings(GoogleSignalsSettings value) Required. The settings to update.
The name field is used to identify the settings to be updated.
.google.analytics.admin.v1alpha.GoogleSignalsSettings google_signals_settings = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
GoogleSignalsSettings |
| Returns | |
|---|---|
| Type | Description |
UpdateGoogleSignalsSettingsRequest.Builder |
|
setGoogleSignalsSettings(GoogleSignalsSettings.Builder builderForValue)
public UpdateGoogleSignalsSettingsRequest.Builder setGoogleSignalsSettings(GoogleSignalsSettings.Builder builderForValue) Required. The settings to update.
The name field is used to identify the settings to be updated.
.google.analytics.admin.v1alpha.GoogleSignalsSettings google_signals_settings = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
GoogleSignalsSettings.Builder |
| Returns | |
|---|---|
| Type | Description |
UpdateGoogleSignalsSettingsRequest.Builder |
|
setUpdateMask(FieldMask value)
public UpdateGoogleSignalsSettingsRequest.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 |
UpdateGoogleSignalsSettingsRequest.Builder |
|
setUpdateMask(FieldMask.Builder builderForValue)
public UpdateGoogleSignalsSettingsRequest.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 |
UpdateGoogleSignalsSettingsRequest.Builder |
|