Package com.google.shopping.css.v1 (0.1.0)

GitHub Repository

Client Classes

Client classes are the main entry point to using a package. They contain several variations of Java methods for each of the API's methods.

Client Description
com.google.shopping.css.v1.AccountLabelsServiceClient Service Description: Manages Merchant Center and CSS accounts labels.

This class provides the ability to make remote calls to the backing service through method calls that map to API methods. Sample code to get started:

com.google.shopping.css.v1.AccountsServiceClient Service Description: Service for managing CSS/MC account information.

This class provides the ability to make remote calls to the backing service through method calls that map to API methods. Sample code to get started:

com.google.shopping.css.v1.CssProductInputsServiceClient Service Description: Service to use CssProductInput resource. This service helps to insert/update/delete CSS Products.

This class provides the ability to make remote calls to the backing service through method

com.google.shopping.css.v1.CssProductsServiceClient Service Description: Service for doing get and list on Css Products(a.k.a Aggregate Offers internally).

This class provides the ability to make remote calls to the backing service through method

Settings Classes

Settings classes can be used to configure credentials, endpoints, and retry settings for a Client.

Settings Description
com.google.shopping.css.v1.AccountLabelsServiceSettings Settings class to configure an instance of AccountLabelsServiceClient.

The default instance has everything set to sensible defaults:

com.google.shopping.css.v1.AccountsServiceSettings Settings class to configure an instance of AccountsServiceClient.

The default instance has everything set to sensible defaults:

com.google.shopping.css.v1.CssProductInputsServiceSettings Settings class to configure an instance of CssProductInputsServiceClient.

The default instance has everything set to sensible defaults:

com.google.shopping.css.v1.CssProductsServiceSettings Settings class to configure an instance of CssProductsServiceClient.

The default instance has everything set to sensible defaults:

Classes

