public enum GatewayType extends Enum<GatewayType> implements ProtocolMessageEnum
Enum for the gateway type.
Protobuf enum google.cloud.apihub.v1.GatewayType
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
APIGEE_EDGE_PRIVATE_CLOUD |
The gateway type is Apigee Edge Private Cloud. |
APIGEE_EDGE_PRIVATE_CLOUD_VALUE |
The gateway type is Apigee Edge Private Cloud. |
APIGEE_EDGE_PUBLIC_CLOUD |
The gateway type is Apigee Edge Public Cloud. |
APIGEE_EDGE_PUBLIC_CLOUD_VALUE |
The gateway type is Apigee Edge Public Cloud. |
APIGEE_X_AND_HYBRID |
The gateway type is Apigee X and Hybrid. |
APIGEE_X_AND_HYBRID_VALUE |
The gateway type is Apigee X and Hybrid. |
API_DISCOVERY |
The gateway type is API Discovery. |
API_DISCOVERY_VALUE |
The gateway type is API Discovery. |
CLOUD_API_GATEWAY |
The gateway type is Cloud API Gateway. |
CLOUD_API_GATEWAY_VALUE |
The gateway type is Cloud API Gateway. |
CLOUD_ENDPOINTS |
The gateway type is Cloud Endpoints. |
CLOUD_ENDPOINTS_VALUE |
The gateway type is Cloud Endpoints. |
GATEWAY_TYPE_UNSPECIFIED |
The gateway type is not specified. |
GATEWAY_TYPE_UNSPECIFIED_VALUE |
The gateway type is not specified. |
OTHERS |
The gateway type for any other types of gateways. |
OTHERS_VALUE |
The gateway type for any other types of gateways. |
UNRECOGNIZED |
Static Methods |
|
---|---|
Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
Methods |
|
---|---|
Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |