Package com.google.cloud.datastream.v1
Class Stream
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- com.google.cloud.datastream.v1.Stream
-
- All Implemented Interfaces:
StreamOrBuilder,com.google.protobuf.Message,com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Serializable
public final class Stream extends com.google.protobuf.GeneratedMessageV3 implements StreamOrBuilder
A resource representing streaming data from a source to a destination.
Protobuf typegoogle.cloud.datastream.v1.Stream- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classStream.BackfillAllStrategyBackfill strategy to automatically backfill the Stream's objects.static interfaceStream.BackfillAllStrategyOrBuilderstatic classStream.BackfillNoneStrategyBackfill strategy to disable automatic backfill for the Stream's objects.static interfaceStream.BackfillNoneStrategyOrBuilderstatic classStream.BackfillStrategyCasestatic classStream.BuilderA resource representing streaming data from a source to a destination.static classStream.StateStream state.-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
-
-
Field Summary
Fields Modifier and Type Field Description static intBACKFILL_ALL_FIELD_NUMBERstatic intBACKFILL_NONE_FIELD_NUMBERstatic intCREATE_TIME_FIELD_NUMBERstatic intCUSTOMER_MANAGED_ENCRYPTION_KEY_FIELD_NUMBERstatic intDESTINATION_CONFIG_FIELD_NUMBERstatic intDISPLAY_NAME_FIELD_NUMBERstatic intERRORS_FIELD_NUMBERstatic intLABELS_FIELD_NUMBERstatic intNAME_FIELD_NUMBERstatic intSOURCE_CONFIG_FIELD_NUMBERstatic intSTATE_FIELD_NUMBERstatic intUPDATE_TIME_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleancontainsLabels(String key)Labels.booleanequals(Object obj)Stream.BackfillAllStrategygetBackfillAll()Automatically backfill objects included in the stream source configuration.Stream.BackfillAllStrategyOrBuildergetBackfillAllOrBuilder()Automatically backfill objects included in the stream source configuration.Stream.BackfillNoneStrategygetBackfillNone()Do not automatically backfill any objects.Stream.BackfillNoneStrategyOrBuildergetBackfillNoneOrBuilder()Do not automatically backfill any objects.Stream.BackfillStrategyCasegetBackfillStrategyCase()com.google.protobuf.TimestampgetCreateTime()Output only.com.google.protobuf.TimestampOrBuildergetCreateTimeOrBuilder()Output only.StringgetCustomerManagedEncryptionKey()Immutable.com.google.protobuf.ByteStringgetCustomerManagedEncryptionKeyBytes()Immutable.static StreamgetDefaultInstance()StreamgetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()DestinationConfiggetDestinationConfig()Required.DestinationConfigOrBuildergetDestinationConfigOrBuilder()Required.StringgetDisplayName()Required.com.google.protobuf.ByteStringgetDisplayNameBytes()Required.ErrorgetErrors(int index)Output only.intgetErrorsCount()Output only.List<Error>getErrorsList()Output only.ErrorOrBuildergetErrorsOrBuilder(int index)Output only.List<? extends ErrorOrBuilder>getErrorsOrBuilderList()Output only.Map<String,String>getLabels()Deprecated.intgetLabelsCount()Labels.Map<String,String>getLabelsMap()Labels.StringgetLabelsOrDefault(String key, String defaultValue)Labels.StringgetLabelsOrThrow(String key)Labels.StringgetName()Output only.com.google.protobuf.ByteStringgetNameBytes()Output only.com.google.protobuf.Parser<Stream>getParserForType()intgetSerializedSize()SourceConfiggetSourceConfig()Required.SourceConfigOrBuildergetSourceConfigOrBuilder()Required.Stream.StategetState()The state of the stream.intgetStateValue()The state of the stream.com.google.protobuf.TimestampgetUpdateTime()Output only.com.google.protobuf.TimestampOrBuildergetUpdateTimeOrBuilder()Output only.booleanhasBackfillAll()Automatically backfill objects included in the stream source configuration.booleanhasBackfillNone()Do not automatically backfill any objects.booleanhasCreateTime()Output only.booleanhasCustomerManagedEncryptionKey()Immutable.booleanhasDestinationConfig()Required.inthashCode()booleanhasSourceConfig()Required.booleanhasUpdateTime()Output only.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()protected com.google.protobuf.MapFieldinternalGetMapField(int number)booleanisInitialized()static Stream.BuildernewBuilder()static Stream.BuildernewBuilder(Stream prototype)Stream.BuildernewBuilderForType()protected Stream.BuildernewBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)protected ObjectnewInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)static StreamparseDelimitedFrom(InputStream input)static StreamparseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StreamparseFrom(byte[] data)static StreamparseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StreamparseFrom(com.google.protobuf.ByteString data)static StreamparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StreamparseFrom(com.google.protobuf.CodedInputStream input)static StreamparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StreamparseFrom(InputStream input)static StreamparseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StreamparseFrom(ByteBuffer data)static StreamparseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static com.google.protobuf.Parser<Stream>parser()Stream.BuildertoBuilder()voidwriteTo(com.google.protobuf.CodedOutputStream output)-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
-
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
NAME_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
- See Also:
- Constant Field Values
-
CREATE_TIME_FIELD_NUMBER
public static final int CREATE_TIME_FIELD_NUMBER
- See Also:
- Constant Field Values
-
UPDATE_TIME_FIELD_NUMBER
public static final int UPDATE_TIME_FIELD_NUMBER
- See Also:
- Constant Field Values
-
LABELS_FIELD_NUMBER
public static final int LABELS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
DISPLAY_NAME_FIELD_NUMBER
public static final int DISPLAY_NAME_FIELD_NUMBER
- See Also:
- Constant Field Values
-
SOURCE_CONFIG_FIELD_NUMBER
public static final int SOURCE_CONFIG_FIELD_NUMBER
- See Also:
- Constant Field Values
-
DESTINATION_CONFIG_FIELD_NUMBER
public static final int DESTINATION_CONFIG_FIELD_NUMBER
- See Also:
- Constant Field Values
-
STATE_FIELD_NUMBER
public static final int STATE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
BACKFILL_ALL_FIELD_NUMBER
public static final int BACKFILL_ALL_FIELD_NUMBER
- See Also:
- Constant Field Values
-
BACKFILL_NONE_FIELD_NUMBER
public static final int BACKFILL_NONE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
ERRORS_FIELD_NUMBER
public static final int ERRORS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
CUSTOMER_MANAGED_ENCRYPTION_KEY_FIELD_NUMBER
public static final int CUSTOMER_MANAGED_ENCRYPTION_KEY_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
newInstance
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
- Overrides:
newInstancein classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetMapField
protected com.google.protobuf.MapField internalGetMapField(int number)
- Overrides:
internalGetMapFieldin classcom.google.protobuf.GeneratedMessageV3
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3
-
getBackfillStrategyCase
public Stream.BackfillStrategyCase getBackfillStrategyCase()
- Specified by:
getBackfillStrategyCasein interfaceStreamOrBuilder
-
getName
public String getName()
Output only. The stream's name.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getNamein interfaceStreamOrBuilder- Returns:
- The name.
-
getNameBytes
public com.google.protobuf.ByteString getNameBytes()
Output only. The stream's name.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getNameBytesin interfaceStreamOrBuilder- Returns:
- The bytes for name.
-
hasCreateTime
public boolean hasCreateTime()
Output only. The creation time of the stream.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
hasCreateTimein interfaceStreamOrBuilder- Returns:
- Whether the createTime field is set.
-
getCreateTime
public com.google.protobuf.Timestamp getCreateTime()
Output only. The creation time of the stream.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getCreateTimein interfaceStreamOrBuilder- Returns:
- The createTime.
-
getCreateTimeOrBuilder
public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
Output only. The creation time of the stream.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getCreateTimeOrBuilderin interfaceStreamOrBuilder
-
hasUpdateTime
public boolean hasUpdateTime()
Output only. The last update time of the stream.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
hasUpdateTimein interfaceStreamOrBuilder- Returns:
- Whether the updateTime field is set.
-
getUpdateTime
public com.google.protobuf.Timestamp getUpdateTime()
Output only. The last update time of the stream.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getUpdateTimein interfaceStreamOrBuilder- Returns:
- The updateTime.
-
getUpdateTimeOrBuilder
public com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder()
Output only. The last update time of the stream.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getUpdateTimeOrBuilderin interfaceStreamOrBuilder
-
getLabelsCount
public int getLabelsCount()
Description copied from interface:StreamOrBuilderLabels.
map<string, string> labels = 4;- Specified by:
getLabelsCountin interfaceStreamOrBuilder
-
containsLabels
public boolean containsLabels(String key)
Labels.
map<string, string> labels = 4;- Specified by:
containsLabelsin interfaceStreamOrBuilder
-
getLabels
@Deprecated public Map<String,String> getLabels()
Deprecated.UsegetLabelsMap()instead.- Specified by:
getLabelsin interfaceStreamOrBuilder
-
getLabelsMap
public Map<String,String> getLabelsMap()
Labels.
map<string, string> labels = 4;- Specified by:
getLabelsMapin interfaceStreamOrBuilder
-
getLabelsOrDefault
public String getLabelsOrDefault(String key, String defaultValue)
Labels.
map<string, string> labels = 4;- Specified by:
getLabelsOrDefaultin interfaceStreamOrBuilder
-
getLabelsOrThrow
public String getLabelsOrThrow(String key)
Labels.
map<string, string> labels = 4;- Specified by:
getLabelsOrThrowin interfaceStreamOrBuilder
-
getDisplayName
public String getDisplayName()
Required. Display name.
string display_name = 5 [(.google.api.field_behavior) = REQUIRED];- Specified by:
getDisplayNamein interfaceStreamOrBuilder- Returns:
- The displayName.
-
getDisplayNameBytes
public com.google.protobuf.ByteString getDisplayNameBytes()
Required. Display name.
string display_name = 5 [(.google.api.field_behavior) = REQUIRED];- Specified by:
getDisplayNameBytesin interfaceStreamOrBuilder- Returns:
- The bytes for displayName.
-
hasSourceConfig
public boolean hasSourceConfig()
Required. Source connection profile configuration.
.google.cloud.datastream.v1.SourceConfig source_config = 6 [(.google.api.field_behavior) = REQUIRED];- Specified by:
hasSourceConfigin interfaceStreamOrBuilder- Returns:
- Whether the sourceConfig field is set.
-
getSourceConfig
public SourceConfig getSourceConfig()
Required. Source connection profile configuration.
.google.cloud.datastream.v1.SourceConfig source_config = 6 [(.google.api.field_behavior) = REQUIRED];- Specified by:
getSourceConfigin interfaceStreamOrBuilder- Returns:
- The sourceConfig.
-
getSourceConfigOrBuilder
public SourceConfigOrBuilder getSourceConfigOrBuilder()
Required. Source connection profile configuration.
.google.cloud.datastream.v1.SourceConfig source_config = 6 [(.google.api.field_behavior) = REQUIRED];- Specified by:
getSourceConfigOrBuilderin interfaceStreamOrBuilder
-
hasDestinationConfig
public boolean hasDestinationConfig()
Required. Destination connection profile configuration.
.google.cloud.datastream.v1.DestinationConfig destination_config = 7 [(.google.api.field_behavior) = REQUIRED];- Specified by:
hasDestinationConfigin interfaceStreamOrBuilder- Returns:
- Whether the destinationConfig field is set.
-
getDestinationConfig
public DestinationConfig getDestinationConfig()
Required. Destination connection profile configuration.
.google.cloud.datastream.v1.DestinationConfig destination_config = 7 [(.google.api.field_behavior) = REQUIRED];- Specified by:
getDestinationConfigin interfaceStreamOrBuilder- Returns:
- The destinationConfig.
-
getDestinationConfigOrBuilder
public DestinationConfigOrBuilder getDestinationConfigOrBuilder()
Required. Destination connection profile configuration.
.google.cloud.datastream.v1.DestinationConfig destination_config = 7 [(.google.api.field_behavior) = REQUIRED];- Specified by:
getDestinationConfigOrBuilderin interfaceStreamOrBuilder
-
getStateValue
public int getStateValue()
The state of the stream.
.google.cloud.datastream.v1.Stream.State state = 8;- Specified by:
getStateValuein interfaceStreamOrBuilder- Returns:
- The enum numeric value on the wire for state.
-
getState
public Stream.State getState()
The state of the stream.
.google.cloud.datastream.v1.Stream.State state = 8;- Specified by:
getStatein interfaceStreamOrBuilder- Returns:
- The state.
-
hasBackfillAll
public boolean hasBackfillAll()
Automatically backfill objects included in the stream source configuration. Specific objects can be excluded.
.google.cloud.datastream.v1.Stream.BackfillAllStrategy backfill_all = 101;- Specified by:
hasBackfillAllin interfaceStreamOrBuilder- Returns:
- Whether the backfillAll field is set.
-
getBackfillAll
public Stream.BackfillAllStrategy getBackfillAll()
Automatically backfill objects included in the stream source configuration. Specific objects can be excluded.
.google.cloud.datastream.v1.Stream.BackfillAllStrategy backfill_all = 101;- Specified by:
getBackfillAllin interfaceStreamOrBuilder- Returns:
- The backfillAll.
-
getBackfillAllOrBuilder
public Stream.BackfillAllStrategyOrBuilder getBackfillAllOrBuilder()
Automatically backfill objects included in the stream source configuration. Specific objects can be excluded.
.google.cloud.datastream.v1.Stream.BackfillAllStrategy backfill_all = 101;- Specified by:
getBackfillAllOrBuilderin interfaceStreamOrBuilder
-
hasBackfillNone
public boolean hasBackfillNone()
Do not automatically backfill any objects.
.google.cloud.datastream.v1.Stream.BackfillNoneStrategy backfill_none = 102;- Specified by:
hasBackfillNonein interfaceStreamOrBuilder- Returns:
- Whether the backfillNone field is set.
-
getBackfillNone
public Stream.BackfillNoneStrategy getBackfillNone()
Do not automatically backfill any objects.
.google.cloud.datastream.v1.Stream.BackfillNoneStrategy backfill_none = 102;- Specified by:
getBackfillNonein interfaceStreamOrBuilder- Returns:
- The backfillNone.
-
getBackfillNoneOrBuilder
public Stream.BackfillNoneStrategyOrBuilder getBackfillNoneOrBuilder()
Do not automatically backfill any objects.
.google.cloud.datastream.v1.Stream.BackfillNoneStrategy backfill_none = 102;- Specified by:
getBackfillNoneOrBuilderin interfaceStreamOrBuilder
-
getErrorsList
public List<Error> getErrorsList()
Output only. Errors on the Stream.
repeated .google.cloud.datastream.v1.Error errors = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getErrorsListin interfaceStreamOrBuilder
-
getErrorsOrBuilderList
public List<? extends ErrorOrBuilder> getErrorsOrBuilderList()
Output only. Errors on the Stream.
repeated .google.cloud.datastream.v1.Error errors = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getErrorsOrBuilderListin interfaceStreamOrBuilder
-
getErrorsCount
public int getErrorsCount()
Output only. Errors on the Stream.
repeated .google.cloud.datastream.v1.Error errors = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getErrorsCountin interfaceStreamOrBuilder
-
getErrors
public Error getErrors(int index)
Output only. Errors on the Stream.
repeated .google.cloud.datastream.v1.Error errors = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getErrorsin interfaceStreamOrBuilder
-
getErrorsOrBuilder
public ErrorOrBuilder getErrorsOrBuilder(int index)
Output only. Errors on the Stream.
repeated .google.cloud.datastream.v1.Error errors = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getErrorsOrBuilderin interfaceStreamOrBuilder
-
hasCustomerManagedEncryptionKey
public boolean hasCustomerManagedEncryptionKey()
Immutable. A reference to a KMS encryption key. If provided, it will be used to encrypt the data. If left blank, data will be encrypted using an internal Stream-specific encryption key provisioned through KMS.
optional string customer_managed_encryption_key = 10 [(.google.api.field_behavior) = IMMUTABLE];- Specified by:
hasCustomerManagedEncryptionKeyin interfaceStreamOrBuilder- Returns:
- Whether the customerManagedEncryptionKey field is set.
-
getCustomerManagedEncryptionKey
public String getCustomerManagedEncryptionKey()
Immutable. A reference to a KMS encryption key. If provided, it will be used to encrypt the data. If left blank, data will be encrypted using an internal Stream-specific encryption key provisioned through KMS.
optional string customer_managed_encryption_key = 10 [(.google.api.field_behavior) = IMMUTABLE];- Specified by:
getCustomerManagedEncryptionKeyin interfaceStreamOrBuilder- Returns:
- The customerManagedEncryptionKey.
-
getCustomerManagedEncryptionKeyBytes
public com.google.protobuf.ByteString getCustomerManagedEncryptionKeyBytes()
Immutable. A reference to a KMS encryption key. If provided, it will be used to encrypt the data. If left blank, data will be encrypted using an internal Stream-specific encryption key provisioned through KMS.
optional string customer_managed_encryption_key = 10 [(.google.api.field_behavior) = IMMUTABLE];- Specified by:
getCustomerManagedEncryptionKeyBytesin interfaceStreamOrBuilder- Returns:
- The bytes for customerManagedEncryptionKey.
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException- Specified by:
writeToin interfacecom.google.protobuf.MessageLite- Overrides:
writeToin classcom.google.protobuf.GeneratedMessageV3- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSizein interfacecom.google.protobuf.MessageLite- Overrides:
getSerializedSizein classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(Object obj)
- Specified by:
equalsin interfacecom.google.protobuf.Message- Overrides:
equalsin classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCodein interfacecom.google.protobuf.Message- Overrides:
hashCodein classcom.google.protobuf.AbstractMessage
-
parseFrom
public static Stream parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Stream parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Stream parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Stream parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Stream parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Stream parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Stream parseFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static Stream parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static Stream parseDelimitedFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static Stream parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseFrom
public static Stream parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static Stream parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
newBuilderForType
public Stream.Builder newBuilderForType()
- Specified by:
newBuilderForTypein interfacecom.google.protobuf.Message- Specified by:
newBuilderForTypein interfacecom.google.protobuf.MessageLite
-
newBuilder
public static Stream.Builder newBuilder()
-
newBuilder
public static Stream.Builder newBuilder(Stream prototype)
-
toBuilder
public Stream.Builder toBuilder()
- Specified by:
toBuilderin interfacecom.google.protobuf.Message- Specified by:
toBuilderin interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected Stream.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static Stream getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<Stream> parser()
-
getParserForType
public com.google.protobuf.Parser<Stream> getParserForType()
- Specified by:
getParserForTypein interfacecom.google.protobuf.Message- Specified by:
getParserForTypein interfacecom.google.protobuf.MessageLite- Overrides:
getParserForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public Stream getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
-