2023-08-05
▼ ▲ gkehub.projects.locations.scopes.namespaces.create
HTTP Method : POST
Parameters :
parent
Required : Yes
Type : string
Location : path
Pattern : ^projects/[^/]+/locations/[^/]+/scopes/[^/]+$
Description : Required. The parent (project and location) where the Namespace will be created. Specified in the format `projects/*/locations/*/scopes/*`.
scopeNamespaceId
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
Parameter Order : parent
Scopes : https://www.googleapis.com/auth/cloud-platform
Path : v1alpha/{+parent}/namespaces
Flat Path : v1alpha/projects/{projectsId}/locations/{locationsId}/scopes/{scopesId}/namespaces
Description : Creates a fleet namespace.
▼ ▲ gkehub.projects.locations.scopes.namespaces.get
Path : v1alpha/{+name}
Description : Returns the details of a fleet namespace.
HTTP Method : GET
Flat Path : v1alpha/projects/{projectsId}/locations/{locationsId}/scopes/{scopesId}/namespaces/{namespacesId}
Scopes : https://www.googleapis.com/auth/cloud-platform
Parameters :
name
Location : path
Type : string
Pattern : ^projects/[^/]+/locations/[^/]+/scopes/[^/]+/namespaces/[^/]+$
Description : Required. The Namespace resource name in the format `projects/*/locations/*/scopes/*/namespaces/*`.
Required : Yes
Parameter Order : name
▼ ▲ gkehub.projects.locations.scopes.namespaces.patch
Parameter Order : name
Flat Path : v1alpha/projects/{projectsId}/locations/{locationsId}/scopes/{scopesId}/namespaces/{namespacesId}
HTTP Method : PATCH
Description : Updates a fleet namespace.
Parameters :
name
Description : The resource name for the namespace `projects/{project}/locations/{location}/namespaces/{namespace}`
Pattern : ^projects/[^/]+/locations/[^/]+/scopes/[^/]+/namespaces/[^/]+$
Type : string
Location : path
Required : Yes
updateMask
Type : string
Description : Required. The fields to be updated.
Format : google-fieldmask
Location : query
Path : v1alpha/{+name}
▼ ▲ gkehub.projects.locations.scopes.namespaces.list
Description : Lists fleet namespaces.
Path : v1alpha/{+parent}/namespaces
Parameter Order : parent
Parameters :
parent
Description : Required. The parent (project and location) where the Features will be listed. Specified in the format `projects/*/locations/*/scopes/*`.
Pattern : ^projects/[^/]+/locations/[^/]+/scopes/[^/]+$
Required : Yes
Location : path
Type : string
pageSize
Location : query
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
pageToken
Type : string
Description : Optional. Token returned by previous call to `ListFeatures` which specifies the position in the list from where to continue listing the resources.
Location : query
Flat Path : v1alpha/projects/{projectsId}/locations/{locationsId}/scopes/{scopesId}/namespaces
Scopes : https://www.googleapis.com/auth/cloud-platform
HTTP Method : GET
▼ ▲ gkehub.projects.locations.scopes.namespaces.delete
Parameters :
name
Required : Yes
Location : path
Pattern : ^projects/[^/]+/locations/[^/]+/scopes/[^/]+/namespaces/[^/]+$
Type : string
Description : Required. The Namespace resource name in the format `projects/*/locations/*/scopes/*/namespaces/*`.
Description : Deletes a fleet namespace.
Parameter Order : name
Flat Path : v1alpha/projects/{projectsId}/locations/{locationsId}/scopes/{scopesId}/namespaces/{namespacesId}
HTTP Method : DELETE
Scopes : https://www.googleapis.com/auth/cloud-platform
Path : v1alpha/{+name}
▼ ▲ gkehub.projects.locations.scopes.rbacrolebindings.get
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Returns the details of a Scope RBACRoleBinding.
Parameter Order : name
Path : v1alpha/{+name}
Flat Path : v1alpha/projects/{projectsId}/locations/{locationsId}/scopes/{scopesId}/rbacrolebindings/{rbacrolebindingsId}
HTTP Method : GET
Parameters :
name
Pattern : ^projects/[^/]+/locations/[^/]+/scopes/[^/]+/rbacrolebindings/[^/]+$
Description : Required. The RBACRoleBinding resource name in the format `projects/*/locations/*/scopes/*/rbacrolebindings/*`.
Required : Yes
Location : path
Type : string
▼ ▲ gkehub.projects.locations.scopes.rbacrolebindings.list
Description : Lists all Scope RBACRoleBindings.
Parameters :
pageSize
Format : int32
Location : query
Type : integer
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.
pageToken
Location : query
Type : string
Description : Optional. Token returned by previous call to `ListScopeRBACRoleBindings` which specifies the position in the list from where to continue listing the resources.
parent
Type : string
Description : Required. The parent (project and location) where the Features will be listed. Specified in the format `projects/*/locations/*/scopes/*`.
Location : path
Pattern : ^projects/[^/]+/locations/[^/]+/scopes/[^/]+$
Required : Yes
Parameter Order : parent
HTTP Method : GET
Path : v1alpha/{+parent}/rbacrolebindings
Flat Path : v1alpha/projects/{projectsId}/locations/{locationsId}/scopes/{scopesId}/rbacrolebindings
▼ ▲ gkehub.projects.locations.scopes.rbacrolebindings.patch
Parameter Order : name
HTTP Method : PATCH
Description : Updates a Scope RBACRoleBinding.
Path : v1alpha/{+name}
Scopes : https://www.googleapis.com/auth/cloud-platform
Flat Path : v1alpha/projects/{projectsId}/locations/{locationsId}/scopes/{scopesId}/rbacrolebindings/{rbacrolebindingsId}
Parameters :
name
Pattern : ^projects/[^/]+/locations/[^/]+/scopes/[^/]+/rbacrolebindings/[^/]+$
Description : The resource name for the rbacrolebinding `projects/{project}/locations/{location}/namespaces/{namespace}/rbacrolebindings/{rbacrolebinding}` or `projects/{project}/locations/{location}/memberships/{membership}/rbacrolebindings/{rbacrolebinding}`
Required : Yes
Type : string
Location : path
updateMask
Location : query
Description : Required. The fields to be updated.
Format : google-fieldmask
Type : string
▼ ▲ gkehub.projects.locations.scopes.rbacrolebindings.create
Description : Creates a Scope RBACRoleBinding.
Parameters :
rbacrolebindingId
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.
Type : string
Location : query
parent
Pattern : ^projects/[^/]+/locations/[^/]+/scopes/[^/]+$
Type : string
Required : Yes
Location : path
Description : Required. The parent (project and location) where the RBACRoleBinding will be created. Specified in the format `projects/*/locations/*/scopes/*`.
Scopes : https://www.googleapis.com/auth/cloud-platform
Parameter Order : parent
Path : v1alpha/{+parent}/rbacrolebindings
Flat Path : v1alpha/projects/{projectsId}/locations/{locationsId}/scopes/{scopesId}/rbacrolebindings
HTTP Method : POST
▼ ▲ gkehub.projects.locations.scopes.rbacrolebindings.delete
Path : v1alpha/{+name}
Parameter Order : name
HTTP Method : DELETE
Flat Path : v1alpha/projects/{projectsId}/locations/{locationsId}/scopes/{scopesId}/rbacrolebindings/{rbacrolebindingsId}
Parameters :
name
Pattern : ^projects/[^/]+/locations/[^/]+/scopes/[^/]+/rbacrolebindings/[^/]+$
Location : path
Description : Required. The RBACRoleBinding resource name in the format `projects/*/locations/*/scopes/*/rbacrolebindings/*`.
Required : Yes
Type : string
Description : Deletes a Scope RBACRoleBinding.