Reference documentation and code samples for the Google Cloud App Hub V1 Client class Scope.
Scope of an application.
Generated from protobuf message google.cloud.apphub.v1.Scope
Namespace
Google \ Cloud \ AppHub \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ type |
int
Required. Scope Type. |
getType
Required. Scope Type.
| Returns | |
|---|---|
| Type | Description |
int |
Enum of type Type. |
setType
Required. Scope Type.
| Parameter | |
|---|---|
| Name | Description |
var |
int
Enum of type Type. |
| Returns | |
|---|---|
| Type | Description |
$this |
|