public static final class Workload.Builder extends GeneratedMessageV3.Builder<Workload.Builder> implements WorkloadOrBuilderWorkload is an App Hub data model that contains a discovered workload, which represents a binary deployment (such as managed instance groups (MIGs) and GKE deployments) that performs the smallest logical subset of business functionality.
 Protobuf type google.cloud.apphub.v1.Workload
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > Workload.BuilderImplements
WorkloadOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description | 
Descriptor | 
        |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public Workload.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description | 
field | 
        FieldDescriptor | 
      
value | 
        Object | 
      
| Returns | |
|---|---|
| Type | Description | 
Workload.Builder | 
        |
build()
public Workload build()| Returns | |
|---|---|
| Type | Description | 
Workload | 
        |
buildPartial()
public Workload buildPartial()| Returns | |
|---|---|
| Type | Description | 
Workload | 
        |
clear()
public Workload.Builder clear()| Returns | |
|---|---|
| Type | Description | 
Workload.Builder | 
        |
clearAttributes()
public Workload.Builder clearAttributes()Optional. Consumer provided attributes.
 
 .google.cloud.apphub.v1.Attributes attributes = 7 [(.google.api.field_behavior) = OPTIONAL];
 
| Returns | |
|---|---|
| Type | Description | 
Workload.Builder | 
        |
clearCreateTime()
public Workload.Builder clearCreateTime()Output only. Create time.
 
 .google.protobuf.Timestamp create_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
Workload.Builder | 
        |
clearDescription()
public Workload.Builder clearDescription()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 | 
Workload.Builder | 
        This builder for chaining.  | 
      
clearDiscoveredWorkload()
public Workload.Builder clearDiscoveredWorkload()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 | 
Workload.Builder | 
        This builder for chaining.  | 
      
clearDisplayName()
public Workload.Builder clearDisplayName()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 | 
Workload.Builder | 
        This builder for chaining.  | 
      
clearField(Descriptors.FieldDescriptor field)
public Workload.Builder clearField(Descriptors.FieldDescriptor field)| Parameter | |
|---|---|
| Name | Description | 
field | 
        FieldDescriptor | 
      
| Returns | |
|---|---|
| Type | Description | 
Workload.Builder | 
        |
clearName()
public Workload.Builder clearName()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 | 
Workload.Builder | 
        This builder for chaining.  | 
      
clearOneof(Descriptors.OneofDescriptor oneof)
public Workload.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Parameter | |
|---|---|
| Name | Description | 
oneof | 
        OneofDescriptor | 
      
| Returns | |
|---|---|
| Type | Description | 
Workload.Builder | 
        |
clearState()
public Workload.Builder clearState()Output only. Workload state.
 
 .google.cloud.apphub.v1.Workload.State state = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
Workload.Builder | 
        This builder for chaining.  | 
      
clearUid()
public Workload.Builder clearUid() 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 | 
Workload.Builder | 
        This builder for chaining.  | 
      
clearUpdateTime()
public Workload.Builder clearUpdateTime()Output only. Update time.
 
 .google.protobuf.Timestamp update_time = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
Workload.Builder | 
        |
clearWorkloadProperties()
public Workload.Builder clearWorkloadProperties()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 | 
Workload.Builder | 
        |
clearWorkloadReference()
public Workload.Builder clearWorkloadReference()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 | 
Workload.Builder | 
        |
clone()
public Workload.Builder clone()| Returns | |
|---|---|
| Type | Description | 
Workload.Builder | 
        |
getAttributes()
public Attributes getAttributes()Optional. Consumer provided attributes.
 
 .google.cloud.apphub.v1.Attributes attributes = 7 [(.google.api.field_behavior) = OPTIONAL];
 
| Returns | |
|---|---|
| Type | Description | 
Attributes | 
        The attributes.  | 
      
getAttributesBuilder()
public Attributes.Builder getAttributesBuilder()Optional. Consumer provided attributes.
 
 .google.cloud.apphub.v1.Attributes attributes = 7 [(.google.api.field_behavior) = OPTIONAL];
 
| Returns | |
|---|---|
| Type | Description | 
Attributes.Builder | 
        |
getAttributesOrBuilder()
public AttributesOrBuilder getAttributesOrBuilder()Optional. Consumer provided attributes.
 
 .google.cloud.apphub.v1.Attributes attributes = 7 [(.google.api.field_behavior) = OPTIONAL];
 
