public static interface Environment.InfrastructureSpecOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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];
| 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];
| Type | Description |
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];
| 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];
| Type | Description |
Environment.InfrastructureSpec.OsImageRuntimeOrBuilder |
getResourcesCase()
public abstract Environment.InfrastructureSpec.ResourcesCase getResourcesCase()| Type | Description |
Environment.InfrastructureSpec.ResourcesCase |
getRuntimeCase()
public abstract Environment.InfrastructureSpec.RuntimeCase getRuntimeCase()| Type | Description |
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];
| 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];
| Type | Description |
boolean |
Whether the osImage field is set. |