public final class AnalysisMessage extends GeneratedMessage implements AnalysisMessageOrBuilderA message produced during analysis.
Protobuf type google.cloud.geminidataanalytics.v1beta.AnalysisMessage
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > AnalysisMessageImplements
AnalysisMessageOrBuilderStatic Fields
PROGRESS_EVENT_FIELD_NUMBER
public static final int PROGRESS_EVENT_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
QUERY_FIELD_NUMBER
public static final int QUERY_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
Static Methods
getDefaultInstance()
public static AnalysisMessage getDefaultInstance()| Returns | |
|---|---|
| Type | Description |
AnalysisMessage |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
newBuilder()
public static AnalysisMessage.Builder newBuilder()| Returns | |
|---|---|
| Type | Description |
AnalysisMessage.Builder |
|
newBuilder(AnalysisMessage prototype)
public static AnalysisMessage.Builder newBuilder(AnalysisMessage prototype)| Parameter | |
|---|---|
| Name | Description |
prototype |
AnalysisMessage |
| Returns | |
|---|---|
| Type | Description |
AnalysisMessage.Builder |
|
parseDelimitedFrom(InputStream input)
public static AnalysisMessage parseDelimitedFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
AnalysisMessage |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static AnalysisMessage parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
AnalysisMessage |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(byte[] data)
public static AnalysisMessage parseFrom(byte[] data)| Parameter | |
|---|---|
| Name | Description |
data |
byte[] |
| Returns | |
|---|---|
| Type | Description |
AnalysisMessage |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static AnalysisMessage parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
AnalysisMessage |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data)
public static AnalysisMessage parseFrom(ByteString data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteString |
| Returns | |
|---|---|
| Type | Description |
AnalysisMessage |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static AnalysisMessage parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
AnalysisMessage |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(CodedInputStream input)
public static AnalysisMessage parseFrom(CodedInputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
CodedInputStream |
| Returns | |
|---|---|
| Type | Description |
AnalysisMessage |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static AnalysisMessage parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
AnalysisMessage |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input)
public static AnalysisMessage parseFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
AnalysisMessage |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static AnalysisMessage parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
AnalysisMessage |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(ByteBuffer data)
public static AnalysisMessage parseFrom(ByteBuffer data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteBuffer |
| Returns | |
|---|---|
| Type | Description |
AnalysisMessage |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static AnalysisMessage parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
AnalysisMessage |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parser()
public static Parser<AnalysisMessage> parser()| Returns | |
|---|---|
| Type | Description |
Parser<AnalysisMessage> |
|
Methods
equals(Object obj)
public boolean equals(Object obj)| Parameter | |
|---|---|
| Name | Description |
obj |
Object |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getDefaultInstanceForType()
public AnalysisMessage getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
AnalysisMessage |
|
getKindCase()
public AnalysisMessage.KindCase getKindCase()| Returns | |
|---|---|
| Type | Description |
AnalysisMessage.KindCase |
|
getParserForType()
public Parser<AnalysisMessage> getParserForType()| Returns | |
|---|---|
| Type | Description |
Parser<AnalysisMessage> |
|
getProgressEvent()
public AnalysisEvent getProgressEvent()An event indicating the progress of the analysis.
.google.cloud.geminidataanalytics.v1beta.AnalysisEvent progress_event = 2;
| Returns | |
|---|---|
| Type | Description |
AnalysisEvent |
The progressEvent. |
getProgressEventOrBuilder()
public AnalysisEventOrBuilder getProgressEventOrBuilder()An event indicating the progress of the analysis.
.google.cloud.geminidataanalytics.v1beta.AnalysisEvent progress_event = 2;
| Returns | |
|---|---|
| Type | Description |
AnalysisEventOrBuilder |
|
getQuery()
public AnalysisQuery getQuery()An analysis query.
.google.cloud.geminidataanalytics.v1beta.AnalysisQuery query = 1;
| Returns | |
|---|---|
| Type | Description |
AnalysisQuery |
The query. |
getQueryOrBuilder()
public AnalysisQueryOrBuilder getQueryOrBuilder()An analysis query.
.google.cloud.geminidataanalytics.v1beta.AnalysisQuery query = 1;
| Returns | |
|---|---|
| Type | Description |
AnalysisQueryOrBuilder |
|
getSerializedSize()
public int getSerializedSize()| Returns | |
|---|---|
| Type | Description |
int |
|
hasProgressEvent()
public boolean hasProgressEvent()An event indicating the progress of the analysis.
.google.cloud.geminidataanalytics.v1beta.AnalysisEvent progress_event = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the progressEvent field is set. |
hasQuery()
public boolean hasQuery()An analysis query.
.google.cloud.geminidataanalytics.v1beta.AnalysisQuery query = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the query 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 AnalysisMessage.Builder newBuilderForType()| Returns | |
|---|---|
| Type | Description |
AnalysisMessage.Builder |
|
newBuilderForType(AbstractMessage.BuilderParent parent)
protected AnalysisMessage.Builder newBuilderForType(AbstractMessage.BuilderParent parent)| Parameter | |
|---|---|
| Name | Description |
parent |
BuilderParent |
| Returns | |
|---|---|
| Type | Description |
AnalysisMessage.Builder |
|
toBuilder()
public AnalysisMessage.Builder toBuilder()| Returns | |
|---|---|
| Type | Description |
AnalysisMessage.Builder |
|
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)| Parameter | |
|---|---|
| Name | Description |
output |
CodedOutputStream |
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|