public interface WorkloadOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAttributes()
public abstract Attributes getAttributes()Optional. Consumer provided attributes.
 
 .google.cloud.apphub.v1.Attributes attributes = 7 [(.google.api.field_behavior) = OPTIONAL];
 
| Returns | |
|---|---|
| Type | Description | 
| Attributes | The attributes. | 
getAttributesOrBuilder()
public abstract AttributesOrBuilder getAttributesOrBuilder()Optional. Consumer provided attributes.
 
 .google.cloud.apphub.v1.Attributes attributes = 7 [(.google.api.field_behavior) = OPTIONAL];
 
| Returns | |
|---|---|
| Type | Description | 
| AttributesOrBuilder | |
getCreateTime()
public abstract Timestamp getCreateTime()Output only. Create time.
 .google.protobuf.Timestamp create_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| Timestamp | The createTime. | 
getCreateTimeOrBuilder()
public abstract TimestampOrBuilder getCreateTimeOrBuilder()Output only. Create time.
 .google.protobuf.Timestamp create_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| TimestampOrBuilder | |
getDescription()
public abstract String getDescription()Optional. User-defined description of a Workload. Can have a maximum length of 2048 characters.
 string description = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description | 
| String | The description. | 
getDescriptionBytes()
public abstract ByteString getDescriptionBytes()Optional. User-defined description of a Workload. Can have a maximum length of 2048 characters.
 string description = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes for description. | 
getDiscoveredWorkload()
public abstract String getDiscoveredWorkload()Required. Immutable. The resource name of the original discovered workload.
 
 string discovered_workload = 6 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
 
| Returns | |
|---|---|
| Type | Description | 
| String | The discoveredWorkload. | 
getDiscoveredWorkloadBytes()
public abstract ByteString getDiscoveredWorkloadBytes()Required. Immutable. The resource name of the original discovered workload.
 
 string discovered_workload = 6 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
 
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes for discoveredWorkload. | 
getDisplayName()
public abstract String getDisplayName()Optional. User-defined name for the Workload. Can have a maximum length of 63 characters.
 string display_name = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description | 
| String | The displayName. | 
getDisplayNameBytes()
public abstract ByteString getDisplayNameBytes()Optional. User-defined name for the Workload. Can have a maximum length of 63 characters.
 string display_name = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes for displayName. | 
getName()
public abstract String getName()Identifier. The resource name of the Workload. Format: "projects/{host-project-id}/locations/{location}/applications/{application-id}/workloads/{workload-id}"
 string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
| Returns | |
|---|---|
| Type | Description | 
| String | The name. | 
getNameBytes()
public abstract ByteString getNameBytes()Identifier. The resource name of the Workload. Format: "projects/{host-project-id}/locations/{location}/applications/{application-id}/workloads/{workload-id}"
 string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes for name. | 
getState()
public abstract Workload.State getState()Output only. Workload state.
 
 .google.cloud.apphub.v1.Workload.State state = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| Workload.State | The state. | 
getStateValue()
public abstract int getStateValue()Output only. Workload state.
 
 .google.cloud.apphub.v1.Workload.State state = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| int | The enum numeric value on the wire for state. | 
getUid()
public abstract String getUid() Output only. A universally unique identifier (UUID) for the Workload in
 the UUID4 format.
 
 string uid = 10 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.field_info) = { ... }
 
| Returns | |
|---|---|
| Type | Description | 
| String | The uid. | 
getUidBytes()
public abstract ByteString getUidBytes() Output only. A universally unique identifier (UUID) for the Workload in
 the UUID4 format.
 
 string uid = 10 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.field_info) = { ... }
 
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes for uid. | 
getUpdateTime()
public abstract Timestamp getUpdateTime()Output only. Update time.
 .google.protobuf.Timestamp update_time = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| Timestamp | The updateTime. | 
getUpdateTimeOrBuilder()
public abstract TimestampOrBuilder getUpdateTimeOrBuilder()Output only. Update time.
 .google.protobuf.Timestamp update_time = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| TimestampOrBuilder | |
getWorkloadProperties()
public abstract WorkloadProperties getWorkloadProperties()Output only. Properties of an underlying compute resource represented by the Workload. These are immutable.
 
 .google.cloud.apphub.v1.WorkloadProperties workload_properties = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| WorkloadProperties | The workloadProperties. | 
getWorkloadPropertiesOrBuilder()
public abstract WorkloadPropertiesOrBuilder getWorkloadPropertiesOrBuilder()Output only. Properties of an underlying compute resource represented by the Workload. These are immutable.
 
 .google.cloud.apphub.v1.WorkloadProperties workload_properties = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| WorkloadPropertiesOrBuilder | |
getWorkloadReference()
public abstract WorkloadReference getWorkloadReference()Output only. Reference of an underlying compute resource represented by the Workload. These are immutable.
 
 .google.cloud.apphub.v1.WorkloadReference workload_reference = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| WorkloadReference | The workloadReference. | 
getWorkloadReferenceOrBuilder()
public abstract WorkloadReferenceOrBuilder getWorkloadReferenceOrBuilder()Output only. Reference of an underlying compute resource represented by the Workload. These are immutable.
 
 .google.cloud.apphub.v1.WorkloadReference workload_reference = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| WorkloadReferenceOrBuilder | |
hasAttributes()
public abstract boolean hasAttributes()Optional. Consumer provided attributes.
 
 .google.cloud.apphub.v1.Attributes attributes = 7 [(.google.api.field_behavior) = OPTIONAL];
 
| Returns | |
|---|---|
| Type | Description | 
| boolean | Whether the attributes field is set. | 
hasCreateTime()
public abstract boolean hasCreateTime()Output only. Create time.
 .google.protobuf.Timestamp create_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| boolean | Whether the createTime field is set. | 
hasUpdateTime()
public abstract boolean hasUpdateTime()Output only. Update time.
 .google.protobuf.Timestamp update_time = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| boolean | Whether the updateTime field is set. | 
hasWorkloadProperties()
public abstract boolean hasWorkloadProperties()Output only. Properties of an underlying compute resource represented by the Workload. These are immutable.
 
 .google.cloud.apphub.v1.WorkloadProperties workload_properties = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| boolean | Whether the workloadProperties field is set. | 
hasWorkloadReference()
public abstract boolean hasWorkloadReference()Output only. Reference of an underlying compute resource represented by the Workload. These are immutable.
 
 .google.cloud.apphub.v1.WorkloadReference workload_reference = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| boolean | Whether the workloadReference field is set. |