Interface AppHubWorkloadOrBuilder (0.24.0)

public interface AppHubWorkloadOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCriticality()

public abstract String getCriticality()

Output only. The criticality of the App Hub Workload.

string criticality = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The criticality.

getCriticalityBytes()

public abstract ByteString getCriticalityBytes()

Output only. The criticality of the App Hub Workload.

string criticality = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for criticality.

getEnvironment()

public abstract String getEnvironment()

Output only. The environment of the App Hub Workload.

string environment = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The environment.

getEnvironmentBytes()

public abstract ByteString getEnvironmentBytes()

Output only. The environment of the App Hub Workload.

string environment = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for environment.

getWorkload()

public abstract String getWorkload()

Required. Output only. Immutable. The name of the App Hub Workload. Format: projects/{project}/locations/{location}/applications/{application}/workloads/{workload}.

string workload = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE, (.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The workload.

getWorkloadBytes()

public abstract ByteString getWorkloadBytes()

Required. Output only. Immutable. The name of the App Hub Workload. Format: projects/{project}/locations/{location}/applications/{application}/workloads/{workload}.

string workload = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE, (.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for workload.