Enum GoogleServiceInfo.GoogleServiceType (1.32.0)

public enum GoogleServiceInfo.GoogleServiceType extends Enum<GoogleServiceInfo.GoogleServiceType> implements ProtocolMessageEnum

Recognized type of a Google Service.

Protobuf enum google.cloud.networkmanagement.v1beta1.GoogleServiceInfo.GoogleServiceType

Implements

ProtocolMessageEnum

Static Fields

NameDescription
CLOUD_DNS

Connectivity from Cloud DNS to forwarding targets or alternate name servers that use private routing. https://cloud.google.com/dns/docs/zones/forwarding-zones#firewall-rules https://cloud.google.com/dns/docs/policies#firewall-rules

CLOUD_DNS = 3;

CLOUD_DNS_VALUE

Connectivity from Cloud DNS to forwarding targets or alternate name servers that use private routing. https://cloud.google.com/dns/docs/zones/forwarding-zones#firewall-rules https://cloud.google.com/dns/docs/policies#firewall-rules

CLOUD_DNS = 3;

GFE_PROXY_OR_HEALTH_CHECK_PROBER

One of two services sharing IP ranges:

GFE_PROXY_OR_HEALTH_CHECK_PROBER = 2;

GFE_PROXY_OR_HEALTH_CHECK_PROBER_VALUE

One of two services sharing IP ranges:

GFE_PROXY_OR_HEALTH_CHECK_PROBER = 2;

GOOGLE_SERVICE_TYPE_UNSPECIFIED

Unspecified Google Service. Includes most of Google APIs and services.

GOOGLE_SERVICE_TYPE_UNSPECIFIED = 0;

GOOGLE_SERVICE_TYPE_UNSPECIFIED_VALUE

Unspecified Google Service. Includes most of Google APIs and services.

GOOGLE_SERVICE_TYPE_UNSPECIFIED = 0;

IAP

Identity aware proxy. https://cloud.google.com/iap/docs/using-tcp-forwarding

IAP = 1;

IAP_VALUE

Identity aware proxy. https://cloud.google.com/iap/docs/using-tcp-forwarding

IAP = 1;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()