public static final class UpdateConversionEventRequest.Builder extends GeneratedMessageV3.Builder<UpdateConversionEventRequest.Builder> implements UpdateConversionEventRequestOrBuilder
Request message for UpdateConversionEvent RPC
Protobuf type google.analytics.admin.v1alpha.UpdateConversionEventRequest
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public UpdateConversionEventRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overridesbuild()
public UpdateConversionEventRequest build()
buildPartial()
public UpdateConversionEventRequest buildPartial()
clear()
public UpdateConversionEventRequest.Builder clear()
OverridesclearConversionEvent()
public UpdateConversionEventRequest.Builder clearConversionEvent()
Required. The conversion event to update. The name
field is used to identify the settings to be updated.
.google.analytics.admin.v1alpha.ConversionEvent conversion_event = 1 [(.google.api.field_behavior) = REQUIRED];
clearField(Descriptors.FieldDescriptor field)
public UpdateConversionEventRequest.Builder clearField(Descriptors.FieldDescriptor field)
OverridesclearOneof(Descriptors.OneofDescriptor oneof)
public UpdateConversionEventRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
OverridesclearUpdateMask()
public UpdateConversionEventRequest.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];
clone()
public UpdateConversionEventRequest.Builder clone()
OverridesgetConversionEvent()
public ConversionEvent getConversionEvent()
Required. The conversion event to update. The name
field is used to identify the settings to be updated.
.google.analytics.admin.v1alpha.ConversionEvent conversion_event = 1 [(.google.api.field_behavior) = REQUIRED];
getConversionEventBuilder()
public ConversionEvent.Builder getConversionEventBuilder()
Required. The conversion event to update. The name
field is used to identify the settings to be updated.
.google.analytics.admin.v1alpha.ConversionEvent conversion_event = 1 [(.google.api.field_behavior) = REQUIRED];
getConversionEventOrBuilder()
public ConversionEventOrBuilder getConversionEventOrBuilder()
Required. The conversion event to update. The name
field is used to identify the settings to be updated.
.google.analytics.admin.v1alpha.ConversionEvent conversion_event = 1 [(.google.api.field_behavior) = REQUIRED];
getDefaultInstanceForType()
public UpdateConversionEventRequest getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
OverridesgetUpdateMask()
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];
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];
hasConversionEvent()
public boolean hasConversionEvent()
Required. The conversion event to update. The name
field is used to identify the settings to be updated.
.google.analytics.admin.v1alpha.ConversionEvent conversion_event = 1 [(.google.api.field_behavior) = REQUIRED];
Returns |
---|
Type | Description |
boolean | Whether the conversionEvent 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 GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
OverridesisInitialized()
public final boolean isInitialized()
OverridesmergeConversionEvent(ConversionEvent value)
public UpdateConversionEventRequest.Builder mergeConversionEvent(ConversionEvent value)
Required. The conversion event to update. The name
field is used to identify the settings to be updated.
.google.analytics.admin.v1alpha.ConversionEvent conversion_event = 1 [(.google.api.field_behavior) = REQUIRED];
mergeFrom(UpdateConversionEventRequest other)
public UpdateConversionEventRequest.Builder mergeFrom(UpdateConversionEventRequest other)
public UpdateConversionEventRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
OverridesmergeFrom(Message other)
public UpdateConversionEventRequest.Builder mergeFrom(Message other)
Parameter |
---|
Name | Description |
other | Message
|
OverridesmergeUnknownFields(UnknownFieldSet unknownFields)
public final UpdateConversionEventRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
OverridesmergeUpdateMask(FieldMask value)
public UpdateConversionEventRequest.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];
setConversionEvent(ConversionEvent value)
public UpdateConversionEventRequest.Builder setConversionEvent(ConversionEvent value)
Required. The conversion event to update. The name
field is used to identify the settings to be updated.
.google.analytics.admin.v1alpha.ConversionEvent conversion_event = 1 [(.google.api.field_behavior) = REQUIRED];
setConversionEvent(ConversionEvent.Builder builderForValue)
public UpdateConversionEventRequest.Builder setConversionEvent(ConversionEvent.Builder builderForValue)
Required. The conversion event to update. The name
field is used to identify the settings to be updated.
.google.analytics.admin.v1alpha.ConversionEvent conversion_event = 1 [(.google.api.field_behavior) = REQUIRED];
setField(Descriptors.FieldDescriptor field, Object value)
public UpdateConversionEventRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
OverridessetRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public UpdateConversionEventRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
OverridessetUnknownFields(UnknownFieldSet unknownFields)
public final UpdateConversionEventRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
OverridessetUpdateMask(FieldMask value)
public UpdateConversionEventRequest.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];
setUpdateMask(FieldMask.Builder builderForValue)
public UpdateConversionEventRequest.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
|