Interface CustomVariableOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CustomVariable,CustomVariable.Builder
public interface CustomVariableOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetConversionCustomVariable()Resource name of the custom variable associated with this conversion.com.google.protobuf.ByteStringgetConversionCustomVariableBytes()Resource name of the custom variable associated with this conversion.java.lang.StringgetValue()The value string of this custom variable.com.google.protobuf.ByteStringgetValueBytes()The value string of this custom variable.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getConversionCustomVariable
java.lang.String getConversionCustomVariable()
Resource name of the custom variable associated with this conversion. Note: Although this resource name consists of a customer id and a conversion custom variable id, validation will ignore the customer id and use the conversion custom variable id as the sole identifier of the conversion custom variable.
string conversion_custom_variable = 1 [(.google.api.resource_reference) = { ... }- Returns:
- The conversionCustomVariable.
-
getConversionCustomVariableBytes
com.google.protobuf.ByteString getConversionCustomVariableBytes()
Resource name of the custom variable associated with this conversion. Note: Although this resource name consists of a customer id and a conversion custom variable id, validation will ignore the customer id and use the conversion custom variable id as the sole identifier of the conversion custom variable.
string conversion_custom_variable = 1 [(.google.api.resource_reference) = { ... }- Returns:
- The bytes for conversionCustomVariable.
-
getValue
java.lang.String getValue()
The value string of this custom variable. The value of the custom variable should not contain private customer data, such as email addresses or phone numbers.
string value = 2;- Returns:
- The value.
-
getValueBytes
com.google.protobuf.ByteString getValueBytes()
The value string of this custom variable. The value of the custom variable should not contain private customer data, such as email addresses or phone numbers.
string value = 2;- Returns:
- The bytes for value.
-
-