| Returns | |
|---|---|
| Type | Description | 
AttributesOrBuilder | 
        |
getCreateTime()
public Timestamp getCreateTime()Output only. Create time.
 
 .google.protobuf.Timestamp create_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
Timestamp | 
        The createTime.  | 
      
getCreateTimeBuilder()
public Timestamp.Builder getCreateTimeBuilder()Output only. Create time.
 
 .google.protobuf.Timestamp create_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
Builder | 
        |
getCreateTimeOrBuilder()
public TimestampOrBuilder getCreateTimeOrBuilder()Output only. Create time.
 
 .google.protobuf.Timestamp create_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
TimestampOrBuilder | 
        |
getDefaultInstanceForType()
public Workload getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description | 
Workload | 
        |
getDescription()
public 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 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.  | 
      
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description | 
Descriptor | 
        |
getDiscoveredWorkload()
public 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 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 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 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 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 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 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 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 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 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 Timestamp getUpdateTime()Output only. Update time.
 
 .google.protobuf.Timestamp update_time = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
Timestamp | 
        The updateTime.  | 
      
getUpdateTimeBuilder()
public Timestamp.Builder getUpdateTimeBuilder()Output only. Update time.
 
 .google.protobuf.Timestamp update_time = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
Builder | 
        |
getUpdateTimeOrBuilder()
public TimestampOrBuilder getUpdateTimeOrBuilder()Output only. Update time.
 
 .google.protobuf.Timestamp update_time = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
TimestampOrBuilder | 
        |
getWorkloadProperties()
public 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.  | 
      
getWorkloadPropertiesBuilder()
public WorkloadProperties.Builder getWorkloadPropertiesBuilder()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.Builder | 
        |
getWorkloadPropertiesOrBuilder()
public 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 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.  | 
      
getWorkloadReferenceBuilder()
public WorkloadReference.Builder getWorkloadReferenceBuilder()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.Builder | 
        |
getWorkloadReferenceOrBuilder()
public 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 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 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 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 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 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.  | 
      
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description | 
FieldAccessorTable | 
        |
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description | 
boolean | 
        |
mergeAttributes(Attributes value)
public Workload.Builder mergeAttributes(Attributes value)Optional. Consumer provided attributes.
 
 .google.cloud.apphub.v1.Attributes attributes = 7 [(.google.api.field_behavior) = OPTIONAL];
 
| Parameter | |
|---|---|
| Name | Description | 
value | 
        Attributes | 
      
| Returns | |
|---|---|
| Type | Description | 
Workload.Builder | 
        |
mergeCreateTime(Timestamp value)
public Workload.Builder mergeCreateTime(Timestamp value)Output only. Create time.
 
 .google.protobuf.Timestamp create_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Parameter | |
|---|---|
| Name | Description | 
value | 
        Timestamp | 
      
| Returns | |
|---|---|
| Type | Description | 
Workload.Builder | 
        |
mergeFrom(Workload other)
public Workload.Builder mergeFrom(Workload other)| Parameter | |
|---|---|
| Name | Description | 
other | 
        Workload | 
      
| Returns | |
|---|---|
| Type | Description | 
Workload.Builder | 
        |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public Workload.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description | 
input | 
        CodedInputStream | 
      
extensionRegistry | 
        ExtensionRegistryLite | 
      
| Returns | |
|---|---|
| Type | Description | 
Workload.Builder | 
        |
| Exceptions | |
|---|---|
| Type | Description | 
IOException | 
        |
mergeFrom(Message other)
public Workload.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description | 
other | 
        Message | 
      
| Returns | |
|---|---|
| Type | Description | 
Workload.Builder | 
        |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final Workload.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
unknownFields | 
        UnknownFieldSet | 
      
| Returns | |
|---|---|
| Type | Description | 
Workload.Builder | 
        |
mergeUpdateTime(Timestamp value)
public Workload.Builder mergeUpdateTime(Timestamp value)Output only. Update time.
 
 .google.protobuf.Timestamp update_time = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Parameter | |
|---|---|
| Name | Description | 
value | 
        Timestamp | 
      
| Returns | |
|---|---|
| Type | Description | 
Workload.Builder | 
        |
mergeWorkloadProperties(WorkloadProperties value)
public Workload.Builder mergeWorkloadProperties(WorkloadProperties value)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];
 
