Interface Environment.InfrastructureSpecOrBuilder (1.0.1)

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

Returns
TypeDescription
Environment.InfrastructureSpec.ComputeResourcesOrBuilder

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

Returns
TypeDescription
Environment.InfrastructureSpec.OsImageRuntimeOrBuilder

getResourcesCase()

public abstract Environment.InfrastructureSpec.ResourcesCase getResourcesCase()
Returns
TypeDescription
Environment.InfrastructureSpec.ResourcesCase

getRuntimeCase()

public abstract Environment.InfrastructureSpec.RuntimeCase getRuntimeCase()
Returns
TypeDescription
Environment.InfrastructureSpec.RuntimeCase

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
TypeDescription
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
TypeDescription
boolean

Whether the osImage field is set.