Package s2.v1alpha

Interface GetStreamConfigResponseOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    GetStreamConfigResponse, GetStreamConfigResponse.Builder

    public interface GetStreamConfigResponseOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      StreamConfig getConfig()
      Stream configuration.
      StreamConfigOrBuilder getConfigOrBuilder()
      Stream configuration.
      boolean hasConfig()
      Stream configuration.
      • 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 Detail

      • hasConfig

        boolean hasConfig()
         Stream configuration.
         
        .s2.v1alpha.StreamConfig config = 1;
        Returns:
        Whether the config field is set.
      • getConfig

        StreamConfig getConfig()
         Stream configuration.
         
        .s2.v1alpha.StreamConfig config = 1;
        Returns:
        The config.
      • getConfigOrBuilder

        StreamConfigOrBuilder getConfigOrBuilder()
         Stream configuration.
         
        .s2.v1alpha.StreamConfig config = 1;