| Parameter | |
|---|---|
| Name | Description | 
value | 
        WorkloadProperties | 
      
| Returns | |
|---|---|
| Type | Description | 
Workload.Builder | 
        |
mergeWorkloadReference(WorkloadReference value)
public Workload.Builder mergeWorkloadReference(WorkloadReference value)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];
 
| Parameter | |
|---|---|
| Name | Description | 
value | 
        WorkloadReference | 
      
| Returns | |
|---|---|
| Type | Description | 
Workload.Builder | 
        |
setAttributes(Attributes value)
public Workload.Builder setAttributes(Attributes value)Optional. Consumer provided attributes.
 
 .google.cloud.apphub.v1.Attributes attributes = 7 [(.google.api.field_behavior) = OPTIONAL];
 
| Parameter | |
|---|---|
| Name | Description | 
value | 
        Attributes | 
      
| Returns | |
|---|---|
| Type | Description | 
Workload.Builder | 
        |
setAttributes(Attributes.Builder builderForValue)
public Workload.Builder setAttributes(Attributes.Builder builderForValue)Optional. Consumer provided attributes.
 
 .google.cloud.apphub.v1.Attributes attributes = 7 [(.google.api.field_behavior) = OPTIONAL];
 
| Parameter | |
|---|---|
| Name | Description | 
builderForValue | 
        Attributes.Builder | 
      
| Returns | |
|---|---|
| Type | Description | 
Workload.Builder | 
        |
setCreateTime(Timestamp value)
public Workload.Builder setCreateTime(Timestamp value)Output only. Create time.
 
 .google.protobuf.Timestamp create_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Parameter | |
|---|---|
| Name | Description | 
value | 
        Timestamp | 
      
| Returns | |
|---|---|
| Type | Description | 
Workload.Builder | 
        |
setCreateTime(Timestamp.Builder builderForValue)
public Workload.Builder setCreateTime(Timestamp.Builder builderForValue)Output only. Create time.
 
 .google.protobuf.Timestamp create_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Parameter | |
|---|---|
| Name | Description | 
builderForValue | 
        Builder | 
      
| Returns | |
|---|---|
| Type | Description | 
Workload.Builder | 
        |
setDescription(String value)
public Workload.Builder setDescription(String value)Optional. User-defined description of a Workload. Can have a maximum length of 2048 characters.
 string description = 3 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description | 
value | 
        StringThe description to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
Workload.Builder | 
        This builder for chaining.  | 
      
setDescriptionBytes(ByteString value)
public Workload.Builder setDescriptionBytes(ByteString value)Optional. User-defined description of a Workload. Can have a maximum length of 2048 characters.
 string description = 3 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description | 
value | 
        ByteStringThe bytes for description to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
Workload.Builder | 
        This builder for chaining.  | 
      
setDiscoveredWorkload(String value)
public Workload.Builder setDiscoveredWorkload(String value)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) = { ... }
 
| Parameter | |
|---|---|
| Name | Description | 
value | 
        StringThe discoveredWorkload to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
Workload.Builder | 
        This builder for chaining.  | 
      
setDiscoveredWorkloadBytes(ByteString value)
public Workload.Builder setDiscoveredWorkloadBytes(ByteString value)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) = { ... }
 
| Parameter | |
|---|---|
| Name | Description | 
value | 
        ByteStringThe bytes for discoveredWorkload to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
Workload.Builder | 
        This builder for chaining.  | 
      
setDisplayName(String value)
public Workload.Builder setDisplayName(String value)Optional. User-defined name for the Workload. Can have a maximum length of 63 characters.
 string display_name = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description | 
value | 
        StringThe displayName to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
Workload.Builder | 
        This builder for chaining.  | 
      
setDisplayNameBytes(ByteString value)
public Workload.Builder setDisplayNameBytes(ByteString value)Optional. User-defined name for the Workload. Can have a maximum length of 63 characters.
 string display_name = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description | 
value | 
        ByteStringThe bytes for displayName to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
Workload.Builder | 
        This builder for chaining.  | 
      
setField(Descriptors.FieldDescriptor field, Object value)
public Workload.Builder setField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description | 
field | 
        FieldDescriptor | 
      
value | 
        Object | 
      
| Returns | |
|---|---|
| Type | Description | 
Workload.Builder | 
        |
