Send feedback
Class RunSessionResponse.Builder (0.1.0)
Stay organized with collections
Save and categorize content based on your preferences.
public static final class RunSessionResponse . Builder extends GeneratedMessage . Builder<RunSessionResponse . Builder > implements RunSessionResponseOrBuilder
Response message for
SessionService.RunSession .
Protobuf type google.cloud.ces.v1.RunSessionResponse
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
addAllOutputs(Iterable<? extends SessionOutput> values)
public RunSessionResponse . Builder addAllOutputs ( Iterable <? extends SessionOutput > values )
Outputs for the session.
repeated .google.cloud.ces.v1.SessionOutput outputs = 1;
Parameter
Name
Description
values
Iterable <? extends com.google.cloud.ces.v1.SessionOutput >
addOutputs(SessionOutput value)
public RunSessionResponse . Builder addOutputs ( SessionOutput value )
Outputs for the session.
repeated .google.cloud.ces.v1.SessionOutput outputs = 1;
addOutputs(SessionOutput.Builder builderForValue)
public RunSessionResponse . Builder addOutputs ( SessionOutput . Builder builderForValue )
Outputs for the session.
repeated .google.cloud.ces.v1.SessionOutput outputs = 1;
addOutputs(int index, SessionOutput value)
public RunSessionResponse . Builder addOutputs ( int index , SessionOutput value )
Outputs for the session.
repeated .google.cloud.ces.v1.SessionOutput outputs = 1;
addOutputs(int index, SessionOutput.Builder builderForValue)
public RunSessionResponse . Builder addOutputs ( int index , SessionOutput . Builder builderForValue )
Outputs for the session.
repeated .google.cloud.ces.v1.SessionOutput outputs = 1;
addOutputsBuilder()
public SessionOutput . Builder addOutputsBuilder ()
Outputs for the session.
repeated .google.cloud.ces.v1.SessionOutput outputs = 1;
addOutputsBuilder(int index)
public SessionOutput . Builder addOutputsBuilder ( int index )
Outputs for the session.
repeated .google.cloud.ces.v1.SessionOutput outputs = 1;
Parameter
Name
Description
index
int
build()
public RunSessionResponse build ()
buildPartial()
public RunSessionResponse buildPartial ()
clear()
public RunSessionResponse . Builder clear ()
Overrides
clearOutputs()
public RunSessionResponse . Builder clearOutputs ()
Outputs for the session.
repeated .google.cloud.ces.v1.SessionOutput outputs = 1;
getDefaultInstanceForType()
public RunSessionResponse getDefaultInstanceForType ()
getDescriptorForType()
public Descriptors . Descriptor getDescriptorForType ()
Overrides
getOutputs(int index)
public SessionOutput getOutputs ( int index )
Outputs for the session.
repeated .google.cloud.ces.v1.SessionOutput outputs = 1;
Parameter
Name
Description
index
int
getOutputsBuilder(int index)
public SessionOutput . Builder getOutputsBuilder ( int index )
Outputs for the session.
repeated .google.cloud.ces.v1.SessionOutput outputs = 1;
Parameter
Name
Description
index
int
getOutputsBuilderList()
public List<SessionOutput . Builder > getOutputsBuilderList ()
Outputs for the session.
repeated .google.cloud.ces.v1.SessionOutput outputs = 1;
getOutputsCount()
public int getOutputsCount ()
Outputs for the session.
repeated .google.cloud.ces.v1.SessionOutput outputs = 1;
Returns
Type
Description
int
getOutputsList()
public List<SessionOutput> getOutputsList ()
Outputs for the session.
repeated .google.cloud.ces.v1.SessionOutput outputs = 1;
getOutputsOrBuilder(int index)
public SessionOutputOrBuilder getOutputsOrBuilder ( int index )
Outputs for the session.
repeated .google.cloud.ces.v1.SessionOutput outputs = 1;
Parameter
Name
Description
index
int
getOutputsOrBuilderList()
public List <? extends SessionOutputOrBuilder > getOutputsOrBuilderList ()
Outputs for the session.
repeated .google.cloud.ces.v1.SessionOutput outputs = 1;
Returns
Type
Description
List <? extends com.google.cloud.ces.v1.SessionOutputOrBuilder >
internalGetFieldAccessorTable()
protected GeneratedMessage . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
mergeFrom(RunSessionResponse other)
public RunSessionResponse . Builder mergeFrom ( RunSessionResponse other )
public RunSessionResponse . Builder mergeFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Overrides
mergeFrom(Message other)
public RunSessionResponse . Builder mergeFrom ( Message other )
Parameter
Name
Description
other
Message
Overrides
removeOutputs(int index)
public RunSessionResponse . Builder removeOutputs ( int index )
Outputs for the session.
repeated .google.cloud.ces.v1.SessionOutput outputs = 1;
Parameter
Name
Description
index
int
setOutputs(int index, SessionOutput value)
public RunSessionResponse . Builder setOutputs ( int index , SessionOutput value )
Outputs for the session.
repeated .google.cloud.ces.v1.SessionOutput outputs = 1;
setOutputs(int index, SessionOutput.Builder builderForValue)
public RunSessionResponse . Builder setOutputs ( int index , SessionOutput . Builder builderForValue )
Outputs for the session.
repeated .google.cloud.ces.v1.SessionOutput outputs = 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-02-27 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-02-27 UTC."],[],[]]