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 class
Stream.BackfillAllStrategy
Backfill strategy to automatically backfill the Stream's objects.static interface
Stream.BackfillAllStrategyOrBuilder
static class
Stream.BackfillNoneStrategy
Backfill strategy to disable automatic backfill for the Stream's objects.static interface
Stream.BackfillNoneStrategyOrBuilder
static class
Stream.BackfillStrategyCase
static class
Stream.Builder
A resource representing streaming data from a source to a destination.static class
Stream.State
Stream 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 int
BACKFILL_ALL_FIELD_NUMBER
static int
BACKFILL_NONE_FIELD_NUMBER
static int
CREATE_TIME_FIELD_NUMBER
static int
CUSTOMER_MANAGED_ENCRYPTION_KEY_FIELD_NUMBER
static int
DESTINATION_CONFIG_FIELD_NUMBER
static int
DISPLAY_NAME_FIELD_NUMBER
static int
ERRORS_FIELD_NUMBER
static int
LABELS_FIELD_NUMBER
static int
NAME_FIELD_NUMBER
static int
SOURCE_CONFIG_FIELD_NUMBER
static int
STATE_FIELD_NUMBER
static int
UPDATE_TIME_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description boolean
containsLabels(String key)
Labels.boolean
equals(Object obj)
Stream.BackfillAllStrategy
getBackfillAll()
Automatically backfill objects included in the stream source configuration.Stream.BackfillAllStrategyOrBuilder
getBackfillAllOrBuilder()
Automatically backfill objects included in the stream source configuration.Stream.BackfillNoneStrategy
getBackfillNone()
Do not automatically backfill any objects.Stream.BackfillNoneStrategyOrBuilder
getBackfillNoneOrBuilder()
Do not automatically backfill any objects.Stream.BackfillStrategyCase
getBackfillStrategyCase()
com.google.protobuf.Timestamp
getCreateTime()
Output only.com.google.protobuf.TimestampOrBuilder
getCreateTimeOrBuilder()
Output only.String
getCustomerManagedEncryptionKey()
Immutable.com.google.protobuf.ByteString
getCustomerManagedEncryptionKeyBytes()
Immutable.static Stream
getDefaultInstance()
Stream
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
DestinationConfig
getDestinationConfig()
Required.DestinationConfigOrBuilder
getDestinationConfigOrBuilder()
Required.String
getDisplayName()
Required.com.google.protobuf.ByteString
getDisplayNameBytes()
Required.Error
getErrors(int index)
Output only.int
getErrorsCount()
Output only.List<Error>
getErrorsList()
Output only.ErrorOrBuilder
getErrorsOrBuilder(int index)
Output only.List<? extends ErrorOrBuilder>
getErrorsOrBuilderList()
Output only.Map<String,String>
getLabels()
Deprecated.int
getLabelsCount()
Labels.Map<String,String>
getLabelsMap()
Labels.String
getLabelsOrDefault(String key, String defaultValue)
Labels.String
getLabelsOrThrow(String key)
Labels.String
getName()
Output only.com.google.protobuf.ByteString
getNameBytes()
Output only.com.google.protobuf.Parser<Stream>
getParserForType()
int
getSerializedSize()
SourceConfig
getSourceConfig()
Required.SourceConfigOrBuilder
getSourceConfigOrBuilder()
Required.Stream.State
getState()
The state of the stream.int
getStateValue()
The state of the stream.com.google.protobuf.Timestamp
getUpdateTime()
Output only.com.google.protobuf.TimestampOrBuilder
getUpdateTimeOrBuilder()
Output only.boolean
hasBackfillAll()
Automatically backfill objects included in the stream source configuration.boolean
hasBackfillNone()
Do not automatically backfill any objects.boolean
hasCreateTime()
Output only.boolean
hasCustomerManagedEncryptionKey()
Immutable.boolean
hasDestinationConfig()
Required.int
hashCode()
boolean
hasSourceConfig()
Required.boolean
hasUpdateTime()
Output only.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
protected com.google.protobuf.MapField
internalGetMapField(int number)
boolean
isInitialized()
static Stream.Builder
newBuilder()
static Stream.Builder
newBuilder(Stream prototype)
Stream.Builder
newBuilderForType()
protected Stream.Builder
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
protected Object
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
static Stream
parseDelimitedFrom(InputStream input)
static Stream
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Stream
parseFrom(byte[] data)
static Stream
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Stream
parseFrom(com.google.protobuf.ByteString data)
static Stream
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Stream
parseFrom(com.google.protobuf.CodedInputStream input)
static Stream
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Stream
parseFrom(InputStream input)
static Stream
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Stream
parseFrom(ByteBuffer data)
static Stream
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static com.google.protobuf.Parser<Stream>
parser()
Stream.Builder
toBuilder()
void
writeTo(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:
newInstance
in classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetMapField
protected com.google.protobuf.MapField internalGetMapField(int number)
- Overrides:
internalGetMapField
in classcom.google.protobuf.GeneratedMessageV3
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3
-
getBackfillStrategyCase
public Stream.BackfillStrategyCase getBackfillStrategyCase()
- Specified by:
getBackfillStrategyCase
in interfaceStreamOrBuilder
-
getName
public String getName()
Output only. The stream's name.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Specified by:
getName
in 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:
getNameBytes
in 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:
hasCreateTime
in 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:
getCreateTime
in 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:
getCreateTimeOrBuilder
in 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:
hasUpdateTime
in 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:
getUpdateTime
in 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:
getUpdateTimeOrBuilder
in interfaceStreamOrBuilder
-
getLabelsCount
public int getLabelsCount()
Description copied from interface:StreamOrBuilder
Labels.
map<string, string> labels = 4;
- Specified by:
getLabelsCount
in interfaceStreamOrBuilder
-
containsLabels
public boolean containsLabels(String key)
Labels.
map<string, string> labels = 4;
- Specified by:
containsLabels
in interfaceStreamOrBuilder
-
getLabels
@Deprecated public Map<String,String> getLabels()
Deprecated.UsegetLabelsMap()
instead.- Specified by:
getLabels
in interfaceStreamOrBuilder
-
getLabelsMap
public Map<String,String> getLabelsMap()
Labels.
map<string, string> labels = 4;
- Specified by:
getLabelsMap
in interfaceStreamOrBuilder
-
getLabelsOrDefault
public String getLabelsOrDefault(String key, String defaultValue)
Labels.
map<string, string> labels = 4;
- Specified by:
getLabelsOrDefault
in interfaceStreamOrBuilder
-
getLabelsOrThrow
public String getLabelsOrThrow(String key)
Labels.
map<string, string> labels = 4;
- Specified by:
getLabelsOrThrow
in interfaceStreamOrBuilder
-
getDisplayName
public String getDisplayName()
Required. Display name.
string display_name = 5 [(.google.api.field_behavior) = REQUIRED];
- Specified by:
getDisplayName
in 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:
getDisplayNameBytes
in 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:
hasSourceConfig
in 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:
getSourceConfig
in 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:
getSourceConfigOrBuilder
in 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:
hasDestinationConfig
in 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:
getDestinationConfig
in 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:
getDestinationConfigOrBuilder
in interfaceStreamOrBuilder
-
getStateValue
public int getStateValue()
The state of the stream.
.google.cloud.datastream.v1.Stream.State state = 8;
- Specified by:
getStateValue
in 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:
getState
in 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:
hasBackfillAll
in 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:
getBackfillAll
in 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:
getBackfillAllOrBuilder
in interfaceStreamOrBuilder
-
hasBackfillNone
public boolean hasBackfillNone()
Do not automatically backfill any objects.
.google.cloud.datastream.v1.Stream.BackfillNoneStrategy backfill_none = 102;
- Specified by:
hasBackfillNone
in 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:
getBackfillNone
in 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:
getBackfillNoneOrBuilder
in 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:
getErrorsList
in 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:
getErrorsOrBuilderList
in 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:
getErrorsCount
in 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:
getErrors
in 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:
getErrorsOrBuilder
in 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:
hasCustomerManagedEncryptionKey
in 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:
getCustomerManagedEncryptionKey
in 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:
getCustomerManagedEncryptionKeyBytes
in interfaceStreamOrBuilder
- Returns:
- The bytes for customerManagedEncryptionKey.
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
- Specified by:
writeTo
in interfacecom.google.protobuf.MessageLite
- Overrides:
writeTo
in classcom.google.protobuf.GeneratedMessageV3
- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSize
in interfacecom.google.protobuf.MessageLite
- Overrides:
getSerializedSize
in classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(Object obj)
- Specified by:
equals
in interfacecom.google.protobuf.Message
- Overrides:
equals
in classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCode
in interfacecom.google.protobuf.Message
- Overrides:
hashCode
in 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:
newBuilderForType
in interfacecom.google.protobuf.Message
- Specified by:
newBuilderForType
in 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:
toBuilder
in interfacecom.google.protobuf.Message
- Specified by:
toBuilder
in interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected Stream.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForType
in 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:
getParserForType
in interfacecom.google.protobuf.Message
- Specified by:
getParserForType
in interfacecom.google.protobuf.MessageLite
- Overrides:
getParserForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public Stream getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
-