Class ActionExecutionDetail.Builder (0.36.0)

public static final class ActionExecutionDetail.Builder extends GeneratedMessage.Builder<ActionExecutionDetail.Builder> implements ActionExecutionDetailOrBuilder

The details for the action to execute.

Protobuf type google.cloud.apihub.v1.ActionExecutionDetail

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public ActionExecutionDetail build()
Returns
Type Description
ActionExecutionDetail

buildPartial()

public ActionExecutionDetail buildPartial()
Returns
Type Description
ActionExecutionDetail

clear()

public ActionExecutionDetail.Builder clear()
Returns
Type Description
ActionExecutionDetail.Builder
Overrides

clearActionId()

public ActionExecutionDetail.Builder clearActionId()

Required. The action id of the plugin to execute.

string action_id = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ActionExecutionDetail.Builder

This builder for chaining.

getActionId()

public String getActionId()

Required. The action id of the plugin to execute.

string action_id = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The actionId.

getActionIdBytes()

public ByteString getActionIdBytes()

Required. The action id of the plugin to execute.

string action_id = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for actionId.

getDefaultInstanceForType()

public ActionExecutionDetail getDefaultInstanceForType()
Returns
Type Description
ActionExecutionDetail

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(ActionExecutionDetail other)

public ActionExecutionDetail.Builder mergeFrom(ActionExecutionDetail other)
Parameter
Name Description
other ActionExecutionDetail
Returns
Type Description
ActionExecutionDetail.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public ActionExecutionDetail.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ActionExecutionDetail.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public ActionExecutionDetail.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
ActionExecutionDetail.Builder
Overrides

setActionId(String value)

public ActionExecutionDetail.Builder setActionId(String value)

Required. The action id of the plugin to execute.

string action_id = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value String

The actionId to set.

Returns
Type Description
ActionExecutionDetail.Builder

This builder for chaining.

setActionIdBytes(ByteString value)

public ActionExecutionDetail.Builder setActionIdBytes(ByteString value)

Required. The action id of the plugin to execute.

string action_id = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value ByteString

The bytes for actionId to set.

Returns
Type Description
ActionExecutionDetail.Builder

This builder for chaining.