Package s2.v1alpha
Interface CreateStreamRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CreateStreamRequest
,CreateStreamRequest.Builder
public interface CreateStreamRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionConfiguration for the new stream.Configuration for the new stream.Stream name, which must be unique within the basin.com.google.protobuf.ByteString
Stream name, which must be unique within the basin.boolean
Configuration for the new 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
-
getStream
String getStream()Stream name, which must be unique within the basin. It can be an arbitrary string upto 512 characters. Backslash (`/`) is recommended as a delimiter for hierarchical naming.
string stream = 1;
- Returns:
- The stream.
-
getStreamBytes
com.google.protobuf.ByteString getStreamBytes()Stream name, which must be unique within the basin. It can be an arbitrary string upto 512 characters. Backslash (`/`) is recommended as a delimiter for hierarchical naming.
string stream = 1;
- Returns:
- The bytes for stream.
-
hasConfig
boolean hasConfig()Configuration for the new stream.
.s2.v1alpha.StreamConfig config = 2;
- Returns:
- Whether the config field is set.
-
getConfig
StreamConfig getConfig()Configuration for the new stream.
.s2.v1alpha.StreamConfig config = 2;
- Returns:
- The config.
-
getConfigOrBuilder
StreamConfigOrBuilder getConfigOrBuilder()Configuration for the new stream.
.s2.v1alpha.StreamConfig config = 2;
-