public static interface Environment.InfrastructureSpecOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getCompute()
public abstract Environment.InfrastructureSpec.ComputeResources getCompute()
Optional. Compute resources needed for analyze interactive workloads.
.google.events.cloud.dataplex.v1.Environment.InfrastructureSpec.ComputeResources compute = 50;
Returns | |
---|---|
Type | Description |
Environment.InfrastructureSpec.ComputeResources |
The compute. |
getComputeOrBuilder()
public abstract Environment.InfrastructureSpec.ComputeResourcesOrBuilder getComputeOrBuilder()
Optional. Compute resources needed for analyze interactive workloads.
.google.events.cloud.dataplex.v1.Environment.InfrastructureSpec.ComputeResources compute = 50;
Returns | |
---|---|
Type | Description |
Environment.InfrastructureSpec.ComputeResourcesOrBuilder |
getOsImage()
public abstract Environment.InfrastructureSpec.OsImageRuntime getOsImage()
Required. Software Runtime Configuration for analyze interactive workloads.
.google.events.cloud.dataplex.v1.Environment.InfrastructureSpec.OsImageRuntime os_image = 100;
Returns | |
---|---|
Type | Description |
Environment.InfrastructureSpec.OsImageRuntime |
The osImage. |
getOsImageOrBuilder()
public abstract Environment.InfrastructureSpec.OsImageRuntimeOrBuilder getOsImageOrBuilder()
Required. Software Runtime Configuration for analyze interactive workloads.
.google.events.cloud.dataplex.v1.Environment.InfrastructureSpec.OsImageRuntime os_image = 100;
Returns | |
---|---|
Type | Description |
Environment.InfrastructureSpec.OsImageRuntimeOrBuilder |
getResourcesCase()
public abstract Environment.InfrastructureSpec.ResourcesCase getResourcesCase()
Returns | |
---|---|
Type | Description |
Environment.InfrastructureSpec.ResourcesCase |
getRuntimeCase()
public abstract Environment.InfrastructureSpec.RuntimeCase getRuntimeCase()
Returns | |
---|---|
Type | Description |
Environment.InfrastructureSpec.RuntimeCase |
hasCompute()
public abstract boolean hasCompute()
Optional. Compute resources needed for analyze interactive workloads.
.google.events.cloud.dataplex.v1.Environment.InfrastructureSpec.ComputeResources compute = 50;
Returns | |
---|---|
Type | Description |
boolean |
Whether the compute field is set. |
hasOsImage()
public abstract boolean hasOsImage()
Required. Software Runtime Configuration for analyze interactive workloads.
.google.events.cloud.dataplex.v1.Environment.InfrastructureSpec.OsImageRuntime os_image = 100;
Returns | |
---|---|
Type | Description |
boolean |
Whether the osImage field is set. |