setName(String value)
public Workload.Builder setName(String value)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];
| Parameter | |
|---|---|
| Name | Description | 
value | 
        StringThe name to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
Workload.Builder | 
        This builder for chaining.  | 
      
setNameBytes(ByteString value)
public Workload.Builder setNameBytes(ByteString value)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];
| Parameter | |
|---|---|
| Name | Description | 
value | 
        ByteStringThe bytes for name to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
Workload.Builder | 
        This builder for chaining.  | 
      
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public Workload.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Parameters | |
|---|---|
| Name | Description | 
field | 
        FieldDescriptor | 
      
index | 
        int | 
      
value | 
        Object | 
      
| Returns | |
|---|---|
| Type | Description | 
Workload.Builder | 
        |
setState(Workload.State value)
public Workload.Builder setState(Workload.State value)Output only. Workload state.
 
 .google.cloud.apphub.v1.Workload.State state = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Parameter | |
|---|---|
| Name | Description | 
value | 
        Workload.StateThe state to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
Workload.Builder | 
        This builder for chaining.  | 
      
setStateValue(int value)
public Workload.Builder setStateValue(int value)Output only. Workload state.
 
 .google.cloud.apphub.v1.Workload.State state = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Parameter | |
|---|---|
| Name | Description | 
value | 
        intThe enum numeric value on the wire for state to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
Workload.Builder | 
        This builder for chaining.  | 
      
setUid(String value)
public Workload.Builder setUid(String value) 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) = { ... }
 
| Parameter | |
|---|---|
| Name | Description | 
value | 
        StringThe uid to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
Workload.Builder | 
        This builder for chaining.  | 
      
setUidBytes(ByteString value)
public Workload.Builder setUidBytes(ByteString value) 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) = { ... }
 
| Parameter | |
|---|---|
| Name | Description | 
value | 
        ByteStringThe bytes for uid to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
Workload.Builder | 
        This builder for chaining.  | 
      
setUnknownFields(UnknownFieldSet unknownFields)
public final Workload.Builder setUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
unknownFields | 
        UnknownFieldSet | 
      
| Returns | |
|---|---|
| Type | Description | 
Workload.Builder | 
        |
setUpdateTime(Timestamp value)
public Workload.Builder setUpdateTime(Timestamp value)Output only. Update time.
 
 .google.protobuf.Timestamp update_time = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Parameter | |
|---|---|
| Name | Description | 
value | 
        Timestamp | 
      
| Returns | |
|---|---|
| Type | Description | 
Workload.Builder | 
        |
setUpdateTime(Timestamp.Builder builderForValue)
public Workload.Builder setUpdateTime(Timestamp.Builder builderForValue)Output only. Update time.
 
 .google.protobuf.Timestamp update_time = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Parameter | |
|---|---|
| Name | Description | 
builderForValue | 
        Builder | 
      
| Returns | |
|---|---|
| Type | Description | 
Workload.Builder | 
        |
setWorkloadProperties(WorkloadProperties value)
public Workload.Builder setWorkloadProperties(WorkloadProperties value)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];
 
| Parameter | |
|---|---|
| Name | Description | 
value | 
        WorkloadProperties | 
      
| Returns | |
|---|---|
| Type | Description | 
Workload.Builder | 
        |
setWorkloadProperties(WorkloadProperties.Builder builderForValue)
public Workload.Builder setWorkloadProperties(WorkloadProperties.Builder builderForValue)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];
 
| Parameter | |
|---|---|
| Name | Description | 
builderForValue | 
        WorkloadProperties.Builder | 
      
| Returns | |
|---|---|
| Type | Description | 
Workload.Builder | 
        |
setWorkloadReference(WorkloadReference value)
public Workload.Builder setWorkloadReference(WorkloadReference value)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];
 
| Parameter | |
|---|---|
| Name | Description | 
value | 
        WorkloadReference | 
      
| Returns | |
|---|---|
| Type | Description | 
Workload.Builder | 
        |
setWorkloadReference(WorkloadReference.Builder builderForValue)
public Workload.Builder setWorkloadReference(WorkloadReference.Builder builderForValue)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];
 
| Parameter | |
|---|---|
| Name | Description | 
builderForValue | 
        WorkloadReference.Builder | 
      
| Returns | |
|---|---|
| Type | Description | 
Workload.Builder | 
        |