Google Cloud Gke Hub V1 Client - Class CreateScopeRequest (1.3.0)

Reference documentation and code samples for the Google Cloud Gke Hub V1 Client class CreateScopeRequest.

Request to create a Scope.

Generated from protobuf message google.cloud.gkehub.v1.CreateScopeRequest

Namespace

Google \ Cloud \ GkeHub \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ parent string

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

↳ scope_id string

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

↳ scope Scope

Required. The Scope to create.

getParent

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

Returns
Type Description
string

setParent

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

Parameter
Name Description
var string
Returns
Type Description
$this

getScopeId

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

Returns
Type Description
string

setScopeId

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

Parameter
Name Description
var string
Returns
Type Description
$this

getScope

Required. The Scope to create.

Returns
Type Description
Scope|null

hasScope

clearScope

setScope

Required. The Scope to create.

Parameter
Name Description
var Scope
Returns
Type Description
$this

static::build

Parameters
Name Description
parent string

Required. The parent (project and location) where the Scope will be created. Specified in the format projects/*/locations/*. Please see GkeHubClient::locationName() for help formatting this field.

scope Scope

Required. The Scope to create.

scopeId string

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

Returns
Type Description
CreateScopeRequest