Lines Matching defs:AccountsStoreInfosListCall

1820 type AccountsStoreInfosListCall struct {  struct
1821 s *Service
1822 accountId string
1823 urlParams_ gensupport.URLParams
1824 ifNoneMatch_ string
1825 ctx_ context.Context
1826 header_ http.Header
1843 func (c *AccountsStoreInfosListCall) Countries(countries ...string) *AccountsStoreInfosListCall {
1850 func (c *AccountsStoreInfosListCall) Mids(mids ...string) *AccountsStoreInfosListCall {
1858 func (c *AccountsStoreInfosListCall) Name(name string) *AccountsStoreInfosListCall {
1865 func (c *AccountsStoreInfosListCall) PageSize(pageSize int64) *AccountsStoreInfosListCall {
1872 func (c *AccountsStoreInfosListCall) PageToken(pageToken string) *AccountsStoreInfosListCall {
1879 func (c *AccountsStoreInfosListCall) PphNames(pphNames ...string) *AccountsStoreInfosListCall {
1886 func (c *AccountsStoreInfosListCall) SeasonIds(seasonIds ...string) *AccountsStoreInfosListCall {
1893 …nc (c *AccountsStoreInfosListCall) StudioNames(studioNames ...string) *AccountsStoreInfosListCall {
1903 func (c *AccountsStoreInfosListCall) VideoId(videoId string) *AccountsStoreInfosListCall {
1910 func (c *AccountsStoreInfosListCall) VideoIds(videoIds ...string) *AccountsStoreInfosListCall {
1918 func (c *AccountsStoreInfosListCall) Fields(s ...googleapi.Field) *AccountsStoreInfosListCall {
1928 func (c *AccountsStoreInfosListCall) IfNoneMatch(entityTag string) *AccountsStoreInfosListCall {
1936 func (c *AccountsStoreInfosListCall) Context(ctx context.Context) *AccountsStoreInfosListCall {
1943 func (c *AccountsStoreInfosListCall) Header() http.Header {
1950 func (c *AccountsStoreInfosListCall) doRequest(alt string) (*http.Response, error) {
1983 …(c *AccountsStoreInfosListCall) Do(opts ...googleapi.CallOption) (*ListStoreInfosResponse, error) {
2100 …countsStoreInfosListCall) Pages(ctx context.Context, f func(*ListStoreInfosResponse) error) error {