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

    Modifier and Type
    Method
    Description
    Information about the newly created stream.
    Information about the newly created stream.
    boolean
    Information about the newly created stream.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • 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;