public static final class ExecutionStatus.Builder extends GeneratedMessage.Builder<ExecutionStatus.Builder> implements ExecutionStatusOrBuilderThe execution status for the plugin instance.
Protobuf type google.cloud.apihub.v1.ExecutionStatus
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > ExecutionStatus.BuilderImplements
ExecutionStatusOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public ExecutionStatus build()| Returns | |
|---|---|
| Type | Description |
ExecutionStatus |
|
buildPartial()
public ExecutionStatus buildPartial()| Returns | |
|---|---|
| Type | Description |
ExecutionStatus |
|
clear()
public ExecutionStatus.Builder clear()| Returns | |
|---|---|
| Type | Description |
ExecutionStatus.Builder |
|
clearCurrentExecutionState()
public ExecutionStatus.Builder clearCurrentExecutionState()Output only. The current state of the execution.
.google.cloud.apihub.v1.ExecutionStatus.CurrentExecutionState current_execution_state = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ExecutionStatus.Builder |
This builder for chaining. |
clearLastExecution()
public ExecutionStatus.Builder clearLastExecution()Output only. The last execution of the plugin instance.
.google.cloud.apihub.v1.ExecutionStatus.LastExecution last_execution = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ExecutionStatus.Builder |
|
getCurrentExecutionState()
public ExecutionStatus.CurrentExecutionState getCurrentExecutionState()Output only. The current state of the execution.
.google.cloud.apihub.v1.ExecutionStatus.CurrentExecutionState current_execution_state = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ExecutionStatus.CurrentExecutionState |
The currentExecutionState. |
getCurrentExecutionStateValue()
public int getCurrentExecutionStateValue()Output only. The current state of the execution.
.google.cloud.apihub.v1.ExecutionStatus.CurrentExecutionState current_execution_state = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for currentExecutionState. |
getDefaultInstanceForType()
public ExecutionStatus getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ExecutionStatus |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getLastExecution()
public ExecutionStatus.LastExecution getLastExecution()Output only. The last execution of the plugin instance.
.google.cloud.apihub.v1.ExecutionStatus.LastExecution last_execution = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ExecutionStatus.LastExecution |
The lastExecution. |
getLastExecutionBuilder()
public ExecutionStatus.LastExecution.Builder getLastExecutionBuilder()Output only. The last execution of the plugin instance.
.google.cloud.apihub.v1.ExecutionStatus.LastExecution last_execution = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ExecutionStatus.LastExecution.Builder |
|
getLastExecutionOrBuilder()
public ExecutionStatus.LastExecutionOrBuilder getLastExecutionOrBuilder()Output only. The last execution of the plugin instance.
.google.cloud.apihub.v1.ExecutionStatus.LastExecution last_execution = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ExecutionStatus.LastExecutionOrBuilder |
|
hasLastExecution()
public boolean hasLastExecution()Output only. The last execution of the plugin instance.
.google.cloud.apihub.v1.ExecutionStatus.LastExecution last_execution = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the lastExecution field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(ExecutionStatus other)
public ExecutionStatus.Builder mergeFrom(ExecutionStatus other)| Parameter | |
|---|---|
| Name | Description |
other |
ExecutionStatus |
| Returns | |
|---|---|
| Type | Description |
ExecutionStatus.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ExecutionStatus.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ExecutionStatus.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public ExecutionStatus.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
ExecutionStatus.Builder |
|
mergeLastExecution(ExecutionStatus.LastExecution value)
public ExecutionStatus.Builder mergeLastExecution(ExecutionStatus.LastExecution value)Output only. The last execution of the plugin instance.
.google.cloud.apihub.v1.ExecutionStatus.LastExecution last_execution = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
ExecutionStatus.LastExecution |
| Returns | |
|---|---|
| Type | Description |
ExecutionStatus.Builder |
|
setCurrentExecutionState(ExecutionStatus.CurrentExecutionState value)
public ExecutionStatus.Builder setCurrentExecutionState(ExecutionStatus.CurrentExecutionState value)Output only. The current state of the execution.
.google.cloud.apihub.v1.ExecutionStatus.CurrentExecutionState current_execution_state = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
ExecutionStatus.CurrentExecutionStateThe currentExecutionState to set. |
| Returns | |
|---|---|
| Type | Description |
ExecutionStatus.Builder |
This builder for chaining. |
setCurrentExecutionStateValue(int value)
public ExecutionStatus.Builder setCurrentExecutionStateValue(int value)Output only. The current state of the execution.
.google.cloud.apihub.v1.ExecutionStatus.CurrentExecutionState current_execution_state = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
intThe enum numeric value on the wire for currentExecutionState to set. |
| Returns | |
|---|---|
| Type | Description |
ExecutionStatus.Builder |
This builder for chaining. |
setLastExecution(ExecutionStatus.LastExecution value)
public ExecutionStatus.Builder setLastExecution(ExecutionStatus.LastExecution value)Output only. The last execution of the plugin instance.
.google.cloud.apihub.v1.ExecutionStatus.LastExecution last_execution = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
ExecutionStatus.LastExecution |
| Returns | |
|---|---|
| Type | Description |
ExecutionStatus.Builder |
|
setLastExecution(ExecutionStatus.LastExecution.Builder builderForValue)
public ExecutionStatus.Builder setLastExecution(ExecutionStatus.LastExecution.Builder builderForValue)Output only. The last execution of the plugin instance.
.google.cloud.apihub.v1.ExecutionStatus.LastExecution last_execution = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
ExecutionStatus.LastExecution.Builder |
| Returns | |
|---|---|
| Type | Description |
ExecutionStatus.Builder |
|