public final class ListCssProductsResponse extends GeneratedMessageV3 implements ListCssProductsResponseOrBuilder
Response message for the ListCssProducts method.
Protobuf type google.shopping.css.v1.ListCssProductsResponse
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > ListCssProductsResponseImplements
ListCssProductsResponseOrBuilderStatic Fields
CSS_PRODUCTS_FIELD_NUMBER
public static final int CSS_PRODUCTS_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
NEXT_PAGE_TOKEN_FIELD_NUMBER
public static final int NEXT_PAGE_TOKEN_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
Static Methods
getDefaultInstance()
public static ListCssProductsResponse getDefaultInstance()
Returns | |
---|---|
Type | Description |
ListCssProductsResponse |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
newBuilder()
public static ListCssProductsResponse.Builder newBuilder()
Returns | |
---|---|
Type | Description |
ListCssProductsResponse.Builder |
newBuilder(ListCssProductsResponse prototype)
public static ListCssProductsResponse.Builder newBuilder(ListCssProductsResponse prototype)
Parameter | |
---|---|
Name | Description |
prototype | ListCssProductsResponse |
Returns | |
---|---|
Type | Description |
ListCssProductsResponse.Builder |
parseDelimitedFrom(InputStream input)
public static ListCssProductsResponse parseDelimitedFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input | InputStream |
Returns | |
---|---|
Type | Description |
ListCssProductsResponse |
Exceptions | |
---|---|
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ListCssProductsResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ListCssProductsResponse |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(byte[] data)
public static ListCssProductsResponse parseFrom(byte[] data)
Parameter | |
---|---|
Name | Description |
data | byte[] |
Returns | |
---|---|
Type | Description |
ListCssProductsResponse |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ListCssProductsResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ListCssProductsResponse |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static ListCssProductsResponse parseFrom(ByteString data)
Parameter | |
---|---|
Name | Description |
data | ByteString |
Returns | |
---|---|
Type | Description |
ListCssProductsResponse |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ListCssProductsResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data | ByteString |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ListCssProductsResponse |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static ListCssProductsResponse parseFrom(CodedInputStream input)
Parameter | |
---|---|
Name | Description |
input | CodedInputStream |
Returns | |
---|---|
Type | Description |
ListCssProductsResponse |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ListCssProductsResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ListCssProductsResponse |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input)
public static ListCssProductsResponse parseFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input | InputStream |
Returns | |
---|---|
Type | Description |
ListCssProductsResponse |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ListCssProductsResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ListCssProductsResponse |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static ListCssProductsResponse parseFrom(ByteBuffer data)
Parameter | |
---|---|
Name | Description |
data | ByteBuffer |
Returns | |
---|---|
Type | Description |
ListCssProductsResponse |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ListCssProductsResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data | ByteBuffer |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ListCssProductsResponse |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<ListCssProductsResponse> parser()
Returns | |
---|---|
Type | Description |
Parser<ListCssProductsResponse> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter | |
---|---|
Name | Description |
obj | Object |
Returns | |
---|---|
Type | Description |
boolean |
getCssProducts(int index)
public CssProduct getCssProducts(int index)
The processed CSS products from the specified account. These are your processed CSS products after applying rules and supplemental feeds.
repeated .google.shopping.css.v1.CssProduct css_products = 1;
Parameter | |
---|---|
Name | Description |
index | int |
Returns | |
---|---|
Type | Description |
CssProduct |
getCssProductsCount()
public int getCssProductsCount()
The processed CSS products from the specified account. These are your processed CSS products after applying rules and supplemental feeds.
repeated .google.shopping.css.v1.CssProduct css_products = 1;
Returns | |
---|---|
Type | Description |
int |
getCssProductsList()
public List<CssProduct> getCssProductsList()
The processed CSS products from the specified account. These are your processed CSS products after applying rules and supplemental feeds.
repeated .google.shopping.css.v1.CssProduct css_products = 1;
Returns | |
---|---|
Type | Description |
List<CssProduct> |
getCssProductsOrBuilder(int index)
public CssProductOrBuilder getCssProductsOrBuilder(int index)
The processed CSS products from the specified account. These are your processed CSS products after applying rules and supplemental feeds.
repeated .google.shopping.css.v1.CssProduct css_products = 1;
Parameter | |
---|---|
Name | Description |
index | int |
Returns | |
---|---|
Type | Description |
CssProductOrBuilder |
getCssProductsOrBuilderList()
public List<? extends CssProductOrBuilder> getCssProductsOrBuilderList()
The processed CSS products from the specified account. These are your processed CSS products after applying rules and supplemental feeds.
repeated .google.shopping.css.v1.CssProduct css_products = 1;
Returns | |
---|---|
Type | Description |
List<? extends com.google.shopping.css.v1.CssProductOrBuilder> |
getDefaultInstanceForType()
public ListCssProductsResponse getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
ListCssProductsResponse |
getNextPageToken()
public String getNextPageToken()
A token, which can be sent as page_token
to retrieve the next page.
If this field is omitted, there are no subsequent pages.
string next_page_token = 2;
Returns | |
---|---|
Type | Description |
String | The nextPageToken. |
getNextPageTokenBytes()
public ByteString getNextPageTokenBytes()
A token, which can be sent as page_token
to retrieve the next page.
If this field is omitted, there are no subsequent pages.
string next_page_token = 2;
Returns | |
---|---|
Type | Description |
ByteString | The bytes for nextPageToken. |
getParserForType()
public Parser<ListCssProductsResponse> getParserForType()
Returns | |
---|---|
Type | Description |
Parser<ListCssProductsResponse> |
getSerializedSize()
public int getSerializedSize()
Returns | |
---|---|
Type | Description |
int |
hashCode()
public int hashCode()
Returns | |
---|---|
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
newBuilderForType()
public ListCssProductsResponse.Builder newBuilderForType()
Returns | |
---|---|
Type | Description |
ListCssProductsResponse.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ListCssProductsResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter | |
---|---|
Name | Description |
parent | BuilderParent |
Returns | |
---|---|
Type | Description |
ListCssProductsResponse.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter | |
---|---|
Name | Description |
unused | UnusedPrivateParameter |
Returns | |
---|---|
Type | Description |
Object |
toBuilder()
public ListCssProductsResponse.Builder toBuilder()
Returns | |
---|---|
Type | Description |
ListCssProductsResponse.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter | |
---|---|
Name | Description |
output | CodedOutputStream |
Exceptions | |
---|---|
Type | Description |
IOException |