public interface ExecutePluginInstanceActionRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getActionExecutionDetail()
public abstract ActionExecutionDetail getActionExecutionDetail()
Required. The execution details for the action to execute.
.google.cloud.apihub.v1.ActionExecutionDetail action_execution_detail = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
ActionExecutionDetail |
The actionExecutionDetail. |
getActionExecutionDetailOrBuilder()
public abstract ActionExecutionDetailOrBuilder getActionExecutionDetailOrBuilder()
Required. The execution details for the action to execute.
.google.cloud.apihub.v1.ActionExecutionDetail action_execution_detail = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
ActionExecutionDetailOrBuilder |
getName()
public abstract String getName()
Required. The name of the plugin instance to execute.
Format:
projects/{project}/locations/{location}/plugins/{plugin}/instances/{instance}
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes()
Required. The name of the plugin instance to execute.
Format:
projects/{project}/locations/{location}/plugins/{plugin}/instances/{instance}
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for name. |
hasActionExecutionDetail()
public abstract boolean hasActionExecutionDetail()
Required. The execution details for the action to execute.
.google.cloud.apihub.v1.ActionExecutionDetail action_execution_detail = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
boolean |
Whether the actionExecutionDetail field is set. |