Reference documentation and code samples for the Google Cloud Api Gateway V1 Client class Gateway.
A Gateway is an API-aware HTTP proxy. It performs API-Method and/or API-Consumer specific actions based on an API Config such as authentication, policy enforcement, and backend selection.
Generated from protobuf message google.cloud.apigateway.v1.Gateway
Namespace
Google \ Cloud \ ApiGateway \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Output only. Resource name of the Gateway. Format: projects/{project}/locations/{location}/gateways/{gateway}
↳ create_time
↳ update_time
↳ labels
array| Google\Protobuf\Internal\MapField
Optional. Resource labels to represent user-provided metadata. Refer to cloud documentation on labels for more details. https://cloud.google.com/compute/docs/labeling-resources
↳ display_name
string
Optional. Display name.
↳ api_config
string
Required. Resource name of the API Config for this Gateway. Format: projects/{project}/locations/global/apis/{api}/configs/{apiConfig}
↳ state
int
Output only. The current state of the Gateway.
↳ default_hostname
string
Output only. The default API Gateway host name of the form {gateway_id}-{hash}.{region_code}.gateway.dev
.
getName
Output only. Resource name of the Gateway.
Format: projects/{project}/locations/{location}/gateways/{gateway}
string
setName
Output only. Resource name of the Gateway.
Format: projects/{project}/locations/{location}/gateways/{gateway}
var
string
$this
getCreateTime
Output only. Created time.
hasCreateTime
clearCreateTime
setCreateTime
Output only. Created time.
$this
getUpdateTime
Output only. Updated time.
hasUpdateTime
clearUpdateTime
setUpdateTime
Output only. Updated time.
$this
getLabels
Optional. Resource labels to represent user-provided metadata.
Refer to cloud documentation on labels for more details. https://cloud.google.com/compute/docs/labeling-resources
setLabels
Optional. Resource labels to represent user-provided metadata.
Refer to cloud documentation on labels for more details. https://cloud.google.com/compute/docs/labeling-resources
$this
getDisplayName
Optional. Display name.
string
setDisplayName
Optional. Display name.
var
string
$this
getApiConfig
Required. Resource name of the API Config for this Gateway.
Format: projects/{project}/locations/global/apis/{api}/configs/{apiConfig}
string
setApiConfig
Required. Resource name of the API Config for this Gateway.
Format: projects/{project}/locations/global/apis/{api}/configs/{apiConfig}
var
string
$this
getState
Output only. The current state of the Gateway.
int
setState
Output only. The current state of the Gateway.
var
int
$this
getDefaultHostname
Output only. The default API Gateway host name of the form {gateway_id}-{hash}.{region_code}.gateway.dev
.
string
setDefaultHostname
Output only. The default API Gateway host name of the form {gateway_id}-{hash}.{region_code}.gateway.dev
.
var
string
$this