Google Play EMM API . storelayoutpages

Instance Methods

delete(enterpriseId, pageId, x__xgafv=None)

Deletes a store page.

get(enterpriseId, pageId, x__xgafv=None)

Retrieves details of a store page.

insert(enterpriseId, body=None, x__xgafv=None)

Inserts a new store page.

list(enterpriseId, x__xgafv=None)

Retrieves the details of all pages in the store.

update(enterpriseId, pageId, body=None, x__xgafv=None)

Updates the content of a store page.

Method Details

delete(enterpriseId, pageId, x__xgafv=None)
Deletes a store page.

Args:
  enterpriseId: string, The ID of the enterprise. (required)
  pageId: string, The ID of the page. (required)
  x__xgafv: string, V1 error format.
    Allowed values
      1 - v1 error format
      2 - v2 error format
get(enterpriseId, pageId, x__xgafv=None)
Retrieves details of a store page.

Args:
  enterpriseId: string, The ID of the enterprise. (required)
  pageId: string, The ID of the page. (required)
  x__xgafv: string, V1 error format.
    Allowed values
      1 - v1 error format
      2 - v2 error format

Returns:
  An object of the form:

    { # Definition of a managed Google Play store page, made of a localized name
      # and links to other pages. A page also contains clusters defined
      # as a subcollection.
    "id": "A String", # Unique ID of this page. Assigned by the server. Immutable once assigned.
    "link": [ # Ordered list of pages a user should be able to reach from this page.
        # The list can't include this page.
        # It is recommended that the basic pages are created first,
        # before adding the links between pages.
        #
        # The API doesn't verify that the pages exist or the pages are reachable.
      "A String",
    ],
    "name": [ # Ordered list of localized strings giving the name of this page.
        # The text displayed is the one that best matches the user locale,
        # or the first entry if there is no good match. There needs to be
        # at least one entry.
      { # A localized string with its locale.
        "locale": "A String", # The BCP47 tag for a locale. (e.g. "en-US", "de").
        "text": "A String", # The text localized in the associated locale.
      },
    ],
  }
insert(enterpriseId, body=None, x__xgafv=None)
Inserts a new store page.

Args:
  enterpriseId: string, The ID of the enterprise. (required)
  body: object, The request body.
    The object takes the form of:

{ # Definition of a managed Google Play store page, made of a localized name
    # and links to other pages. A page also contains clusters defined
    # as a subcollection.
  "id": "A String", # Unique ID of this page. Assigned by the server. Immutable once assigned.
  "link": [ # Ordered list of pages a user should be able to reach from this page.
      # The list can't include this page.
      # It is recommended that the basic pages are created first,
      # before adding the links between pages.
      # 
      # The API doesn't verify that the pages exist or the pages are reachable.
    "A String",
  ],
  "name": [ # Ordered list of localized strings giving the name of this page.
      # The text displayed is the one that best matches the user locale,
      # or the first entry if there is no good match. There needs to be
      # at least one entry.
    { # A localized string with its locale.
      "locale": "A String", # The BCP47 tag for a locale. (e.g. "en-US", "de").
      "text": "A String", # The text localized in the associated locale.
    },
  ],
}

  x__xgafv: string, V1 error format.
    Allowed values
      1 - v1 error format
      2 - v2 error format

Returns:
  An object of the form:

    { # Definition of a managed Google Play store page, made of a localized name
      # and links to other pages. A page also contains clusters defined
      # as a subcollection.
    "id": "A String", # Unique ID of this page. Assigned by the server. Immutable once assigned.
    "link": [ # Ordered list of pages a user should be able to reach from this page.
        # The list can't include this page.
        # It is recommended that the basic pages are created first,
        # before adding the links between pages.
        #
        # The API doesn't verify that the pages exist or the pages are reachable.
      "A String",
    ],
    "name": [ # Ordered list of localized strings giving the name of this page.
        # The text displayed is the one that best matches the user locale,
        # or the first entry if there is no good match. There needs to be
        # at least one entry.
      { # A localized string with its locale.
        "locale": "A String", # The BCP47 tag for a locale. (e.g. "en-US", "de").
        "text": "A String", # The text localized in the associated locale.
      },
    ],
  }
list(enterpriseId, x__xgafv=None)
Retrieves the details of all pages in the store.

Args:
  enterpriseId: string, The ID of the enterprise. (required)
  x__xgafv: string, V1 error format.
    Allowed values
      1 - v1 error format
      2 - v2 error format

Returns:
  An object of the form:

    {
    "page": [ # A store page of an enterprise.
      { # Definition of a managed Google Play store page, made of a localized name
          # and links to other pages. A page also contains clusters defined
          # as a subcollection.
        "id": "A String", # Unique ID of this page. Assigned by the server. Immutable once assigned.
        "link": [ # Ordered list of pages a user should be able to reach from this page.
            # The list can't include this page.
            # It is recommended that the basic pages are created first,
            # before adding the links between pages.
            #
            # The API doesn't verify that the pages exist or the pages are reachable.
          "A String",
        ],
        "name": [ # Ordered list of localized strings giving the name of this page.
            # The text displayed is the one that best matches the user locale,
            # or the first entry if there is no good match. There needs to be
            # at least one entry.
          { # A localized string with its locale.
            "locale": "A String", # The BCP47 tag for a locale. (e.g. "en-US", "de").
            "text": "A String", # The text localized in the associated locale.
          },
        ],
      },
    ],
  }
update(enterpriseId, pageId, body=None, x__xgafv=None)
Updates the content of a store page.

Args:
  enterpriseId: string, The ID of the enterprise. (required)
  pageId: string, The ID of the page. (required)
  body: object, The request body.
    The object takes the form of:

{ # Definition of a managed Google Play store page, made of a localized name
    # and links to other pages. A page also contains clusters defined
    # as a subcollection.
  "id": "A String", # Unique ID of this page. Assigned by the server. Immutable once assigned.
  "link": [ # Ordered list of pages a user should be able to reach from this page.
      # The list can't include this page.
      # It is recommended that the basic pages are created first,
      # before adding the links between pages.
      # 
      # The API doesn't verify that the pages exist or the pages are reachable.
    "A String",
  ],
  "name": [ # Ordered list of localized strings giving the name of this page.
      # The text displayed is the one that best matches the user locale,
      # or the first entry if there is no good match. There needs to be
      # at least one entry.
    { # A localized string with its locale.
      "locale": "A String", # The BCP47 tag for a locale. (e.g. "en-US", "de").
      "text": "A String", # The text localized in the associated locale.
    },
  ],
}

  x__xgafv: string, V1 error format.
    Allowed values
      1 - v1 error format
      2 - v2 error format

Returns:
  An object of the form:

    { # Definition of a managed Google Play store page, made of a localized name
      # and links to other pages. A page also contains clusters defined
      # as a subcollection.
    "id": "A String", # Unique ID of this page. Assigned by the server. Immutable once assigned.
    "link": [ # Ordered list of pages a user should be able to reach from this page.
        # The list can't include this page.
        # It is recommended that the basic pages are created first,
        # before adding the links between pages.
        #
        # The API doesn't verify that the pages exist or the pages are reachable.
      "A String",
    ],
    "name": [ # Ordered list of localized strings giving the name of this page.
        # The text displayed is the one that best matches the user locale,
        # or the first entry if there is no good match. There needs to be
        # at least one entry.
      { # A localized string with its locale.
        "locale": "A String", # The BCP47 tag for a locale. (e.g. "en-US", "de").
        "text": "A String", # The text localized in the associated locale.
      },
    ],
  }