Google Cloud Dataplex V1 Client - Class LocationType (0.1.6)

Reference documentation and code samples for the Google Cloud Dataplex V1 Client class LocationType.

Location type of the resources attached to a zone.

Protobuf type google.cloud.dataplex.v1.Zone.ResourceSpec.LocationType

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
name mixed

Constants

LOCATION_TYPE_UNSPECIFIED

Value: 0

Unspecified location type.

Generated from protobuf enum LOCATION_TYPE_UNSPECIFIED = 0;

SINGLE_REGION

Value: 1

Resources that are associated with a single region.

Generated from protobuf enum SINGLE_REGION = 1;

MULTI_REGION

Value: 2

Resources that are associated with a multi-region location.

Generated from protobuf enum MULTI_REGION = 2;