Reference documentation and code samples for the Cloud Speech V2 Client class AccessMetadata.
The access metadata for a particular region. This can be applied if the org policy for the given project disallows a particular region.
Generated from protobuf message google.cloud.speech.v2.AccessMetadata
Namespace
Google \ Cloud \ Speech \ V2Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ constraint_type |
int
Describes the different types of constraints that are applied. |
getConstraintType
Describes the different types of constraints that are applied.
| Returns | |
|---|---|
| Type | Description |
int |
Enum of type ConstraintType. |
setConstraintType
Describes the different types of constraints that are applied.
| Parameter | |
|---|---|
| Name | Description |
var |
int
Enum of type ConstraintType. |
| Returns | |
|---|---|
| Type | Description |
$this |
|