public interface WorkloadOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCreateTime()
public abstract Timestamp getCreateTime()Output only. Time the resource was created.
 .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| Timestamp | The createTime. | 
getCreateTimeOrBuilder()
public abstract TimestampOrBuilder getCreateTimeOrBuilder()Output only. Time the resource was created.
 .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| TimestampOrBuilder | |
getFolder()
public abstract String getFolder()Output only. The name of container folder of the assured workload
 string folder = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description | 
| String | The folder. | 
getFolderBytes()
public abstract ByteString getFolderBytes()Output only. The name of container folder of the assured workload
 string folder = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes for folder. | 
getFolderId()
public abstract long getFolderId()Output only. Folder id this workload is associated with
 int64 folder_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description | 
| long | The folderId. | 
getIsOnboarded()
public abstract boolean getIsOnboarded()Indicates whether a workload is fully onboarded.
 bool is_onboarded = 6;
| Returns | |
|---|---|
| Type | Description | 
| boolean | The isOnboarded. | 
getKeyManagementProjectId()
public abstract String getKeyManagementProjectId()The project id of the key management project for the workload
 string key_management_project_id = 7;
| Returns | |
|---|---|
| Type | Description | 
| String | The keyManagementProjectId. | 
getKeyManagementProjectIdBytes()
public abstract ByteString getKeyManagementProjectIdBytes()The project id of the key management project for the workload
 string key_management_project_id = 7;
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes for keyManagementProjectId. | 
getLocation()
public abstract String getLocation()The Google Cloud location of the workload
 string location = 8;
| Returns | |
|---|---|
| Type | Description | 
| String | The location. | 
getLocationBytes()
public abstract ByteString getLocationBytes()The Google Cloud location of the workload
 string location = 8;
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes for location. | 
getName()
public abstract String getName() Identifier. Format:
 organizations/{organization}/locations/{location}/customers/{customer}/workloads/{workload}
 string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
| Returns | |
|---|---|
| Type | Description | 
| String | The name. | 
getNameBytes()
public abstract ByteString getNameBytes() Identifier. Format:
 organizations/{organization}/locations/{location}/customers/{customer}/workloads/{workload}
 string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes for name. | 
getPartner()
public abstract Workload.Partner getPartner()Partner associated with this workload.
 .google.cloud.cloudcontrolspartner.v1.Workload.Partner partner = 9;
| Returns | |
|---|---|
| Type | Description | 
| Workload.Partner | The partner. | 
getPartnerValue()
public abstract int getPartnerValue()Partner associated with this workload.
 .google.cloud.cloudcontrolspartner.v1.Workload.Partner partner = 9;
| Returns | |
|---|---|
| Type | Description | 
| int | The enum numeric value on the wire for partner. | 
getWorkloadOnboardingState()
public abstract WorkloadOnboardingState getWorkloadOnboardingState()Container for workload onboarding steps.
 
 .google.cloud.cloudcontrolspartner.v1.WorkloadOnboardingState workload_onboarding_state = 5;
 
| Returns | |
|---|---|
| Type | Description | 
| WorkloadOnboardingState | The workloadOnboardingState. | 
getWorkloadOnboardingStateOrBuilder()
public abstract WorkloadOnboardingStateOrBuilder getWorkloadOnboardingStateOrBuilder()Container for workload onboarding steps.
 
 .google.cloud.cloudcontrolspartner.v1.WorkloadOnboardingState workload_onboarding_state = 5;
 
| Returns | |
|---|---|
| Type | Description | 
| WorkloadOnboardingStateOrBuilder | |
hasCreateTime()
public abstract boolean hasCreateTime()Output only. Time the resource was created.
 .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| boolean | Whether the createTime field is set. | 
hasWorkloadOnboardingState()
public abstract boolean hasWorkloadOnboardingState()Container for workload onboarding steps.
 
 .google.cloud.cloudcontrolspartner.v1.WorkloadOnboardingState workload_onboarding_state = 5;
 
| Returns | |
|---|---|
| Type | Description | 
| boolean | Whether the workloadOnboardingState field is set. |