public static final class ConversionEvent.DefaultConversionValue extends GeneratedMessageV3 implements ConversionEvent.DefaultConversionValueOrBuilder
Defines a default value/currency for a conversion event. Both value and
currency must be provided.
Protobuf type google.analytics.admin.v1beta.ConversionEvent.DefaultConversionValue
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
CURRENCY_CODE_FIELD_NUMBER
public static final int CURRENCY_CODE_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
VALUE_FIELD_NUMBER
public static final int VALUE_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static ConversionEvent.DefaultConversionValue getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static ConversionEvent.DefaultConversionValue.Builder newBuilder()
newBuilder(ConversionEvent.DefaultConversionValue prototype)
public static ConversionEvent.DefaultConversionValue.Builder newBuilder(ConversionEvent.DefaultConversionValue prototype)
public static ConversionEvent.DefaultConversionValue parseDelimitedFrom(InputStream input)
public static ConversionEvent.DefaultConversionValue parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static ConversionEvent.DefaultConversionValue parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ConversionEvent.DefaultConversionValue parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static ConversionEvent.DefaultConversionValue parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ConversionEvent.DefaultConversionValue parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ConversionEvent.DefaultConversionValue parseFrom(CodedInputStream input)
public static ConversionEvent.DefaultConversionValue parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ConversionEvent.DefaultConversionValue parseFrom(InputStream input)
public static ConversionEvent.DefaultConversionValue parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static ConversionEvent.DefaultConversionValue parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ConversionEvent.DefaultConversionValue parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<ConversionEvent.DefaultConversionValue> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getCurrencyCode()
public String getCurrencyCode()
When a conversion event for this event_name has no set currency,
this currency will be applied as the default. Must be in ISO 4217
currency code format. See https://en.wikipedia.org/wiki/ISO_4217 for
more information.
optional string currency_code = 2;
Returns |
Type |
Description |
String |
The currencyCode.
|
getCurrencyCodeBytes()
public ByteString getCurrencyCodeBytes()
When a conversion event for this event_name has no set currency,
this currency will be applied as the default. Must be in ISO 4217
currency code format. See https://en.wikipedia.org/wiki/ISO_4217 for
more information.
optional string currency_code = 2;
Returns |
Type |
Description |
ByteString |
The bytes for currencyCode.
|
getDefaultInstanceForType()
public ConversionEvent.DefaultConversionValue getDefaultInstanceForType()
getParserForType()
public Parser<ConversionEvent.DefaultConversionValue> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
getValue()
This value will be used to populate the value for all conversions
of the specified event_name where the event "value" parameter is unset.
optional double value = 1;
Returns |
Type |
Description |
double |
The value.
|
hasCurrencyCode()
public boolean hasCurrencyCode()
When a conversion event for this event_name has no set currency,
this currency will be applied as the default. Must be in ISO 4217
currency code format. See https://en.wikipedia.org/wiki/ISO_4217 for
more information.
optional string currency_code = 2;
Returns |
Type |
Description |
boolean |
Whether the currencyCode field is set.
|
hasValue()
public boolean hasValue()
This value will be used to populate the value for all conversions
of the specified event_name where the event "value" parameter is unset.
optional double value = 1;
Returns |
Type |
Description |
boolean |
Whether the value field is set.
|
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public ConversionEvent.DefaultConversionValue.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ConversionEvent.DefaultConversionValue.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public ConversionEvent.DefaultConversionValue.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides