Reference documentation and code samples for the Google Cloud Api Hub V1 Client class GatewayType.
Enum for the gateway type.
Protobuf type google.cloud.apihub.v1.GatewayType
Namespace
Google \ Cloud \ ApiHub \ V1Methods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
GATEWAY_TYPE_UNSPECIFIED
Value: 0
The gateway type is not specified.
Generated from protobuf enum GATEWAY_TYPE_UNSPECIFIED = 0;
APIGEE_X_AND_HYBRID
Value: 1
The gateway type is Apigee X and Hybrid.
Generated from protobuf enum APIGEE_X_AND_HYBRID = 1;
APIGEE_EDGE_PUBLIC_CLOUD
Value: 2
The gateway type is Apigee Edge Public Cloud.
Generated from protobuf enum APIGEE_EDGE_PUBLIC_CLOUD = 2;
APIGEE_EDGE_PRIVATE_CLOUD
Value: 3
The gateway type is Apigee Edge Private Cloud.
Generated from protobuf enum APIGEE_EDGE_PRIVATE_CLOUD = 3;
CLOUD_API_GATEWAY
Value: 4
The gateway type is Cloud API Gateway.
Generated from protobuf enum CLOUD_API_GATEWAY = 4;
CLOUD_ENDPOINTS
Value: 5
The gateway type is Cloud Endpoints.
Generated from protobuf enum CLOUD_ENDPOINTS = 5;
API_DISCOVERY
Value: 6
The gateway type is API Discovery.
Generated from protobuf enum API_DISCOVERY = 6;
OTHERS
Value: 7
The gateway type for any other types of gateways.
Generated from protobuf enum OTHERS = 7;