public interface ManualApprovalsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getRequireApproverJustification()
public abstract boolean getRequireApproverJustification()Optional. Do the approvers need to provide a justification for their actions?
 bool require_approver_justification = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description | 
| boolean | The requireApproverJustification. | 
getSteps(int index)
public abstract ManualApprovals.Step getSteps(int index)Optional. List of approval steps in this workflow. These steps are followed in the specified order sequentially. Only 1 step is supported.
 
 repeated .google.cloud.privilegedaccessmanager.v1.ManualApprovals.Step steps = 2 [(.google.api.field_behavior) = OPTIONAL];
 
| Parameter | |
|---|---|
| Name | Description | 
| index | int | 
| Returns | |
|---|---|
| Type | Description | 
| ManualApprovals.Step | |
getStepsCount()
public abstract int getStepsCount()Optional. List of approval steps in this workflow. These steps are followed in the specified order sequentially. Only 1 step is supported.
 
 repeated .google.cloud.privilegedaccessmanager.v1.ManualApprovals.Step steps = 2 [(.google.api.field_behavior) = OPTIONAL];
 
| Returns | |
|---|---|
| Type | Description | 
| int | |
getStepsList()
public abstract List<ManualApprovals.Step> getStepsList()Optional. List of approval steps in this workflow. These steps are followed in the specified order sequentially. Only 1 step is supported.
 
 repeated .google.cloud.privilegedaccessmanager.v1.ManualApprovals.Step steps = 2 [(.google.api.field_behavior) = OPTIONAL];
 
| Returns | |
|---|---|
| Type | Description | 
| List<Step> | |
getStepsOrBuilder(int index)
public abstract ManualApprovals.StepOrBuilder getStepsOrBuilder(int index)Optional. List of approval steps in this workflow. These steps are followed in the specified order sequentially. Only 1 step is supported.
 
 repeated .google.cloud.privilegedaccessmanager.v1.ManualApprovals.Step steps = 2 [(.google.api.field_behavior) = OPTIONAL];
 
| Parameter | |
|---|---|
| Name | Description | 
| index | int | 
| Returns | |
|---|---|
| Type | Description | 
| ManualApprovals.StepOrBuilder | |
getStepsOrBuilderList()
public abstract List<? extends ManualApprovals.StepOrBuilder> getStepsOrBuilderList()Optional. List of approval steps in this workflow. These steps are followed in the specified order sequentially. Only 1 step is supported.
 
 repeated .google.cloud.privilegedaccessmanager.v1.ManualApprovals.Step steps = 2 [(.google.api.field_behavior) = OPTIONAL];
 
| Returns | |
|---|---|
| Type | Description | 
| List<? extends com.google.cloud.privilegedaccessmanager.v1.ManualApprovals.StepOrBuilder> | |