Interface Zone.ResourceSpecOrBuilder (1.0.1)

public static interface Zone.ResourceSpecOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getLocationType()

public abstract Zone.ResourceSpec.LocationType getLocationType()

Required. Immutable. The location type of the resources that are allowed to be attached to the assets within this zone.

.google.cloud.dataplex.v1.Zone.ResourceSpec.LocationType location_type = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];

Returns
TypeDescription
Zone.ResourceSpec.LocationType

The locationType.

getLocationTypeValue()

public abstract int getLocationTypeValue()

Required. Immutable. The location type of the resources that are allowed to be attached to the assets within this zone.

.google.cloud.dataplex.v1.Zone.ResourceSpec.LocationType location_type = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];

Returns
TypeDescription
int

The enum numeric value on the wire for locationType.