Class InsertProductInputRequest (0.1.0)

public final class InsertProductInputRequest extends GeneratedMessageV3 implements InsertProductInputRequestOrBuilder

Request message for the InsertProductInput method.

Protobuf type google.shopping.merchant.products.v1beta.InsertProductInputRequest

Static Fields

DATA_SOURCE_FIELD_NUMBER

public static final int DATA_SOURCE_FIELD_NUMBER
Field Value
Type Description
int

PARENT_FIELD_NUMBER

public static final int PARENT_FIELD_NUMBER
Field Value
Type Description
int

PRODUCT_INPUT_FIELD_NUMBER

public static final int PRODUCT_INPUT_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static InsertProductInputRequest getDefaultInstance()
Returns
Type Description
InsertProductInputRequest

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static InsertProductInputRequest.Builder newBuilder()
Returns
Type Description
InsertProductInputRequest.Builder

newBuilder(InsertProductInputRequest prototype)

public static InsertProductInputRequest.Builder newBuilder(InsertProductInputRequest prototype)
Parameter
Name Description
prototype InsertProductInputRequest
Returns
Type Description
InsertProductInputRequest.Builder

parseDelimitedFrom(InputStream input)

public static InsertProductInputRequest parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
InsertProductInputRequest
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static InsertProductInputRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
InsertProductInputRequest
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static InsertProductInputRequest parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
InsertProductInputRequest
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static InsertProductInputRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
InsertProductInputRequest
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static InsertProductInputRequest parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
InsertProductInputRequest
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static InsertProductInputRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
InsertProductInputRequest
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static InsertProductInputRequest parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
InsertProductInputRequest
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static InsertProductInputRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
InsertProductInputRequest
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static InsertProductInputRequest parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
InsertProductInputRequest
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static InsertProductInputRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
InsertProductInputRequest
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static InsertProductInputRequest parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
InsertProductInputRequest
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static InsertProductInputRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
InsertProductInputRequest
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<InsertProductInputRequest> parser()
Returns
Type Description
Parser<InsertProductInputRequest>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDataSource()

public String getDataSource()

Required. The primary or supplemental product data source name. If the product already exists and data source provided is different, then the product will be moved to a new data source. Format: accounts/{account}/dataSources/{datasource}.

string data_source = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The dataSource.

getDataSourceBytes()

public ByteString getDataSourceBytes()

Required. The primary or supplemental product data source name. If the product already exists and data source provided is different, then the product will be moved to a new data source. Format: accounts/{account}/dataSources/{datasource}.

string data_source = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for dataSource.

getDefaultInstanceForType()

public InsertProductInputRequest getDefaultInstanceForType()
Returns
Type Description
InsertProductInputRequest

getParent()

public String getParent()

Required. The account where this product will be inserted. Format: accounts/{account}

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The parent.

getParentBytes()

public ByteString getParentBytes()

Required. The account where this product will be inserted. Format: accounts/{account}

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for parent.

getParserForType()

public Parser<InsertProductInputRequest> getParserForType()
Returns
Type Description
Parser<InsertProductInputRequest>
Overrides

getProductInput()

public ProductInput getProductInput()

Required. The product input to insert.

.google.shopping.merchant.products.v1beta.ProductInput product_input = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ProductInput

The productInput.

getProductInputOrBuilder()

public ProductInputOrBuilder getProductInputOrBuilder()

Required. The product input to insert.

.google.shopping.merchant.products.v1beta.ProductInput product_input = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ProductInputOrBuilder

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hasProductInput()

public boolean hasProductInput()

Required. The product input to insert.

.google.shopping.merchant.products.v1beta.ProductInput product_input = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the productInput field is set.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public InsertProductInputRequest.Builder newBuilderForType()
Returns
Type Description
InsertProductInputRequest.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected InsertProductInputRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
InsertProductInputRequest.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public InsertProductInputRequest.Builder toBuilder()
Returns
Type Description
InsertProductInputRequest.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException