Reference documentation and code samples for the GKE Hub V1 API module Google::Cloud::GkeHub::V1::GkeHub::Paths.
Path helper methods for the GkeHub API.
Extended By
Included In
Methods
#feature_path
def feature_path(project:, location:, feature:) -> ::StringCreate a fully-qualified Feature resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/features/{feature}
- project (String)
- location (String)
- feature (String)
- (::String)
- (::ArgumentError)
#fleet_path
def fleet_path(project:, location:, fleet:) -> ::String
def fleet_path(organization:, location:, fleet:) -> ::StringCreate a fully-qualified Fleet resource string.
def fleet_path(project:, location:, fleet:) -> ::String
projects/{project}/locations/{location}/fleets/{fleet}
- project (String)
- location (String)
- fleet (String)
def fleet_path(organization:, location:, fleet:) -> ::String
organizations/{organization}/locations/{location}/fleets/{fleet}
- organization (String)
- location (String)
- fleet (String)
- (::String)
- (::ArgumentError)
#location_path
def location_path(project:, location:) -> ::StringCreate a fully-qualified Location resource string.
The resource will be in the following format:
projects/{project}/locations/{location}
- project (String)
- location (String)
- (::String)
- (::ArgumentError)
#membership_binding_path
def membership_binding_path(project:, location:, membership:, membershipbinding:) -> ::StringCreate a fully-qualified MembershipBinding resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/memberships/{membership}/bindings/{membershipbinding}
- project (String)
- location (String)
- membership (String)
- membershipbinding (String)
- (::String)
- (::ArgumentError)
#membership_path
def membership_path(project:, location:, membership:) -> ::StringCreate a fully-qualified Membership resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/memberships/{membership}
- project (String)
- location (String)
- membership (String)
- (::String)
- (::ArgumentError)
#namespace_path
def namespace_path(project:, location:, scope:, namespace:) -> ::StringCreate a fully-qualified Namespace resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/scopes/{scope}/namespaces/{namespace}
- project (String)
- location (String)
- scope (String)
- namespace (String)
- (::String)
- (::ArgumentError)
#rbac_role_binding_path
def rbac_role_binding_path(project:, location:, scope:, rbacrolebinding:) -> ::String
def rbac_role_binding_path(project:, location:, membership:, rbacrolebinding:) -> ::StringCreate a fully-qualified RBACRoleBinding resource string.
def rbac_role_binding_path(project:, location:, scope:, rbacrolebinding:) -> ::String
projects/{project}/locations/{location}/scopes/{scope}/rbacrolebindings/{rbacrolebinding}
- project (String)
- location (String)
- scope (String)
- rbacrolebinding (String)
def rbac_role_binding_path(project:, location:, membership:, rbacrolebinding:) -> ::String
projects/{project}/locations/{location}/memberships/{membership}/rbacrolebindings/{rbacrolebinding}
- project (String)
- location (String)
- membership (String)
- rbacrolebinding (String)
- (::String)
- (::ArgumentError)
#scope_path
def scope_path(project:, location:, scope:) -> ::StringCreate a fully-qualified Scope resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/scopes/{scope}
- project (String)
- location (String)
- scope (String)
- (::String)
- (::ArgumentError)