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
Modifier and TypeMethodDescriptionStream configuration.Stream configuration.boolean
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 Details
-
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;
-