Class Zone.ResourceSpec.Builder (1.81.0)

public static final class Zone.ResourceSpec.Builder extends GeneratedMessage.Builder<Zone.ResourceSpec.Builder> implements Zone.ResourceSpecOrBuilder

Settings for resources attached as assets within a zone.

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

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public Zone.ResourceSpec build()
Returns
Type Description
Zone.ResourceSpec

buildPartial()

public Zone.ResourceSpec buildPartial()
Returns
Type Description
Zone.ResourceSpec

clear()

public Zone.ResourceSpec.Builder clear()
Returns
Type Description
Zone.ResourceSpec.Builder
Overrides

clearLocationType()

public Zone.ResourceSpec.Builder clearLocationType()

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
Type Description
Zone.ResourceSpec.Builder

This builder for chaining.

getDefaultInstanceForType()

public Zone.ResourceSpec getDefaultInstanceForType()
Returns
Type Description
Zone.ResourceSpec

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getLocationType()

public 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
Type Description
Zone.ResourceSpec.LocationType

The locationType.

getLocationTypeValue()

public 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
Type Description
int

The enum numeric value on the wire for locationType.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(Zone.ResourceSpec other)

public Zone.ResourceSpec.Builder mergeFrom(Zone.ResourceSpec other)
Parameter
Name Description
other Zone.ResourceSpec
Returns
Type Description
Zone.ResourceSpec.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public Zone.ResourceSpec.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Zone.ResourceSpec.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public Zone.ResourceSpec.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
Zone.ResourceSpec.Builder
Overrides

setLocationType(Zone.ResourceSpec.LocationType value)

public Zone.ResourceSpec.Builder setLocationType(Zone.ResourceSpec.LocationType value)

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];

Parameter
Name Description
value Zone.ResourceSpec.LocationType

The locationType to set.

Returns
Type Description
Zone.ResourceSpec.Builder

This builder for chaining.

setLocationTypeValue(int value)

public Zone.ResourceSpec.Builder setLocationTypeValue(int value)

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];

Parameter
Name Description
value int

The enum numeric value on the wire for locationType to set.

Returns
Type Description
Zone.ResourceSpec.Builder

This builder for chaining.