- 0.74.0 (latest)
- 0.72.0
- 0.71.0
- 0.70.0
- 0.69.0
- 0.68.0
- 0.66.0
- 0.64.0
- 0.63.0
- 0.60.0
- 0.59.0
- 0.58.0
- 0.56.0
- 0.55.0
- 0.54.0
- 0.53.0
- 0.52.0
- 0.51.0
- 0.50.0
- 0.49.0
- 0.48.0
- 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.5.0
- 0.4.0
- 0.3.0
- 0.2.0
- 0.1.0
public static final class Answer.Step.Builder extends GeneratedMessageV3.Builder<Answer.Step.Builder> implements Answer.StepOrBuilderStep information.
 Protobuf type google.cloud.discoveryengine.v1.Answer.Step
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > Answer.Step.BuilderImplements
Answer.StepOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description | 
| Descriptor | |
Methods
addActions(Answer.Step.Action value)
public Answer.Step.Builder addActions(Answer.Step.Action value)Actions.
 repeated .google.cloud.discoveryengine.v1.Answer.Step.Action actions = 4;
| Parameter | |
|---|---|
| Name | Description | 
| value | Answer.Step.Action | 
| Returns | |
|---|---|
| Type | Description | 
| Answer.Step.Builder | |
addActions(Answer.Step.Action.Builder builderForValue)
public Answer.Step.Builder addActions(Answer.Step.Action.Builder builderForValue)Actions.
 repeated .google.cloud.discoveryengine.v1.Answer.Step.Action actions = 4;
| Parameter | |
|---|---|
| Name | Description | 
| builderForValue | Answer.Step.Action.Builder | 
| Returns | |
|---|---|
| Type | Description | 
| Answer.Step.Builder | |
addActions(int index, Answer.Step.Action value)
public Answer.Step.Builder addActions(int index, Answer.Step.Action value)Actions.
 repeated .google.cloud.discoveryengine.v1.Answer.Step.Action actions = 4;
| Parameters | |
|---|---|
| Name | Description | 
| index | int | 
| value | Answer.Step.Action | 
| Returns | |
|---|---|
| Type | Description | 
| Answer.Step.Builder | |
addActions(int index, Answer.Step.Action.Builder builderForValue)
public Answer.Step.Builder addActions(int index, Answer.Step.Action.Builder builderForValue)Actions.
 repeated .google.cloud.discoveryengine.v1.Answer.Step.Action actions = 4;
| Parameters | |
|---|---|
| Name | Description | 
| index | int | 
| builderForValue | Answer.Step.Action.Builder | 
| Returns | |
|---|---|
| Type | Description | 
| Answer.Step.Builder | |
addActionsBuilder()
public Answer.Step.Action.Builder addActionsBuilder()Actions.
 repeated .google.cloud.discoveryengine.v1.Answer.Step.Action actions = 4;
| Returns | |
|---|---|
| Type | Description | 
| Answer.Step.Action.Builder | |
addActionsBuilder(int index)
public Answer.Step.Action.Builder addActionsBuilder(int index)Actions.
 repeated .google.cloud.discoveryengine.v1.Answer.Step.Action actions = 4;
| Parameter | |
|---|---|
| Name | Description | 
| index | int | 
| Returns | |
|---|---|
| Type | Description | 
| Answer.Step.Action.Builder | |
addAllActions(Iterable<? extends Answer.Step.Action> values)
public Answer.Step.Builder addAllActions(Iterable<? extends Answer.Step.Action> values)Actions.
 repeated .google.cloud.discoveryengine.v1.Answer.Step.Action actions = 4;
| Parameter | |
|---|---|
| Name | Description | 
| values | Iterable<? extends com.google.cloud.discoveryengine.v1.Answer.Step.Action> | 
| Returns | |
|---|---|
| Type | Description | 
| Answer.Step.Builder | |
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public Answer.Step.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| value | Object | 
| Returns | |
|---|---|
| Type | Description | 
| Answer.Step.Builder | |
build()
public Answer.Step build()| Returns | |
|---|---|
| Type | Description | 
| Answer.Step | |
buildPartial()
public Answer.Step buildPartial()| Returns | |
|---|---|
| Type | Description | 
| Answer.Step | |
clear()
public Answer.Step.Builder clear()| Returns | |
|---|---|
| Type | Description | 
| Answer.Step.Builder | |
clearActions()
public Answer.Step.Builder clearActions()Actions.
 repeated .google.cloud.discoveryengine.v1.Answer.Step.Action actions = 4;
| Returns | |
|---|---|
| Type | Description | 
| Answer.Step.Builder | |
clearDescription()
public Answer.Step.Builder clearDescription()The description of the step.
 string description = 2;
