Interface ComputeResourceOrBuilder (0.1.0)

public interface ComputeResourceOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getConfig()

public abstract ComputeResourceConfig getConfig()

Required. Immutable. Configuration for this compute resource, which describes how it should be created at runtime.

.google.cloud.hypercomputecluster.v1beta.ComputeResourceConfig config = 6 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];

Returns
Type Description
ComputeResourceConfig

The config.

getConfigOrBuilder()

public abstract ComputeResourceConfigOrBuilder getConfigOrBuilder()

Required. Immutable. Configuration for this compute resource, which describes how it should be created at runtime.

.google.cloud.hypercomputecluster.v1beta.ComputeResourceConfig config = 6 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];

Returns
Type Description
ComputeResourceConfigOrBuilder

hasConfig()

public abstract boolean hasConfig()

Required. Immutable. Configuration for this compute resource, which describes how it should be created at runtime.

.google.cloud.hypercomputecluster.v1beta.ComputeResourceConfig config = 6 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];

Returns
Type Description
boolean

Whether the config field is set.