Reference documentation and code samples for the Google Cloud Api Gateway V1 Client class CreateApiConfigRequest.
Request message for ApiGatewayService.CreateApiConfig
Generated from protobuf message google.cloud.apigateway.v1.CreateApiConfigRequest
Namespace
Google \ Cloud \ ApiGateway \ V1Methods
__construct
Constructor.
| Parameter | |
|---|---|
| Name | Description |
data |
mixed
|
getParent
Required. Parent resource of the API Config, of the form:
projects/*/locations/global/apis/*
| Returns | |
|---|---|
| Type | Description |
string |
|
setParent
Required. Parent resource of the API Config, of the form:
projects/*/locations/global/apis/*
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getApiConfigId
Required. Identifier to assign to the API Config. Must be unique within scope of the parent resource.
| Returns | |
|---|---|
| Type | Description |
string |
|
setApiConfigId
Required. Identifier to assign to the API Config. Must be unique within scope of the parent resource.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getApiConfig
Required. API resource.
| Returns | |
|---|---|
| Type | Description |
ApiConfig|null |
|
hasApiConfig
clearApiConfig
setApiConfig
Required. API resource.
| Parameter | |
|---|---|
| Name | Description |
var |
ApiConfig
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
static::build
| Parameters | |
|---|---|
| Name | Description |
parent |
string
Required. Parent resource of the API Config, of the form:
|
apiConfig |
ApiConfig
Required. API resource. |
apiConfigId |
string
Required. Identifier to assign to the API Config. Must be unique within scope of the parent resource. |
| Returns | |
|---|---|
| Type | Description |
CreateApiConfigRequest |
|