| Returns | |
|---|---|
| Type | Description | 
| Answer.Step.Builder | This builder for chaining. | 
clearField(Descriptors.FieldDescriptor field)
public Answer.Step.Builder clearField(Descriptors.FieldDescriptor field)| Parameter | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| Returns | |
|---|---|
| Type | Description | 
| Answer.Step.Builder | |
clearOneof(Descriptors.OneofDescriptor oneof)
public Answer.Step.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Parameter | |
|---|---|
| Name | Description | 
| oneof | OneofDescriptor | 
| Returns | |
|---|---|
| Type | Description | 
| Answer.Step.Builder | |
clearState()
public Answer.Step.Builder clearState()The state of the step.
 .google.cloud.discoveryengine.v1.Answer.Step.State state = 1;
| Returns | |
|---|---|
| Type | Description | 
| Answer.Step.Builder | This builder for chaining. | 
clearThought()
public Answer.Step.Builder clearThought()The thought of the step.
 string thought = 3;
| Returns | |
|---|---|
| Type | Description | 
| Answer.Step.Builder | This builder for chaining. | 
clone()
public Answer.Step.Builder clone()| Returns | |
|---|---|
| Type | Description | 
| Answer.Step.Builder | |
getActions(int index)
public Answer.Step.Action getActions(int index)Actions.
 repeated .google.cloud.discoveryengine.v1.Answer.Step.Action actions = 4;
| Parameter | |
|---|---|
| Name | Description | 
| index | int | 
| Returns | |
|---|---|
| Type | Description | 
| Answer.Step.Action | |
getActionsBuilder(int index)
public Answer.Step.Action.Builder getActionsBuilder(int index)Actions.
 repeated .google.cloud.discoveryengine.v1.Answer.Step.Action actions = 4;
| Parameter | |
|---|---|
| Name | Description | 
| index | int | 
| Returns | |
|---|---|
| Type | Description | 
| Answer.Step.Action.Builder | |
getActionsBuilderList()
public List<Answer.Step.Action.Builder> getActionsBuilderList()Actions.
 repeated .google.cloud.discoveryengine.v1.Answer.Step.Action actions = 4;
| Returns | |
|---|---|
| Type | Description | 
| List<Builder> | |
getActionsCount()
public int getActionsCount()Actions.
 repeated .google.cloud.discoveryengine.v1.Answer.Step.Action actions = 4;
| Returns | |
|---|---|
| Type | Description | 
| int | |
getActionsList()
public List<Answer.Step.Action> getActionsList()Actions.
 repeated .google.cloud.discoveryengine.v1.Answer.Step.Action actions = 4;
| Returns | |
|---|---|
| Type | Description | 
| List<Action> | |
getActionsOrBuilder(int index)
public Answer.Step.ActionOrBuilder getActionsOrBuilder(int index)Actions.
 repeated .google.cloud.discoveryengine.v1.Answer.Step.Action actions = 4;
| Parameter | |
|---|---|
| Name | Description | 
| index | int | 
| Returns | |
|---|---|
| Type | Description | 
| Answer.Step.ActionOrBuilder | |
getActionsOrBuilderList()
public List<? extends Answer.Step.ActionOrBuilder> getActionsOrBuilderList()Actions.
 repeated .google.cloud.discoveryengine.v1.Answer.Step.Action actions = 4;
| Returns | |
|---|---|
| Type | Description | 
| List<? extends com.google.cloud.discoveryengine.v1.Answer.Step.ActionOrBuilder> | |
getDefaultInstanceForType()
public Answer.Step getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description | 
| Answer.Step | |
getDescription()
public String getDescription()The description of the step.
 string description = 2;
| Returns | |
|---|---|
| Type | Description | 
| String | The description. | 
getDescriptionBytes()
public ByteString getDescriptionBytes()The description of the step.
 string description = 2;
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes for description. | 
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description | 
| Descriptor | |
getState()
public Answer.Step.State getState()The state of the step.
 .google.cloud.discoveryengine.v1.Answer.Step.State state = 1;
| Returns | |
|---|---|
| Type | Description | 
| Answer.Step.State | The state. | 
getStateValue()
public int getStateValue()The state of the step.
 .google.cloud.discoveryengine.v1.Answer.Step.State state = 1;
| Returns | |
|---|---|
| Type | Description | 
| int | The enum numeric value on the wire for state. | 
getThought()
public String getThought()The thought of the step.
 string thought = 3;
