Send feedback
Class ActionOutput (0.19.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 0.19.0 keyboard_arrow_down
public final class ActionOutput extends GeneratedMessageV3 implements ActionOutputOrBuilder
Represents the result of executing an action.
Protobuf type google.cloud.contentwarehouse.v1.ActionOutput
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
Static Fields
ACTION_ID_FIELD_NUMBER
public static final int ACTION_ID_FIELD_NUMBER
Field Value Type Description int
ACTION_STATE_FIELD_NUMBER
public static final int ACTION_STATE_FIELD_NUMBER
Field Value Type Description int
OUTPUT_MESSAGE_FIELD_NUMBER
public static final int OUTPUT_MESSAGE_FIELD_NUMBER
Field Value Type Description int
Static Methods
getDefaultInstance()
public static ActionOutput getDefaultInstance ()
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static ActionOutput . Builder newBuilder ()
newBuilder(ActionOutput prototype)
public static ActionOutput . Builder newBuilder ( ActionOutput prototype )
parseDelimitedFrom(InputStream input)
public static ActionOutput parseDelimitedFrom ( InputStream input )
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ActionOutput parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(byte[] data)
public static ActionOutput parseFrom ( byte [] data )
Parameter Name Description data
byte []
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ActionOutput parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteString data)
public static ActionOutput parseFrom ( ByteString data )
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ActionOutput parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
parseFrom(CodedInputStream input)
public static ActionOutput parseFrom ( CodedInputStream input )
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ActionOutput parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(InputStream input)
public static ActionOutput parseFrom ( InputStream input )
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ActionOutput parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteBuffer data)
public static ActionOutput parseFrom ( ByteBuffer data )
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ActionOutput parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
parser()
public static Parser<ActionOutput> parser ()
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter Name Description obj
Object
Overrides
getActionId()
public String getActionId ()
ID of the action.
string action_id = 1;
Returns Type Description String
The actionId.
getActionIdBytes()
public ByteString getActionIdBytes ()
ID of the action.
string action_id = 1;
Returns Type Description ByteString
The bytes for actionId.
getActionState()
public ActionOutput . State getActionState ()
State of an action.
.google.cloud.contentwarehouse.v1.ActionOutput.State action_state = 2;
getActionStateValue()
public int getActionStateValue ()
State of an action.
.google.cloud.contentwarehouse.v1.ActionOutput.State action_state = 2;
Returns Type Description int
The enum numeric value on the wire for actionState.
getDefaultInstanceForType()
public ActionOutput getDefaultInstanceForType ()
getOutputMessage()
public String getOutputMessage ()
Action execution output message.
string output_message = 3;
Returns Type Description String
The outputMessage.
getOutputMessageBytes()
public ByteString getOutputMessageBytes ()
Action execution output message.
string output_message = 3;
Returns Type Description ByteString
The bytes for outputMessage.
getParserForType()
public Parser<ActionOutput> getParserForType ()
Overrides
getSerializedSize()
public int getSerializedSize ()
Returns Type Description int
Overrides
hashCode()
Returns Type Description int
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
newBuilderForType()
public ActionOutput . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ActionOutput . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Overrides
toBuilder()
public ActionOutput . Builder toBuilder ()
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-27 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-27 UTC."],[],[]]