public static final class Answer.Step.Action extends GeneratedMessage implements Answer.Step.ActionOrBuilderAction.
Protobuf type google.cloud.discoveryengine.v1.Answer.Step.Action
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > Answer.Step.ActionImplements
Answer.Step.ActionOrBuilderStatic Fields
OBSERVATION_FIELD_NUMBER
public static final int OBSERVATION_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
SEARCH_ACTION_FIELD_NUMBER
public static final int SEARCH_ACTION_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
Static Methods
getDefaultInstance()
public static Answer.Step.Action getDefaultInstance()| Returns | |
|---|---|
| Type | Description |
Answer.Step.Action |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
newBuilder()
public static Answer.Step.Action.Builder newBuilder()| Returns | |
|---|---|
| Type | Description |
Answer.Step.Action.Builder |
|
newBuilder(Answer.Step.Action prototype)
public static Answer.Step.Action.Builder newBuilder(Answer.Step.Action prototype)| Parameter | |
|---|---|
| Name | Description |
prototype |
Answer.Step.Action |
| Returns | |
|---|---|
| Type | Description |
Answer.Step.Action.Builder |
|
parseDelimitedFrom(InputStream input)
public static Answer.Step.Action parseDelimitedFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
Answer.Step.Action |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static Answer.Step.Action parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
Answer.Step.Action |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(byte[] data)
public static Answer.Step.Action parseFrom(byte[] data)| Parameter | |
|---|---|
| Name | Description |
data |
byte[] |
| Returns | |
|---|---|
| Type | Description |
Answer.Step.Action |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Answer.Step.Action parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
Answer.Step.Action |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data)
public static Answer.Step.Action parseFrom(ByteString data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteString |
| Returns | |
|---|---|
| Type | Description |
Answer.Step.Action |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Answer.Step.Action parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
Answer.Step.Action |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(CodedInputStream input)
public static Answer.Step.Action parseFrom(CodedInputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
CodedInputStream |
| Returns | |
|---|---|
| Type | Description |
Answer.Step.Action |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static Answer.Step.Action parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
Answer.Step.Action |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input)
public static Answer.Step.Action parseFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
Answer.Step.Action |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static Answer.Step.Action parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
Answer.Step.Action |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(ByteBuffer data)
public static Answer.Step.Action parseFrom(ByteBuffer data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteBuffer |
| Returns | |
|---|---|
| Type | Description |
Answer.Step.Action |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Answer.Step.Action parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
Answer.Step.Action |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parser()
public static Parser<Answer.Step.Action> parser()| Returns | |
|---|---|
| Type | Description |
Parser<Action> |
|
Methods
equals(Object obj)
public boolean equals(Object obj)| Parameter | |
|---|---|
| Name | Description |
obj |
Object |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getActionCase()
public Answer.Step.Action.ActionCase getActionCase()| Returns | |
|---|---|
| Type | Description |
Answer.Step.Action.ActionCase |
|
getDefaultInstanceForType()
public Answer.Step.Action getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
Answer.Step.Action |
|
getObservation()
public Answer.Step.Action.Observation getObservation()Observation.
.google.cloud.discoveryengine.v1.Answer.Step.Action.Observation observation = 3;
| Returns | |
|---|---|
| Type | Description |
Answer.Step.Action.Observation |
The observation. |
getObservationOrBuilder()
public Answer.Step.Action.ObservationOrBuilder getObservationOrBuilder()Observation.
.google.cloud.discoveryengine.v1.Answer.Step.Action.Observation observation = 3;
| Returns | |
|---|---|
| Type | Description |
Answer.Step.Action.ObservationOrBuilder |
|
getParserForType()
public Parser<Answer.Step.Action> getParserForType()| Returns | |
|---|---|
| Type | Description |
Parser<Action> |
|
getSearchAction()
public Answer.Step.Action.SearchAction getSearchAction()Search action.
.google.cloud.discoveryengine.v1.Answer.Step.Action.SearchAction search_action = 2;
| Returns | |
|---|---|
| Type | Description |
Answer.Step.Action.SearchAction |
The searchAction. |
getSearchActionOrBuilder()
public Answer.Step.Action.SearchActionOrBuilder getSearchActionOrBuilder()Search action.
.google.cloud.discoveryengine.v1.Answer.Step.Action.SearchAction search_action = 2;
| Returns | |
|---|---|
| Type | Description |
Answer.Step.Action.SearchActionOrBuilder |
|
getSerializedSize()
public int getSerializedSize()| Returns | |
|---|---|
| Type | Description |
int |
|
hasObservation()
public boolean hasObservation()Observation.
.google.cloud.discoveryengine.v1.Answer.Step.Action.Observation observation = 3;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the observation field is set. |
hasSearchAction()
public boolean hasSearchAction()Search action.
.google.cloud.discoveryengine.v1.Answer.Step.Action.SearchAction search_action = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the searchAction field is set. |
hashCode()
public int hashCode()| Returns | |
|---|---|
| Type | Description |
int |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
newBuilderForType()
public Answer.Step.Action.Builder newBuilderForType()| Returns | |
|---|---|
| Type | Description |
Answer.Step.Action.Builder |
|
newBuilderForType(AbstractMessage.BuilderParent parent)
protected Answer.Step.Action.Builder newBuilderForType(AbstractMessage.BuilderParent parent)| Parameter | |
|---|---|
| Name | Description |
parent |
BuilderParent |
| Returns | |
|---|---|
| Type | Description |
Answer.Step.Action.Builder |
|
toBuilder()
public Answer.Step.Action.Builder toBuilder()| Returns | |
|---|---|
| Type | Description |
Answer.Step.Action.Builder |
|
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)| Parameter | |
|---|---|
| Name | Description |
output |
CodedOutputStream |
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|