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 \ V1Methods
__construct
Constructor.
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
getParent
Required. The parent (project and location) where the Scope will be
created. Specified in the format projects/*/locations/*
.
string
setParent
Required. The parent (project and location) where the Scope will be
created. Specified in the format projects/*/locations/*
.
var
string
$this
getScopeId
Required. Client chosen ID for the Scope. scope_id
must be a
????
string
setScopeId
Required. Client chosen ID for the Scope. scope_id
must be a
????
var
string
$this
getScope
Required. The Scope to create.
hasScope
clearScope
setScope
Required. The Scope to create.
$this
static::build
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
scopeId
string
Required. Client chosen ID for the Scope. scope_id
must be a
????

