public static final class InsertLfpStoreRequest.Builder extends GeneratedMessage.Builder<InsertLfpStoreRequest.Builder> implements InsertLfpStoreRequestOrBuilderRequest message for the InsertLfpStore method.
Protobuf type google.shopping.merchant.lfp.v1beta.InsertLfpStoreRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > InsertLfpStoreRequest.BuilderImplements
InsertLfpStoreRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public InsertLfpStoreRequest build()| Returns | |
|---|---|
| Type | Description |
InsertLfpStoreRequest |
|
buildPartial()
public InsertLfpStoreRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
InsertLfpStoreRequest |
|
clear()
public InsertLfpStoreRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
InsertLfpStoreRequest.Builder |
|
clearLfpStore()
public InsertLfpStoreRequest.Builder clearLfpStore()Required. The store to insert.
.google.shopping.merchant.lfp.v1beta.LfpStore lfp_store = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
InsertLfpStoreRequest.Builder |
|
clearParent()
public InsertLfpStoreRequest.Builder clearParent() Required. The LFP provider account
Format: accounts/{account}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
InsertLfpStoreRequest.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public InsertLfpStoreRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
InsertLfpStoreRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getLfpStore()
public LfpStore getLfpStore()Required. The store to insert.
.google.shopping.merchant.lfp.v1beta.LfpStore lfp_store = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
LfpStore |
The lfpStore. |
getLfpStoreBuilder()
public LfpStore.Builder getLfpStoreBuilder()Required. The store to insert.
.google.shopping.merchant.lfp.v1beta.LfpStore lfp_store = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
LfpStore.Builder |
|
getLfpStoreOrBuilder()
public LfpStoreOrBuilder getLfpStoreOrBuilder()Required. The store to insert.
.google.shopping.merchant.lfp.v1beta.LfpStore lfp_store = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
LfpStoreOrBuilder |
|
getParent()
public String getParent() Required. The LFP provider account
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 LFP provider account
Format: accounts/{account}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for parent. |
hasLfpStore()
public boolean hasLfpStore()Required. The store to insert.
.google.shopping.merchant.lfp.v1beta.LfpStore lfp_store = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the lfpStore field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public InsertLfpStoreRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
InsertLfpStoreRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public InsertLfpStoreRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
InsertLfpStoreRequest.Builder |
|
mergeFrom(InsertLfpStoreRequest other)
public InsertLfpStoreRequest.Builder mergeFrom(InsertLfpStoreRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
InsertLfpStoreRequest |
| Returns | |
|---|---|
| Type | Description |
InsertLfpStoreRequest.Builder |
|
mergeLfpStore(LfpStore value)
public InsertLfpStoreRequest.Builder mergeLfpStore(LfpStore value)Required. The store to insert.
.google.shopping.merchant.lfp.v1beta.LfpStore lfp_store = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
LfpStore |
| Returns | |
|---|---|
| Type | Description |
InsertLfpStoreRequest.Builder |
|
setLfpStore(LfpStore value)
public InsertLfpStoreRequest.Builder setLfpStore(LfpStore value)Required. The store to insert.
.google.shopping.merchant.lfp.v1beta.LfpStore lfp_store = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
LfpStore |
| Returns | |
|---|---|
| Type | Description |
InsertLfpStoreRequest.Builder |
|
setLfpStore(LfpStore.Builder builderForValue)
public InsertLfpStoreRequest.Builder setLfpStore(LfpStore.Builder builderForValue)Required. The store to insert.
.google.shopping.merchant.lfp.v1beta.LfpStore lfp_store = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
LfpStore.Builder |
| Returns | |
|---|---|
| Type | Description |
InsertLfpStoreRequest.Builder |
|
setParent(String value)
public InsertLfpStoreRequest.Builder setParent(String value) Required. The LFP provider account
Format: accounts/{account}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe parent to set. |
| Returns | |
|---|---|
| Type | Description |
InsertLfpStoreRequest.Builder |
This builder for chaining. |
setParentBytes(ByteString value)
public InsertLfpStoreRequest.Builder setParentBytes(ByteString value) Required. The LFP provider account
Format: accounts/{account}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for parent to set. |
| Returns | |
|---|---|
| Type | Description |
InsertLfpStoreRequest.Builder |
This builder for chaining. |