Interface Environment.InfrastructureSpecOrBuilder (1.56.0)

public static interface Environment.InfrastructureSpecOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCompute()

public abstract Environment.InfrastructureSpec.ComputeResources getCompute()

Optional. Compute resources needed for analyze interactive workloads.

.google.cloud.dataplex.v1.Environment.InfrastructureSpec.ComputeResources compute = 50 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
Environment.InfrastructureSpec.ComputeResources

The compute.

getComputeOrBuilder()

public abstract Environment.InfrastructureSpec.ComputeResourcesOrBuilder getComputeOrBuilder()

Optional. Compute resources needed for analyze interactive workloads.

.google.cloud.dataplex.v1.Environment.InfrastructureSpec.ComputeResources compute = 50 [(.google.api.field_behavior) = OPTIONAL];

getOsImage()

public abstract Environment.InfrastructureSpec.OsImageRuntime getOsImage()

Required. Software Runtime Configuration for analyze interactive workloads.

.google.cloud.dataplex.v1.Environment.InfrastructureSpec.OsImageRuntime os_image = 100 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
Environment.InfrastructureSpec.OsImageRuntime

The osImage.

getOsImageOrBuilder()

public abstract Environment.InfrastructureSpec.OsImageRuntimeOrBuilder getOsImageOrBuilder()

Required. Software Runtime Configuration for analyze interactive workloads.

.google.cloud.dataplex.v1.Environment.InfrastructureSpec.OsImageRuntime os_image = 100 [(.google.api.field_behavior) = REQUIRED];

getResourcesCase()

public abstract Environment.InfrastructureSpec.ResourcesCase getResourcesCase()

getRuntimeCase()

public abstract Environment.InfrastructureSpec.RuntimeCase getRuntimeCase()

hasCompute()

public abstract boolean hasCompute()

Optional. Compute resources needed for analyze interactive workloads.

.google.cloud.dataplex.v1.Environment.InfrastructureSpec.ComputeResources compute = 50 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the compute field is set.

hasOsImage()

public abstract boolean hasOsImage()

Required. Software Runtime Configuration for analyze interactive workloads.

.google.cloud.dataplex.v1.Environment.InfrastructureSpec.OsImageRuntime os_image = 100 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the osImage field is set.