Send feedback
Class AnalysisMessage.Builder (0.15.0)
Stay organized with collections
Save and categorize content based on your preferences.
0.15.0 (latest)
0.13.0
0.11.0
0.10.0
0.9.0
0.8.0
0.6.0
0.4.0
0.3.0
0.2.0
0.1.0
public static final class AnalysisMessage . Builder extends GeneratedMessage . Builder<AnalysisMessage . Builder > implements AnalysisMessageOrBuilder
A message produced during analysis.
Protobuf type google.cloud.geminidataanalytics.v1beta.AnalysisMessage
Inherited Members
com.google.protobuf.GeneratedMessage.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessage.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessage.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessage.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessage.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
com.google.protobuf.GeneratedMessage.Builder.setUnknownFieldsProto3(com.google.protobuf.UnknownFieldSet)
Static Methods
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
Methods
build()
public AnalysisMessage build ()
buildPartial()
public AnalysisMessage buildPartial ()
clear()
public AnalysisMessage . Builder clear ()
Overrides
clearKind()
public AnalysisMessage . Builder clearKind ()
clearProgressEvent()
public AnalysisMessage . Builder clearProgressEvent ()
An event indicating the progress of the analysis.
.google.cloud.geminidataanalytics.v1beta.AnalysisEvent progress_event = 2;
clearQuery()
public AnalysisMessage . Builder clearQuery ()
An analysis query.
.google.cloud.geminidataanalytics.v1beta.AnalysisQuery query = 1;
getDefaultInstanceForType()
public AnalysisMessage getDefaultInstanceForType ()
getDescriptorForType()
public Descriptors . Descriptor getDescriptorForType ()
Overrides
getKindCase()
public AnalysisMessage . KindCase getKindCase ()
getProgressEvent()
public AnalysisEvent getProgressEvent ()
An event indicating the progress of the analysis.
.google.cloud.geminidataanalytics.v1beta.AnalysisEvent progress_event = 2;
getProgressEventBuilder()
public AnalysisEvent . Builder getProgressEventBuilder ()
An event indicating the progress of the analysis.
.google.cloud.geminidataanalytics.v1beta.AnalysisEvent progress_event = 2;
getProgressEventOrBuilder()
public AnalysisEventOrBuilder getProgressEventOrBuilder ()
An event indicating the progress of the analysis.
.google.cloud.geminidataanalytics.v1beta.AnalysisEvent progress_event = 2;
getQuery()
public AnalysisQuery getQuery ()
An analysis query.
.google.cloud.geminidataanalytics.v1beta.AnalysisQuery query = 1;
getQueryBuilder()
public AnalysisQuery . Builder getQueryBuilder ()
An analysis query.
.google.cloud.geminidataanalytics.v1beta.AnalysisQuery query = 1;
getQueryOrBuilder()
public AnalysisQueryOrBuilder getQueryOrBuilder ()
An analysis query.
.google.cloud.geminidataanalytics.v1beta.AnalysisQuery query = 1;
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.
internalGetFieldAccessorTable()
protected GeneratedMessage . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
mergeFrom(AnalysisMessage other)
public AnalysisMessage . Builder mergeFrom ( AnalysisMessage other )
public AnalysisMessage . Builder mergeFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Overrides
mergeFrom(Message other)
public AnalysisMessage . Builder mergeFrom ( Message other )
Parameter
Name
Description
other
Message
Overrides
mergeProgressEvent(AnalysisEvent value)
public AnalysisMessage . Builder mergeProgressEvent ( AnalysisEvent value )
An event indicating the progress of the analysis.
.google.cloud.geminidataanalytics.v1beta.AnalysisEvent progress_event = 2;
mergeQuery(AnalysisQuery value)
public AnalysisMessage . Builder mergeQuery ( AnalysisQuery value )
An analysis query.
.google.cloud.geminidataanalytics.v1beta.AnalysisQuery query = 1;
setProgressEvent(AnalysisEvent value)
public AnalysisMessage . Builder setProgressEvent ( AnalysisEvent value )
An event indicating the progress of the analysis.
.google.cloud.geminidataanalytics.v1beta.AnalysisEvent progress_event = 2;
setProgressEvent(AnalysisEvent.Builder builderForValue)
public AnalysisMessage . Builder setProgressEvent ( AnalysisEvent . Builder builderForValue )
An event indicating the progress of the analysis.
.google.cloud.geminidataanalytics.v1beta.AnalysisEvent progress_event = 2;
setQuery(AnalysisQuery value)
public AnalysisMessage . Builder setQuery ( AnalysisQuery value )
An analysis query.
.google.cloud.geminidataanalytics.v1beta.AnalysisQuery query = 1;
setQuery(AnalysisQuery.Builder builderForValue)
public AnalysisMessage . Builder setQuery ( AnalysisQuery . Builder builderForValue )
An analysis query.
.google.cloud.geminidataanalytics.v1beta.AnalysisQuery query = 1;
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2026-03-14 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-03-14 UTC."],[],[]]