| Returns | |
|---|---|
| Type | Description | 
| String | The thought. | 
getThoughtBytes()
public ByteString getThoughtBytes()The thought of the step.
 string thought = 3;
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes for thought. | 
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description | 
| FieldAccessorTable | |
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description | 
| boolean | |
mergeFrom(Answer.Step other)
public Answer.Step.Builder mergeFrom(Answer.Step other)| Parameter | |
|---|---|
| Name | Description | 
| other | Answer.Step | 
| Returns | |
|---|---|
| Type | Description | 
| Answer.Step.Builder | |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public Answer.Step.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description | 
| input | CodedInputStream | 
| extensionRegistry | ExtensionRegistryLite | 
| Returns | |
|---|---|
| Type | Description | 
| Answer.Step.Builder | |
| Exceptions | |
|---|---|
| Type | Description | 
| IOException | |
mergeFrom(Message other)
public Answer.Step.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description | 
| other | Message | 
| Returns | |
|---|---|
| Type | Description | 
| Answer.Step.Builder | |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final Answer.Step.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
| unknownFields | UnknownFieldSet | 
| Returns | |
|---|---|
| Type | Description | 
| Answer.Step.Builder | |
removeActions(int index)
public Answer.Step.Builder removeActions(int index)Actions.
 repeated .google.cloud.discoveryengine.v1.Answer.Step.Action actions = 4;
| Parameter | |
|---|---|
| Name | Description | 
| index | int | 
| Returns | |
|---|---|
| Type | Description | 
| Answer.Step.Builder | |
setActions(int index, Answer.Step.Action value)
public Answer.Step.Builder setActions(int index, Answer.Step.Action value)Actions.
 repeated .google.cloud.discoveryengine.v1.Answer.Step.Action actions = 4;
| Parameters | |
|---|---|
| Name | Description | 
| index | int | 
| value | Answer.Step.Action | 
| Returns | |
|---|---|
| Type | Description | 
| Answer.Step.Builder | |
setActions(int index, Answer.Step.Action.Builder builderForValue)
public Answer.Step.Builder setActions(int index, Answer.Step.Action.Builder builderForValue)Actions.
 repeated .google.cloud.discoveryengine.v1.Answer.Step.Action actions = 4;
| Parameters | |
|---|---|
| Name | Description | 
| index | int | 
| builderForValue | Answer.Step.Action.Builder | 
| Returns | |
|---|---|
| Type | Description | 
| Answer.Step.Builder | |
setDescription(String value)
public Answer.Step.Builder setDescription(String value)The description of the step.
 string description = 2;
| Parameter | |
|---|---|
| Name | Description | 
| value | StringThe description to set. | 
| Returns | |
|---|---|
| Type | Description | 
| Answer.Step.Builder | This builder for chaining. | 
setDescriptionBytes(ByteString value)
public Answer.Step.Builder setDescriptionBytes(ByteString value)The description of the step.
 string description = 2;
| Parameter | |
|---|---|
| Name | Description | 
| value | ByteStringThe bytes for description to set. | 
| Returns | |
|---|---|
| Type | Description | 
| Answer.Step.Builder | This builder for chaining. | 
setField(Descriptors.FieldDescriptor field, Object value)
public Answer.Step.Builder setField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| value | Object | 
| Returns | |
|---|---|
| Type | Description | 
| Answer.Step.Builder | |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public Answer.Step.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Parameters | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| index | int | 
| value | Object | 
| Returns | |
|---|---|
| Type | Description | 
| Answer.Step.Builder | |
setState(Answer.Step.State value)
public Answer.Step.Builder setState(Answer.Step.State value)The state of the step.
 .google.cloud.discoveryengine.v1.Answer.Step.State state = 1;
| Parameter | |
|---|---|
| Name | Description | 
| value | Answer.Step.StateThe state to set. | 
| Returns | |
|---|---|
| Type | Description | 
| Answer.Step.Builder | This builder for chaining. | 
setStateValue(int value)
public Answer.Step.Builder setStateValue(int value)The state of the step.
 .google.cloud.discoveryengine.v1.Answer.Step.State state = 1;
| Parameter | |
|---|---|
| Name | Description | 
| value | intThe enum numeric value on the wire for state to set. | 
| Returns | |
|---|---|
| Type | Description | 
| Answer.Step.Builder | This builder for chaining. | 
setThought(String value)
public Answer.Step.Builder setThought(String value)The thought of the step.
 string thought = 3;
| Parameter | |
|---|---|
| Name | Description | 
| value | StringThe thought to set. | 
| Returns | |
|---|---|
| Type | Description | 
| Answer.Step.Builder | This builder for chaining. | 
setThoughtBytes(ByteString value)
public Answer.Step.Builder setThoughtBytes(ByteString value)The thought of the step.
 string thought = 3;
| Parameter | |
|---|---|
| Name | Description | 
| value | ByteStringThe bytes for thought to set. | 
| Returns | |
|---|---|
| Type | Description | 
| Answer.Step.Builder | This builder for chaining. | 
setUnknownFields(UnknownFieldSet unknownFields)
public final Answer.Step.Builder setUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
| unknownFields | UnknownFieldSet | 
| Returns | |
|---|---|
| Type | Description | 
| Answer.Step.Builder | |