public static final class Answer.Step.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Answer.Step.Builder> implements Answer.StepOrBuilder
Step information.Protobuf type
google.cloud.discoveryengine.v1beta.Answer.Step| Modifier and Type | Method and Description |
|---|---|
Answer.Step.Builder |
addActions(Answer.Step.Action.Builder builderForValue)
Actions.
|
Answer.Step.Builder |
addActions(Answer.Step.Action value)
Actions.
|
Answer.Step.Builder |
addActions(int index,
Answer.Step.Action.Builder builderForValue)
Actions.
|
Answer.Step.Builder |
addActions(int index,
Answer.Step.Action value)
Actions.
|
Answer.Step.Action.Builder |
addActionsBuilder()
Actions.
|
Answer.Step.Action.Builder |
addActionsBuilder(int index)
Actions.
|
Answer.Step.Builder |
addAllActions(Iterable<? extends Answer.Step.Action> values)
Actions.
|
Answer.Step.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Answer.Step |
build() |
Answer.Step |
buildPartial() |
Answer.Step.Builder |
clear() |
Answer.Step.Builder |
clearActions()
Actions.
|
Answer.Step.Builder |
clearDescription()
The description of the step.
|
Answer.Step.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Answer.Step.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Answer.Step.Builder |
clearState()
The state of the step.
|
Answer.Step.Builder |
clearThought()
The thought of the step.
|
Answer.Step.Builder |
clone() |
Answer.Step.Action |
getActions(int index)
Actions.
|
Answer.Step.Action.Builder |
getActionsBuilder(int index)
Actions.
|
List<Answer.Step.Action.Builder> |
getActionsBuilderList()
Actions.
|
int |
getActionsCount()
Actions.
|
List<Answer.Step.Action> |
getActionsList()
Actions.
|
Answer.Step.ActionOrBuilder |
getActionsOrBuilder(int index)
Actions.
|
List<? extends Answer.Step.ActionOrBuilder> |
getActionsOrBuilderList()
Actions.
|
Answer.Step |
getDefaultInstanceForType() |
String |
getDescription()
The description of the step.
|
com.google.protobuf.ByteString |
getDescriptionBytes()
The description of the step.
|
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
Answer.Step.State |
getState()
The state of the step.
|
int |
getStateValue()
The state of the step.
|
String |
getThought()
The thought of the step.
|
com.google.protobuf.ByteString |
getThoughtBytes()
The thought of the step.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
Answer.Step.Builder |
mergeFrom(Answer.Step other) |
Answer.Step.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Answer.Step.Builder |
mergeFrom(com.google.protobuf.Message other) |
Answer.Step.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Answer.Step.Builder |
removeActions(int index)
Actions.
|
Answer.Step.Builder |
setActions(int index,
Answer.Step.Action.Builder builderForValue)
Actions.
|
Answer.Step.Builder |
setActions(int index,
Answer.Step.Action value)
Actions.
|
Answer.Step.Builder |
setDescription(String value)
The description of the step.
|
Answer.Step.Builder |
setDescriptionBytes(com.google.protobuf.ByteString value)
The description of the step.
|
Answer.Step.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Answer.Step.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
Answer.Step.Builder |
setState(Answer.Step.State value)
The state of the step.
|
Answer.Step.Builder |
setStateValue(int value)
The state of the step.
|
Answer.Step.Builder |
setThought(String value)
The thought of the step.
|
Answer.Step.Builder |
setThoughtBytes(com.google.protobuf.ByteString value)
The thought of the step.
|
Answer.Step.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<Answer.Step.Builder>public Answer.Step.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<Answer.Step.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<Answer.Step.Builder>public Answer.Step getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic Answer.Step build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic Answer.Step buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic Answer.Step.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<Answer.Step.Builder>public Answer.Step.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<Answer.Step.Builder>public Answer.Step.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<Answer.Step.Builder>public Answer.Step.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<Answer.Step.Builder>public Answer.Step.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Answer.Step.Builder>public Answer.Step.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Answer.Step.Builder>public Answer.Step.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<Answer.Step.Builder>public Answer.Step.Builder mergeFrom(Answer.Step other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<Answer.Step.Builder>public Answer.Step.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<Answer.Step.Builder>IOExceptionpublic int getStateValue()
The state of the step.
.google.cloud.discoveryengine.v1beta.Answer.Step.State state = 1;getStateValue in interface Answer.StepOrBuilderpublic Answer.Step.Builder setStateValue(int value)
The state of the step.
.google.cloud.discoveryengine.v1beta.Answer.Step.State state = 1;value - The enum numeric value on the wire for state to set.public Answer.Step.State getState()
The state of the step.
.google.cloud.discoveryengine.v1beta.Answer.Step.State state = 1;getState in interface Answer.StepOrBuilderpublic Answer.Step.Builder setState(Answer.Step.State value)
The state of the step.
.google.cloud.discoveryengine.v1beta.Answer.Step.State state = 1;value - The state to set.public Answer.Step.Builder clearState()
The state of the step.
.google.cloud.discoveryengine.v1beta.Answer.Step.State state = 1;public String getDescription()
The description of the step.
string description = 2;getDescription in interface Answer.StepOrBuilderpublic com.google.protobuf.ByteString getDescriptionBytes()
The description of the step.
string description = 2;getDescriptionBytes in interface Answer.StepOrBuilderpublic Answer.Step.Builder setDescription(String value)
The description of the step.
string description = 2;value - The description to set.public Answer.Step.Builder clearDescription()
The description of the step.
string description = 2;public Answer.Step.Builder setDescriptionBytes(com.google.protobuf.ByteString value)
The description of the step.
string description = 2;value - The bytes for description to set.public String getThought()
The thought of the step.
string thought = 3;getThought in interface Answer.StepOrBuilderpublic com.google.protobuf.ByteString getThoughtBytes()
The thought of the step.
string thought = 3;getThoughtBytes in interface Answer.StepOrBuilderpublic Answer.Step.Builder setThought(String value)
The thought of the step.
string thought = 3;value - The thought to set.public Answer.Step.Builder clearThought()
The thought of the step.
string thought = 3;public Answer.Step.Builder setThoughtBytes(com.google.protobuf.ByteString value)
The thought of the step.
string thought = 3;value - The bytes for thought to set.public List<Answer.Step.Action> getActionsList()
Actions.
repeated .google.cloud.discoveryengine.v1beta.Answer.Step.Action actions = 4;getActionsList in interface Answer.StepOrBuilderpublic int getActionsCount()
Actions.
repeated .google.cloud.discoveryengine.v1beta.Answer.Step.Action actions = 4;getActionsCount in interface Answer.StepOrBuilderpublic Answer.Step.Action getActions(int index)
Actions.
repeated .google.cloud.discoveryengine.v1beta.Answer.Step.Action actions = 4;getActions in interface Answer.StepOrBuilderpublic Answer.Step.Builder setActions(int index, Answer.Step.Action value)
Actions.
repeated .google.cloud.discoveryengine.v1beta.Answer.Step.Action actions = 4;public Answer.Step.Builder setActions(int index, Answer.Step.Action.Builder builderForValue)
Actions.
repeated .google.cloud.discoveryengine.v1beta.Answer.Step.Action actions = 4;public Answer.Step.Builder addActions(Answer.Step.Action value)
Actions.
repeated .google.cloud.discoveryengine.v1beta.Answer.Step.Action actions = 4;public Answer.Step.Builder addActions(int index, Answer.Step.Action value)
Actions.
repeated .google.cloud.discoveryengine.v1beta.Answer.Step.Action actions = 4;public Answer.Step.Builder addActions(Answer.Step.Action.Builder builderForValue)
Actions.
repeated .google.cloud.discoveryengine.v1beta.Answer.Step.Action actions = 4;public Answer.Step.Builder addActions(int index, Answer.Step.Action.Builder builderForValue)
Actions.
repeated .google.cloud.discoveryengine.v1beta.Answer.Step.Action actions = 4;public Answer.Step.Builder addAllActions(Iterable<? extends Answer.Step.Action> values)
Actions.
repeated .google.cloud.discoveryengine.v1beta.Answer.Step.Action actions = 4;public Answer.Step.Builder clearActions()
Actions.
repeated .google.cloud.discoveryengine.v1beta.Answer.Step.Action actions = 4;public Answer.Step.Builder removeActions(int index)
Actions.
repeated .google.cloud.discoveryengine.v1beta.Answer.Step.Action actions = 4;public Answer.Step.Action.Builder getActionsBuilder(int index)
Actions.
repeated .google.cloud.discoveryengine.v1beta.Answer.Step.Action actions = 4;public Answer.Step.ActionOrBuilder getActionsOrBuilder(int index)
Actions.
repeated .google.cloud.discoveryengine.v1beta.Answer.Step.Action actions = 4;getActionsOrBuilder in interface Answer.StepOrBuilderpublic List<? extends Answer.Step.ActionOrBuilder> getActionsOrBuilderList()
Actions.
repeated .google.cloud.discoveryengine.v1beta.Answer.Step.Action actions = 4;getActionsOrBuilderList in interface Answer.StepOrBuilderpublic Answer.Step.Action.Builder addActionsBuilder()
Actions.
repeated .google.cloud.discoveryengine.v1beta.Answer.Step.Action actions = 4;public Answer.Step.Action.Builder addActionsBuilder(int index)
Actions.
repeated .google.cloud.discoveryengine.v1beta.Answer.Step.Action actions = 4;public List<Answer.Step.Action.Builder> getActionsBuilderList()
Actions.
repeated .google.cloud.discoveryengine.v1beta.Answer.Step.Action actions = 4;public final Answer.Step.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Answer.Step.Builder>public final Answer.Step.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Answer.Step.Builder>Copyright © 2025 Google LLC. All rights reserved.