Google Cloud Api Keys V2 Client - Class LookupKeyRequest (1.1.1)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Google Cloud Api Keys V2 Client class LookupKeyRequest.
Request message for LookupKey method.
Generated from protobuf message google.api.apikeys.v2.LookupKeyRequest
Namespace
Google \ Cloud \ ApiKeys \ V2Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ key_string |
string
Required. Finds the project that owns the key string value. |
getKeyString
Required. Finds the project that owns the key string value.
| Returns | |
|---|---|
| Type | Description |
string |
|
setKeyString
Required. Finds the project that owns the key string value.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|