Reference documentation and code samples for the Google Cloud Api Gateway V1 Client class GetApiConfigRequest.
Request message for ApiGatewayService.GetApiConfig
Generated from protobuf message google.cloud.apigateway.v1.GetApiConfigRequest
Namespace
Google \ Cloud \ ApiGateway \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Required. Resource name of the form: |
↳ view |
int
Specifies which fields of the API Config are returned in the response. Defaults to |
getName
Required. Resource name of the form:
projects/*/locations/global/apis/*/configs/*
| Returns | |
|---|---|
| Type | Description |
string |
|
setName
Required. Resource name of the form:
projects/*/locations/global/apis/*/configs/*
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getView
Specifies which fields of the API Config are returned in the response.
Defaults to BASIC view.
| Returns | |
|---|---|
| Type | Description |
int |
Enum of type ConfigView. |
setView
Specifies which fields of the API Config are returned in the response.
Defaults to BASIC view.
| Parameter | |
|---|---|
| Name | Description |
var |
int
Enum of type ConfigView. |
| Returns | |
|---|---|
| Type | Description |
$this |
|
static::build
| Parameter | |
|---|---|
| Name | Description |
name |
string
Required. Resource name of the form:
|
| Returns | |
|---|---|
| Type | Description |
GetApiConfigRequest |
|