Google Cloud Api Hub V1 Client - Class SourceType (0.3.0)

Reference documentation and code samples for the Google Cloud Api Hub V1 Client class SourceType.

The possible types of the source from which the observation was collected.

Protobuf type google.cloud.apihub.v1.DiscoveredApiObservation.SourceType

Namespace

Google \ Cloud \ ApiHub \ V1 \ DiscoveredApiObservation

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

SOURCE_TYPE_UNSPECIFIED

Value: 0

Source type not specified.

Generated from protobuf enum SOURCE_TYPE_UNSPECIFIED = 0;

GCP_XLB

Value: 1

GCP external load balancer.

Generated from protobuf enum GCP_XLB = 1;

GCP_ILB

Value: 2

GCP internal load balancer.

Generated from protobuf enum GCP_ILB = 2;