- 0.48.0 (latest)
- 0.47.0
- 0.45.0
- 0.44.0
- 0.43.0
- 0.42.0
- 0.41.0
- 0.40.0
- 0.39.0
- 0.38.0
- 0.37.0
- 0.36.0
- 0.35.0
- 0.33.0
- 0.32.0
- 0.31.0
- 0.30.0
- 0.29.0
- 0.28.0
- 0.27.0
- 0.26.0
- 0.25.0
- 0.24.0
- 0.23.0
- 0.20.0
- 0.19.0
- 0.18.0
- 0.17.0
- 0.16.0
- 0.15.0
- 0.14.0
- 0.13.0
- 0.12.0
- 0.11.0
- 0.10.0
- 0.9.0
- 0.8.0
- 0.7.0
- 0.6.0
- 0.5.0
- 0.4.0
- 0.3.0
- 0.2.0
- 0.1.0
public static final class ActionOutput.Builder extends GeneratedMessageV3.Builder<ActionOutput.Builder> implements ActionOutputOrBuilder
Represents the result of executing an action.
Protobuf type google.cloud.contentwarehouse.v1.ActionOutput
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > ActionOutput.BuilderImplements
ActionOutputOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ActionOutput.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
ActionOutput.Builder |
build()
public ActionOutput build()
Returns | |
---|---|
Type | Description |
ActionOutput |
buildPartial()
public ActionOutput buildPartial()
Returns | |
---|---|
Type | Description |
ActionOutput |
clear()
public ActionOutput.Builder clear()
Returns | |
---|---|
Type | Description |
ActionOutput.Builder |
clearActionId()
public ActionOutput.Builder clearActionId()
ID of the action.
string action_id = 1;
Returns | |
---|---|
Type | Description |
ActionOutput.Builder |
This builder for chaining. |
clearActionState()
public ActionOutput.Builder clearActionState()
State of an action.
.google.cloud.contentwarehouse.v1.ActionOutput.State action_state = 2;
Returns | |
---|---|
Type | Description |
ActionOutput.Builder |
This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public ActionOutput.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field |
FieldDescriptor |
Returns | |
---|---|
Type | Description |
ActionOutput.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public ActionOutput.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof |
OneofDescriptor |
Returns | |
---|---|
Type | Description |
ActionOutput.Builder |
clearOutputMessage()
public ActionOutput.Builder clearOutputMessage()
Action execution output message.
string output_message = 3;
Returns | |
---|---|
Type | Description |
ActionOutput.Builder |
This builder for chaining. |
clone()
public ActionOutput.Builder clone()
Returns | |
---|---|
Type | Description |
ActionOutput.Builder |
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;
Returns | |
---|---|
Type | Description |
ActionOutput.State |
The actionState. |
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()
Returns | |
---|---|
Type | Description |
ActionOutput |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
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. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
mergeFrom(ActionOutput other)
public ActionOutput.Builder mergeFrom(ActionOutput other)
Parameter | |
---|---|
Name | Description |
other |
ActionOutput |
Returns | |
---|---|
Type | Description |
ActionOutput.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ActionOutput.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ActionOutput.Builder |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public ActionOutput.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other |
Message |
Returns | |
---|---|
Type | Description |
ActionOutput.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ActionOutput.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
ActionOutput.Builder |
setActionId(String value)
public ActionOutput.Builder setActionId(String value)
ID of the action.
string action_id = 1;
Parameter | |
---|---|
Name | Description |
value |
String The actionId to set. |
Returns | |
---|---|
Type | Description |
ActionOutput.Builder |
This builder for chaining. |
setActionIdBytes(ByteString value)
public ActionOutput.Builder setActionIdBytes(ByteString value)
ID of the action.
string action_id = 1;
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for actionId to set. |
Returns | |
---|---|
Type | Description |
ActionOutput.Builder |
This builder for chaining. |
setActionState(ActionOutput.State value)
public ActionOutput.Builder setActionState(ActionOutput.State value)
State of an action.
.google.cloud.contentwarehouse.v1.ActionOutput.State action_state = 2;
Parameter | |
---|---|
Name | Description |
value |
ActionOutput.State The actionState to set. |
Returns | |
---|---|
Type | Description |
ActionOutput.Builder |
This builder for chaining. |
setActionStateValue(int value)
public ActionOutput.Builder setActionStateValue(int value)
State of an action.
.google.cloud.contentwarehouse.v1.ActionOutput.State action_state = 2;
Parameter | |
---|---|
Name | Description |
value |
int The enum numeric value on the wire for actionState to set. |
Returns | |
---|---|
Type | Description |
ActionOutput.Builder |
This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public ActionOutput.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
ActionOutput.Builder |
setOutputMessage(String value)
public ActionOutput.Builder setOutputMessage(String value)
Action execution output message.
string output_message = 3;
Parameter | |
---|---|
Name | Description |
value |
String The outputMessage to set. |
Returns | |
---|---|
Type | Description |
ActionOutput.Builder |
This builder for chaining. |
setOutputMessageBytes(ByteString value)
public ActionOutput.Builder setOutputMessageBytes(ByteString value)
Action execution output message.
string output_message = 3;
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for outputMessage to set. |
Returns | |
---|---|
Type | Description |
ActionOutput.Builder |
This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ActionOutput.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
Returns | |
---|---|
Type | Description |
ActionOutput.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final ActionOutput.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
ActionOutput.Builder |