Package s2.v1alpha
Interface CreateStreamResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CreateStreamResponse,CreateStreamResponse.Builder
public interface CreateStreamResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StreamInfogetInfo()Information about the newly created stream.StreamInfoOrBuildergetInfoOrBuilder()Information about the newly created stream.booleanhasInfo()Information about the newly created stream.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasInfo
boolean hasInfo()
Information about the newly created stream.
.s2.v1alpha.StreamInfo info = 1;- Returns:
- Whether the info field is set.
-
getInfo
StreamInfo getInfo()
Information about the newly created stream.
.s2.v1alpha.StreamInfo info = 1;- Returns:
- The info.
-
getInfoOrBuilder
StreamInfoOrBuilder getInfoOrBuilder()
Information about the newly created stream.
.s2.v1alpha.StreamInfo info = 1;
-
-