GKE Hub API (gkehub:v1beta)

2023-02-25

20 new methods

Additions

    Methods
  • gkehub.projects.locations.memberships.bindings.delete

      Flat Path : v1beta/projects/{projectsId}/locations/{locationsId}/memberships/{membershipsId}/bindings/{bindingsId}

      Scopes : https://www.googleapis.com/auth/cloud-platform

      HTTP Method : DELETE

      Path : v1beta/{+name}

      Parameter Order : name

      Parameters :

        name

          Location : path

          Type : string

          Required : Yes

          Description : Required. The MembershipBinding resource name in the format `projects/*/locations/*/memberships/*/bindings/*`.

          Pattern : ^projects/[^/]+/locations/[^/]+/memberships/[^/]+/bindings/[^/]+$

      Description : Deletes a MembershipBinding.

  • gkehub.projects.locations.memberships.bindings.patch

      Parameter Order : name

      HTTP Method : PATCH

      Description : Updates a MembershipBinding.

      Path : v1beta/{+name}

      Parameters :

        name

          Description : The resource name for the membershipbinding itself `projects/{project}/locations/{location}/memberships/{membership}/bindings/{membershipbinding}`

          Required : Yes

          Type : string

          Pattern : ^projects/[^/]+/locations/[^/]+/memberships/[^/]+/bindings/[^/]+$

          Location : path

        updateMask

          Type : string

          Location : query

          Format : google-fieldmask

          Description : Required. The fields to be updated.

      Flat Path : v1beta/projects/{projectsId}/locations/{locationsId}/memberships/{membershipsId}/bindings/{bindingsId}

      Scopes : https://www.googleapis.com/auth/cloud-platform

  • gkehub.projects.locations.memberships.bindings.list

      Flat Path : v1beta/projects/{projectsId}/locations/{locationsId}/memberships/{membershipsId}/bindings

      Description : Lists MembershipBindings.

      Path : v1beta/{+parent}/bindings

      HTTP Method : GET

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Parameters :

        pageSize

          Location : query

          Format : int32

          Description : Optional. When requesting a 'page' of resources, `page_size` specifies number of resources to return. If unspecified or set to 0, all resources will be returned.

          Type : integer

        parent

          Required : Yes

          Type : string

          Description : Required. The parent Membership for which the MembershipBindings will be listed. Specified in the format `projects/*/locations/*/memberships/*`.

          Pattern : ^projects/[^/]+/locations/[^/]+/memberships/[^/]+$

          Location : path

        pageToken

          Location : query

          Description : Optional. Token returned by previous call to `ListMembershipBindings` which specifies the position in the list from where to continue listing the resources.

          Type : string

      Parameter Order : parent

  • gkehub.projects.locations.memberships.bindings.get

      Description : Returns the details of a MembershipBinding.

      Path : v1beta/{+name}

      HTTP Method : GET

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Parameters :

        name

          Type : string

          Description : Required. The MembershipBinding resource name in the format `projects/*/locations/*/memberships/*/bindings/*`.

          Pattern : ^projects/[^/]+/locations/[^/]+/memberships/[^/]+/bindings/[^/]+$

          Location : path

          Required : Yes

      Flat Path : v1beta/projects/{projectsId}/locations/{locationsId}/memberships/{membershipsId}/bindings/{bindingsId}

      Parameter Order : name

  • gkehub.projects.locations.memberships.bindings.create

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Parameter Order : parent

      Path : v1beta/{+parent}/bindings

      Flat Path : v1beta/projects/{projectsId}/locations/{locationsId}/memberships/{membershipsId}/bindings

      Description : Creates a MembershipBinding.

      HTTP Method : POST

      Parameters :

        membershipBindingId

          Location : query

          Description : Required. The ID to use for the MembershipBinding.

          Type : string

        parent

          Location : path

          Required : Yes

          Pattern : ^projects/[^/]+/locations/[^/]+/memberships/[^/]+$

          Type : string

          Description : Required. The parent (project and location) where the MembershipBinding will be created. Specified in the format `projects/*/locations/*/memberships/*`.

  • gkehub.projects.locations.namespaces.rbacrolebindings.delete

      HTTP Method : DELETE

      Description : Deletes a RBACRoleBinding.

      Path : v1beta/{+name}

      Flat Path : v1beta/projects/{projectsId}/locations/{locationsId}/namespaces/{namespacesId}/rbacrolebindings/{rbacrolebindingsId}

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Parameters :

        name

          Type : string

          Pattern : ^projects/[^/]+/locations/[^/]+/namespaces/[^/]+/rbacrolebindings/[^/]+$

          Required : Yes

          Description : Required. The RBACRoleBinding resource name in the format `projects/*/locations/*/namespaces/*/rbacrolebindings/*`.

          Location : path

      Parameter Order : name

  • gkehub.projects.locations.namespaces.rbacrolebindings.patch

      HTTP Method : PATCH

      Parameter Order : name

      Flat Path : v1beta/projects/{projectsId}/locations/{locationsId}/namespaces/{namespacesId}/rbacrolebindings/{rbacrolebindingsId}

      Parameters :

        updateMask

          Format : google-fieldmask

          Type : string

          Description : Required. The fields to be updated.

          Location : query

        name

          Required : Yes

          Location : path

          Pattern : ^projects/[^/]+/locations/[^/]+/namespaces/[^/]+/rbacrolebindings/[^/]+$

          Description : The resource name for the rbacrolebinding `projects/{project}/locations/{location}/namespaces/{namespace}/rbacrolebindings/{rbacrolebinding}`

          Type : string

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Description : Updates a RBACRoleBinding.

      Path : v1beta/{+name}

  • gkehub.projects.locations.namespaces.rbacrolebindings.list

      Path : v1beta/{+parent}/rbacrolebindings

      Flat Path : v1beta/projects/{projectsId}/locations/{locationsId}/namespaces/{namespacesId}/rbacrolebindings

      HTTP Method : GET

      Description : Lists RBACRoleBinding.

      Parameter Order : parent

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Parameters :

        parent

          Location : path

          Type : string

          Pattern : ^projects/[^/]+/locations/[^/]+/namespaces/[^/]+$

          Required : Yes

          Description : Required. The parent (project and location) where the Features will be listed. Specified in the format `projects/*/locations/*/namespaces/*`.

        pageSize

          Description : Optional. When requesting a 'page' of resources, `page_size` specifies number of resources to return. If unspecified or set to 0, all resources will be returned.

          Format : int32

          Type : integer

          Location : query

        pageToken

          Description : Optional. Token returned by previous call to `ListRBACRoleBindings` which specifies the position in the list from where to continue listing the resources.

          Location : query

          Type : string

  • gkehub.projects.locations.namespaces.rbacrolebindings.get

      Parameter Order : name

      Parameters :

        name

          Pattern : ^projects/[^/]+/locations/[^/]+/namespaces/[^/]+/rbacrolebindings/[^/]+$

          Required : Yes

          Location : path

          Type : string

          Description : Required. The RBACRoleBinding resource name in the format `projects/*/locations/*/namespaces/*/rbacrolebindings/*`.

      HTTP Method : GET

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Path : v1beta/{+name}

      Description : Returns the details of a RBACRoleBinding.

      Flat Path : v1beta/projects/{projectsId}/locations/{locationsId}/namespaces/{namespacesId}/rbacrolebindings/{rbacrolebindingsId}

  • gkehub.projects.locations.namespaces.rbacrolebindings.create

      Description : Creates a RBACRoleBinding.

      Path : v1beta/{+parent}/rbacrolebindings

      HTTP Method : POST

      Flat Path : v1beta/projects/{projectsId}/locations/{locationsId}/namespaces/{namespacesId}/rbacrolebindings

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Parameters :

        parent

          Description : Required. The parent (project and location) where the RBACRoleBinding will be created. Specified in the format `projects/*/locations/*/namespaces/*`.

          Type : string

          Location : path

          Pattern : ^projects/[^/]+/locations/[^/]+/namespaces/[^/]+$

          Required : Yes

        rbacrolebindingId

          Location : query

          Type : string

          Description : Required. Client chosen ID for the RBACRoleBinding. `rbacrolebinding_id` must be a valid RFC 1123 compliant DNS label: 1. At most 63 characters in length 2. It must consist of lower case alphanumeric characters or `-` 3. It must start and end with an alphanumeric character Which can be expressed as the regex: `[a-z0-9]([-a-z0-9]*[a-z0-9])?`, with a maximum length of 63 characters.

      Parameter Order : parent

  • gkehub.projects.locations.namespaces.list

      Parameter Order : parent

      Parameters :

        parent

          Description : Required. The parent (project and location) where the Features will be listed. Specified in the format `projects/*/locations/*`.

          Location : path

          Pattern : ^projects/[^/]+/locations/[^/]+$

          Type : string

          Required : Yes

        pageToken

          Location : query

          Description : Optional. Token returned by previous call to `ListFeatures` which specifies the position in the list from where to continue listing the resources.

          Type : string

        pageSize

          Description : Optional. When requesting a 'page' of resources, `page_size` specifies number of resources to return. If unspecified or set to 0, all resources will be returned.

          Type : integer

          Format : int32

          Location : query

      Flat Path : v1beta/projects/{projectsId}/locations/{locationsId}/namespaces

      Description : Lists fleet namespaces.

      Path : v1beta/{+parent}/namespaces

      HTTP Method : GET

      Scopes : https://www.googleapis.com/auth/cloud-platform

  • gkehub.projects.locations.namespaces.delete

      Flat Path : v1beta/projects/{projectsId}/locations/{locationsId}/namespaces/{namespacesId}

      Path : v1beta/{+name}

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Parameter Order : name

      HTTP Method : DELETE

      Parameters :

        name

          Pattern : ^projects/[^/]+/locations/[^/]+/namespaces/[^/]+$

          Location : path

          Description : Required. The Namespace resource name in the format `projects/*/locations/*/namespaces/*`.

          Required : Yes

          Type : string

      Description : Deletes a fleet namespace.

  • gkehub.projects.locations.namespaces.create

      Parameters :

        namespaceId

          Description : Required. Client chosen ID for the Namespace. `namespace_id` must be a valid RFC 1123 compliant DNS label: 1. At most 63 characters in length 2. It must consist of lower case alphanumeric characters or `-` 3. It must start and end with an alphanumeric character Which can be expressed as the regex: `[a-z0-9]([-a-z0-9]*[a-z0-9])?`, with a maximum length of 63 characters.

          Type : string

          Location : query

        parent

          Location : path

          Pattern : ^projects/[^/]+/locations/[^/]+$

          Type : string

          Required : Yes

          Description : Required. The parent (project and location) where the Namespace will be created. Specified in the format `projects/*/locations/*`.

      Description : Creates a fleet namespace.

      Path : v1beta/{+parent}/namespaces

      Parameter Order : parent

      Flat Path : v1beta/projects/{projectsId}/locations/{locationsId}/namespaces

      HTTP Method : POST

      Scopes : https://www.googleapis.com/auth/cloud-platform

  • gkehub.projects.locations.namespaces.patch

      Flat Path : v1beta/projects/{projectsId}/locations/{locationsId}/namespaces/{namespacesId}

      Parameter Order : name

      Path : v1beta/{+name}

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Parameters :

        name

          Pattern : ^projects/[^/]+/locations/[^/]+/namespaces/[^/]+$

          Required : Yes

          Location : path

          Description : The resource name for the namespace `projects/{project}/locations/{location}/namespaces/{namespace}`

          Type : string

        updateMask

          Format : google-fieldmask

          Description : Required. The fields to be updated.

          Type : string

          Location : query

      Description : Updates a fleet namespace.

      HTTP Method : PATCH

  • gkehub.projects.locations.namespaces.get

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Path : v1beta/{+name}

      Flat Path : v1beta/projects/{projectsId}/locations/{locationsId}/namespaces/{namespacesId}

      Parameters :

        name

          Type : string

          Description : Required. The Namespace resource name in the format `projects/*/locations/*/namespaces/*`.

          Required : Yes

          Location : path

          Pattern : ^projects/[^/]+/locations/[^/]+/namespaces/[^/]+$

      Description : Returns the details of a fleet namespace.

      Parameter Order : name

      HTTP Method : GET

  • gkehub.projects.locations.scopes.delete

      Parameters :

        name

          Location : path

          Description : Required. The Scope resource name in the format `projects/*/locations/*/scopes/*`.

          Pattern : ^projects/[^/]+/locations/[^/]+/scopes/[^/]+$

          Required : Yes

          Type : string

      Scopes : https://www.googleapis.com/auth/cloud-platform

      HTTP Method : DELETE

      Path : v1beta/{+name}

      Parameter Order : name

      Flat Path : v1beta/projects/{projectsId}/locations/{locationsId}/scopes/{scopesId}

      Description : Deletes a Scope.

  • gkehub.projects.locations.scopes.get

      HTTP Method : GET

      Parameters :

        name

          Type : string

          Pattern : ^projects/[^/]+/locations/[^/]+/scopes/[^/]+$

          Location : path

          Description : Required. The Scope resource name in the format `projects/*/locations/*/scopes/*`.

          Required : Yes

      Parameter Order : name

      Description : Returns the details of a Scope.

      Path : v1beta/{+name}

      Flat Path : v1beta/projects/{projectsId}/locations/{locationsId}/scopes/{scopesId}

      Scopes : https://www.googleapis.com/auth/cloud-platform

  • gkehub.projects.locations.scopes.list

      Path : v1beta/{+parent}/scopes

      Flat Path : v1beta/projects/{projectsId}/locations/{locationsId}/scopes

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Parameters :

        pageToken

          Type : string

          Description : Optional. Token returned by previous call to `ListScopes` which specifies the position in the list from where to continue listing the resources.

          Location : query

        parent

          Required : Yes

          Description : Required. The parent (project and location) where the Scope will be listed. Specified in the format `projects/*/locations/*`.

          Pattern : ^projects/[^/]+/locations/[^/]+$

          Location : path

          Type : string

        pageSize

          Description : Optional. When requesting a 'page' of resources, `page_size` specifies number of resources to return. If unspecified or set to 0, all resources will be returned.

          Location : query

          Type : integer

          Format : int32

      Description : Lists Scopes.

      Parameter Order : parent

      HTTP Method : GET

  • gkehub.projects.locations.scopes.create

      Flat Path : v1beta/projects/{projectsId}/locations/{locationsId}/scopes

      Path : v1beta/{+parent}/scopes

      HTTP Method : POST

      Parameters :

        parent

          Required : Yes

          Location : path

          Pattern : ^projects/[^/]+/locations/[^/]+$

          Type : string

          Description : Required. The parent (project and location) where the Scope will be created. Specified in the format `projects/*/locations/*`.

        scopeId

          Location : query

          Description : Required. Client chosen ID for the Scope. `scope_id` must be a ????

          Type : string

      Parameter Order : parent

      Description : Creates a Scope.

      Scopes : https://www.googleapis.com/auth/cloud-platform

  • gkehub.projects.locations.scopes.patch

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Path : v1beta/{+name}

      Description : Updates a scopes.

      HTTP Method : PATCH

      Parameters :

        updateMask

          Description : Required. The fields to be updated.

          Location : query

          Format : google-fieldmask

          Type : string

        name

          Location : path

          Pattern : ^projects/[^/]+/locations/[^/]+/scopes/[^/]+$

          Required : Yes

          Description : The resource name for the scope `projects/{project}/locations/{location}/scopes/{scope}`

          Type : string

      Parameter Order : name

      Flat Path : v1beta/projects/{projectsId}/locations/{locationsId}/scopes/{scopesId}