Class Description
com.google.shopping.css.v1.Account Information about CSS/MC account.
com.google.shopping.css.v1.Account.Builder Information about CSS/MC account.
com.google.shopping.css.v1.AccountLabel Label assigned by CSS domain or CSS group to one of its sub-accounts.
com.google.shopping.css.v1.AccountLabel.Builder Label assigned by CSS domain or CSS group to one of its sub-accounts.
com.google.shopping.css.v1.AccountLabelName
com.google.shopping.css.v1.AccountLabelName.Builder Builder for accounts/{account}/labels/{label}.
com.google.shopping.css.v1.AccountLabelsServiceClient.ListAccountLabelsFixedSizeCollection
com.google.shopping.css.v1.AccountLabelsServiceClient.ListAccountLabelsPage
com.google.shopping.css.v1.AccountLabelsServiceClient.ListAccountLabelsPagedResponse
com.google.shopping.css.v1.AccountLabelsServiceGrpc Manages Merchant Center and CSS accounts labels.
com.google.shopping.css.v1.AccountLabelsServiceGrpc.AccountLabelsServiceImplBase Base class for the server implementation of the service AccountLabelsService. Manages Merchant Center and CSS accounts labels.
com.google.shopping.css.v1.AccountLabelsServiceSettings.Builder Builder for AccountLabelsServiceSettings.
com.google.shopping.css.v1.AccountName
com.google.shopping.css.v1.AccountName.Builder Builder for accounts/{account}.
com.google.shopping.css.v1.AccountsLabelsProto
com.google.shopping.css.v1.AccountsProto
com.google.shopping.css.v1.AccountsServiceClient.ListChildAccountsFixedSizeCollection
com.google.shopping.css.v1.AccountsServiceClient.ListChildAccountsPage
com.google.shopping.css.v1.AccountsServiceClient.ListChildAccountsPagedResponse
com.google.shopping.css.v1.AccountsServiceGrpc Service for managing CSS/MC account information.
com.google.shopping.css.v1.AccountsServiceGrpc.AccountsServiceImplBase Base class for the server implementation of the service AccountsService. Service for managing CSS/MC account information.
com.google.shopping.css.v1.AccountsServiceSettings.Builder Builder for AccountsServiceSettings.
com.google.shopping.css.v1.Attributes Attributes for CSS Product.
com.google.shopping.css.v1.Attributes.Builder Attributes for CSS Product.
com.google.shopping.css.v1.Certification The certification for the product.
com.google.shopping.css.v1.Certification.Builder The certification for the product.
com.google.shopping.css.v1.CreateAccountLabelRequest Request message for the 'CreateAccountLanel' method.
com.google.shopping.css.v1.CreateAccountLabelRequest.Builder Request message for the 'CreateAccountLanel' method.
com.google.shopping.css.v1.CssProduct The processed CSS Product(a.k.a Aggregate Offer internally).
com.google.shopping.css.v1.CssProduct.Builder The processed CSS Product(a.k.a Aggregate Offer internally).
com.google.shopping.css.v1.CssProductCommonProto
com.google.shopping.css.v1.CssProductInput This resource represents input data you submit for a CSS Product, not the processed CSS Product that you see in CSS Center, in Shopping Ads, or across Google surfaces.
com.google.shopping.css.v1.CssProductInput.Builder This resource represents input data you submit for a CSS Product, not the processed CSS Product that you see in CSS Center, in Shopping Ads, or across Google surfaces.
com.google.shopping.css.v1.CssProductInputName
com.google.shopping.css.v1.CssProductInputName.Builder Builder for accounts/{account}/cssProductInputs/{css_product_input}.
com.google.shopping.css.v1.CssProductInputsProto
com.google.shopping.css.v1.CssProductInputsServiceGrpc Service to use CssProductInput resource. This service helps to insert/update/delete CSS Products.
com.google.shopping.css.v1.CssProductInputsServiceGrpc.CssProductInputsServiceImplBase Base class for the server implementation of the service CssProductInputsService. Service to use CssProductInput resource.
com.google.shopping.css.v1.CssProductInputsServiceSettings.Builder Builder for CssProductInputsServiceSettings.
com.google.shopping.css.v1.CssProductName
com.google.shopping.css.v1.CssProductName.Builder Builder for accounts/{account}/cssProducts/{css_product}.
com.google.shopping.css.v1.CssProductStatus The status of the Css Product, data validation issues, that is, information about the Css Product computed asynchronously.
com.google.shopping.css.v1.CssProductStatus.Builder The status of the Css Product, data validation issues, that is, information about the Css Product computed asynchronously.
com.google.shopping.css.v1.CssProductStatus.DestinationStatus The destination status of the product status.
com.google.shopping.css.v1.CssProductStatus.DestinationStatus.Builder The destination status of the product status.
com.google.shopping.css.v1.CssProductStatus.ItemLevelIssue The ItemLevelIssue of the product status.
com.google.shopping.css.v1.CssProductStatus.ItemLevelIssue.Builder The ItemLevelIssue of the product status.
com.google.shopping.css.v1.CssProductsProto
com.google.shopping.css.v1.CssProductsServiceClient.ListCssProductsFixedSizeCollection
com.google.shopping.css.v1.CssProductsServiceClient.ListCssProductsPage
com.google.shopping.css.v1.CssProductsServiceClient.ListCssProductsPagedResponse
com.google.shopping.css.v1.CssProductsServiceGrpc Service for doing get and list on Css Products(a.k.a Aggregate Offers internally).
com.google.shopping.css.v1.CssProductsServiceGrpc.CssProductsServiceImplBase Base class for the server implementation of the service CssProductsService. Service for doing get and list on Css Products(a.k.a Aggregate Offers
com.google.shopping.css.v1.CssProductsServiceSettings.Builder Builder for CssProductsServiceSettings.
com.google.shopping.css.v1.DeleteAccountLabelRequest Request message for the 'DeleteAccountLabel' method.
com.google.shopping.css.v1.DeleteAccountLabelRequest.Builder Request message for the 'DeleteAccountLabel' method.
com.google.shopping.css.v1.DeleteCssProductInputRequest Request message for the DeleteCssProductInput method.
com.google.shopping.css.v1.DeleteCssProductInputRequest.Builder Request message for the DeleteCssProductInput method.
com.google.shopping.css.v1.GetAccountRequest The request message for the GetAccount method.
com.google.shopping.css.v1.GetAccountRequest.Builder The request message for the GetAccount method.
com.google.shopping.css.v1.GetCssProductRequest The request message for the GetCssProduct method.
com.google.shopping.css.v1.GetCssProductRequest.Builder The request message for the GetCssProduct method.
com.google.shopping.css.v1.InsertCssProductInputRequest Request message for the InsertCssProductInput method.
com.google.shopping.css.v1.InsertCssProductInputRequest.Builder Request message for the InsertCssProductInput method.
com.google.shopping.css.v1.ListAccountLabelsRequest Request message for the ListAccountLabels method.
com.google.shopping.css.v1.ListAccountLabelsRequest.Builder Request message for the ListAccountLabels method.
com.google.shopping.css.v1.ListAccountLabelsResponse Response message for the ListAccountLabels method.
com.google.shopping.css.v1.ListAccountLabelsResponse.Builder Response message for the ListAccountLabels method.
com.google.shopping.css.v1.ListChildAccountsRequest The request message for the ListChildAccounts method.
com.google.shopping.css.v1.ListChildAccountsRequest.Builder The request message for the ListChildAccounts method.
com.google.shopping.css.v1.ListChildAccountsResponse Response message for the ListChildAccounts method.
com.google.shopping.css.v1.ListChildAccountsResponse.Builder Response message for the ListChildAccounts method.
com.google.shopping.css.v1.ListCssProductsRequest Request message for the ListCssProducts method.
com.google.shopping.css.v1.ListCssProductsRequest.Builder Request message for the ListCssProducts method.
com.google.shopping.css.v1.ListCssProductsResponse Response message for the ListCssProducts method.
com.google.shopping.css.v1.ListCssProductsResponse.Builder Response message for the ListCssProducts method.
com.google.shopping.css.v1.ProductDetail The product details.
com.google.shopping.css.v1.ProductDetail.Builder The product details.
com.google.shopping.css.v1.ProductDimension The dimension of the product.
com.google.shopping.css.v1.ProductDimension.Builder The dimension of the product.
com.google.shopping.css.v1.ProductWeight The weight of the product.
com.google.shopping.css.v1.ProductWeight.Builder The weight of the product.
com.google.shopping.css.v1.UpdateAccountLabelRequest Request message for the UpdateAccountLabel method.
com.google.shopping.css.v1.UpdateAccountLabelRequest.Builder Request message for the UpdateAccountLabel method.
com.google.shopping.css.v1.UpdateAccountLabelsRequest The request message for the UpdateLabels method.
com.google.shopping.css.v1.UpdateAccountLabelsRequest.Builder The request message for the UpdateLabels method.

Interfaces

Interface Description
com.google.shopping.css.v1.AccountLabelOrBuilder
com.google.shopping.css.v1.AccountLabelsServiceGrpc.AsyncService Manages Merchant Center and CSS accounts labels.
com.google.shopping.css.v1.AccountOrBuilder
com.google.shopping.css.v1.AccountsServiceGrpc.AsyncService Service for managing CSS/MC account information.
com.google.shopping.css.v1.AttributesOrBuilder
com.google.shopping.css.v1.CertificationOrBuilder
com.google.shopping.css.v1.CreateAccountLabelRequestOrBuilder
com.google.shopping.css.v1.CssProductInputOrBuilder
com.google.shopping.css.v1.CssProductInputsServiceGrpc.AsyncService Service to use CssProductInput resource. This service helps to insert/update/delete CSS Products.
com.google.shopping.css.v1.CssProductOrBuilder
com.google.shopping.css.v1.CssProductStatus.DestinationStatusOrBuilder
com.google.shopping.css.v1.CssProductStatus.ItemLevelIssueOrBuilder
com.google.shopping.css.v1.CssProductStatusOrBuilder
com.google.shopping.css.v1.CssProductsServiceGrpc.AsyncService Service for doing get and list on Css Products(a.k.a Aggregate Offers internally).
com.google.shopping.css.v1.DeleteAccountLabelRequestOrBuilder
com.google.shopping.css.v1.DeleteCssProductInputRequestOrBuilder
com.google.shopping.css.v1.GetAccountRequestOrBuilder
com.google.shopping.css.v1.GetCssProductRequestOrBuilder
com.google.shopping.css.v1.InsertCssProductInputRequestOrBuilder
com.google.shopping.css.v1.ListAccountLabelsRequestOrBuilder
com.google.shopping.css.v1.ListAccountLabelsResponseOrBuilder
com.google.shopping.css.v1.ListChildAccountsRequestOrBuilder
com.google.shopping.css.v1.ListChildAccountsResponseOrBuilder
com.google.shopping.css.v1.ListCssProductsRequestOrBuilder
com.google.shopping.css.v1.ListCssProductsResponseOrBuilder
com.google.shopping.css.v1.ProductDetailOrBuilder
com.google.shopping.css.v1.ProductDimensionOrBuilder
com.google.shopping.css.v1.ProductWeightOrBuilder
com.google.shopping.css.v1.UpdateAccountLabelRequestOrBuilder
com.google.shopping.css.v1.UpdateAccountLabelsRequestOrBuilder

Enums

Enum Description
com.google.shopping.css.v1.Account.AccountType The account type.
com.google.shopping.css.v1.AccountLabel.LabelType The label type.