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.
| 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 |
↳ scope_id |
string
Required. Client chosen ID for the Scope. |
↳ 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 |
scope |
Scope
Required. The Scope to create. |
scopeId |
string
Required. Client chosen ID for the Scope. |
| Returns | |
|---|---|
| Type | Description |
CreateScopeRequest |
|