Package s2.v1alpha
Interface AppendSessionResponseOrBuilder
- 
- All Superinterfaces:
 com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
 AppendSessionResponse,AppendSessionResponse.Builder
public interface AppendSessionResponseOrBuilder extends com.google.protobuf.MessageOrBuilder 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AppendOutputgetOutput()Response details for an append.AppendOutputOrBuildergetOutputOrBuilder()Response details for an append.booleanhasOutput()Response details for an append.- 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof 
 - 
 
 - 
 
- 
- 
Method Detail
- 
hasOutput
boolean hasOutput()
Response details for an append.
.s2.v1alpha.AppendOutput output = 1;- Returns:
 - Whether the output field is set.
 
 
- 
getOutput
AppendOutput getOutput()
Response details for an append.
.s2.v1alpha.AppendOutput output = 1;- Returns:
 - The output.
 
 
- 
getOutputOrBuilder
AppendOutputOrBuilder getOutputOrBuilder()
Response details for an append.
.s2.v1alpha.AppendOutput output = 1; 
 - 
 
 -