public final class InputValue extends GeneratedMessage implements InputValueOrBuilder
Input provided by the business for input field.
Protobuf type google.shopping.merchant.issueresolution.v1beta.InputValue
Inherited Members
com.google.protobuf.GeneratedMessage.<ContainingT,T>newFileScopedGeneratedExtension(java.lang.Class<?>,com.google.protobuf.Message)
com.google.protobuf.GeneratedMessage.<ContainingT,T>newMessageScopedGeneratedExtension(com.google.protobuf.Message,int,java.lang.Class<?>,com.google.protobuf.Message)
com.google.protobuf.GeneratedMessage.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessage.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessage.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessage.<V>serializeBooleanMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Boolean,V>,com.google.protobuf.MapEntry<java.lang.Boolean,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeIntegerMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Integer,V>,com.google.protobuf.MapEntry<java.lang.Integer,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeLongMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Long,V>,com.google.protobuf.MapEntry<java.lang.Long,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeStringMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.String,V>,com.google.protobuf.MapEntry<java.lang.String,V>,int)
com.google.protobuf.GeneratedMessage.canUseUnsafe()
com.google.protobuf.GeneratedMessage.emptyBooleanList()
com.google.protobuf.GeneratedMessage.emptyDoubleList()
com.google.protobuf.GeneratedMessage.emptyFloatList()
com.google.protobuf.GeneratedMessage.emptyIntList()
com.google.protobuf.GeneratedMessage.emptyLongList()
com.google.protobuf.GeneratedMessage.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.isStringEmpty(java.lang.Object)
com.google.protobuf.GeneratedMessage.mergeFromAndMakeImmutableInternal(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)
com.google.protobuf.GeneratedMessage.newInstance(com.google.protobuf.GeneratedMessage.UnusedPrivateParameter)
com.google.protobuf.GeneratedMessage.parseUnknownFieldProto3(com.google.protobuf.CodedInputStream,com.google.protobuf.UnknownFieldSet.Builder,com.google.protobuf.ExtensionRegistryLite,int)
Static Fields
public static final int CHECKBOX_INPUT_VALUE_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
public static final int CHOICE_INPUT_VALUE_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
public static final int INPUT_FIELD_ID_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
TEXT_INPUT_VALUE_FIELD_NUMBER
public static final int TEXT_INPUT_VALUE_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
Static Methods
public static InputValue getDefaultInstance()
public static final Descriptors.Descriptor getDescriptor()
public static InputValue.Builder newBuilder()
public static InputValue.Builder newBuilder(InputValue prototype)
public static InputValue parseDelimitedFrom(InputStream input)
public static InputValue parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static InputValue parseFrom(byte[] data)
| Parameter |
| Name |
Description |
data |
byte[]
|
public static InputValue parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static InputValue parseFrom(ByteString data)
public static InputValue parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static InputValue parseFrom(CodedInputStream input)
public static InputValue parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static InputValue parseFrom(InputStream input)
public static InputValue parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static InputValue parseFrom(ByteBuffer data)
public static InputValue parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Parser<InputValue> parser()
Methods
public boolean equals(Object obj)
| Parameter |
| Name |
Description |
obj |
Object
|
Overrides
public InputValue.CheckboxInputValue getCheckboxInputValue()
Value for checkbox
input
field.
.google.shopping.merchant.issueresolution.v1beta.InputValue.CheckboxInputValue checkbox_input_value = 4;
public InputValue.CheckboxInputValueOrBuilder getCheckboxInputValueOrBuilder()
Value for checkbox
input
field.
.google.shopping.merchant.issueresolution.v1beta.InputValue.CheckboxInputValue checkbox_input_value = 4;
public InputValue.ChoiceInputValue getChoiceInputValue()
Value for choice
input
field.
.google.shopping.merchant.issueresolution.v1beta.InputValue.ChoiceInputValue choice_input_value = 3;
public InputValue.ChoiceInputValueOrBuilder getChoiceInputValueOrBuilder()
Value for choice
input
field.
.google.shopping.merchant.issueresolution.v1beta.InputValue.ChoiceInputValue choice_input_value = 3;
public InputValue getDefaultInstanceForType()
public String getInputFieldId()
Required.
Id of the
corresponding input field.
string input_field_id = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns |
| Type |
Description |
String |
The inputFieldId.
|
public ByteString getInputFieldIdBytes()
Required.
Id of the
corresponding input field.
string input_field_id = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns |
| Type |
Description |
ByteString |
The bytes for inputFieldId.
|
public Parser<InputValue> getParserForType()
Overrides
public int getSerializedSize()
| Returns |
| Type |
Description |
int |
|
Overrides
getTextInputValue()
public InputValue.TextInputValue getTextInputValue()
Value for text
input
field.
.google.shopping.merchant.issueresolution.v1beta.InputValue.TextInputValue text_input_value = 2;
getTextInputValueOrBuilder()
public InputValue.TextInputValueOrBuilder getTextInputValueOrBuilder()
Value for text
input
field.
.google.shopping.merchant.issueresolution.v1beta.InputValue.TextInputValue text_input_value = 2;
public InputValue.ValueCase getValueCase()
public boolean hasCheckboxInputValue()
Value for checkbox
input
field.
.google.shopping.merchant.issueresolution.v1beta.InputValue.CheckboxInputValue checkbox_input_value = 4;
| Returns |
| Type |
Description |
boolean |
Whether the checkboxInputValue field is set.
|
public boolean hasChoiceInputValue()
Value for choice
input
field.
.google.shopping.merchant.issueresolution.v1beta.InputValue.ChoiceInputValue choice_input_value = 3;
| Returns |
| Type |
Description |
boolean |
Whether the choiceInputValue field is set.
|
hasTextInputValue()
public boolean hasTextInputValue()
Value for text
input
field.
.google.shopping.merchant.issueresolution.v1beta.InputValue.TextInputValue text_input_value = 2;
| Returns |
| Type |
Description |
boolean |
Whether the textInputValue field is set.
|
| Returns |
| Type |
Description |
int |
|
Overrides
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public InputValue.Builder newBuilderForType()
protected InputValue.Builder newBuilderForType(AbstractMessage.BuilderParent parent)
Overrides
public InputValue.Builder toBuilder()
public void writeTo(CodedOutputStream output)
Overrides