Reference documentation and code samples for the Google Cloud Api Gateway V1 Client class CreateApiRequest.
Request message for ApiGatewayService.CreateApi
Generated from protobuf message google.cloud.apigateway.v1.CreateApiRequest
Namespace
Google \ Cloud \ ApiGateway \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ parent |
string
Required. Parent resource of the API, of the form: |
↳ api_id |
string
Required. Identifier to assign to the API. Must be unique within scope of the parent resource. |
↳ api |
Google\Cloud\ApiGateway\V1\Api
Required. API resource. |
getParent
Required. Parent resource of the API, of the form:
projects/*/locations/global
Returns | |
---|---|
Type | Description |
string |
setParent
Required. Parent resource of the API, of the form:
projects/*/locations/global
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getApiId
Required. Identifier to assign to the API. Must be unique within scope of the parent resource.
Returns | |
---|---|
Type | Description |
string |
setApiId
Required. Identifier to assign to the API. Must be unique within scope of the parent resource.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getApi
Required. API resource.
Returns | |
---|---|
Type | Description |
Google\Cloud\ApiGateway\V1\Api|null |
hasApi
clearApi
setApi
Required. API resource.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\ApiGateway\V1\Api
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameters | |
---|---|
Name | Description |
parent |
string
Required. Parent resource of the API, of the form:
|
api |
Google\Cloud\ApiGateway\V1\Api
Required. API resource. |
apiId |
string
Required. Identifier to assign to the API. Must be unique within scope of the parent resource. |
Returns | |
---|---|
Type | Description |
Google\Cloud\ApiGateway\V1\CreateApiRequest |