public final class StreamObject extends com.google.protobuf.GeneratedMessageV3 implements StreamObjectOrBuilder
A specific stream object (e.g a specific DB table).Protobuf type
google.cloud.datastream.v1.StreamObject| Modifier and Type | Class and Description |
|---|---|
static class |
StreamObject.Builder
A specific stream object (e.g a specific DB table).
|
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
BACKFILL_JOB_FIELD_NUMBER |
static int |
CREATE_TIME_FIELD_NUMBER |
static int |
DISPLAY_NAME_FIELD_NUMBER |
static int |
ERRORS_FIELD_NUMBER |
static int |
NAME_FIELD_NUMBER |
static int |
SOURCE_OBJECT_FIELD_NUMBER |
static int |
UPDATE_TIME_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
BackfillJob |
getBackfillJob()
The latest backfill job that was initiated for the stream object.
|
BackfillJobOrBuilder |
getBackfillJobOrBuilder()
The latest backfill job that was initiated for the stream object.
|
com.google.protobuf.Timestamp |
getCreateTime()
Output only.
|
com.google.protobuf.TimestampOrBuilder |
getCreateTimeOrBuilder()
Output only.
|
static StreamObject |
getDefaultInstance() |
StreamObject |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
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.
|
String |
getName()
Output only.
|
com.google.protobuf.ByteString |
getNameBytes()
Output only.
|
com.google.protobuf.Parser<StreamObject> |
getParserForType() |
int |
getSerializedSize() |
SourceObjectIdentifier |
getSourceObject()
The object identifier in the data source.
|
SourceObjectIdentifierOrBuilder |
getSourceObjectOrBuilder()
The object identifier in the data source.
|
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
com.google.protobuf.Timestamp |
getUpdateTime()
Output only.
|
com.google.protobuf.TimestampOrBuilder |
getUpdateTimeOrBuilder()
Output only.
|
boolean |
hasBackfillJob()
The latest backfill job that was initiated for the stream object.
|
boolean |
hasCreateTime()
Output only.
|
int |
hashCode() |
boolean |
hasSourceObject()
The object identifier in the data source.
|
boolean |
hasUpdateTime()
Output only.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static StreamObject.Builder |
newBuilder() |
static StreamObject.Builder |
newBuilder(StreamObject prototype) |
StreamObject.Builder |
newBuilderForType() |
protected StreamObject.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static StreamObject |
parseDelimitedFrom(InputStream input) |
static StreamObject |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StreamObject |
parseFrom(byte[] data) |
static StreamObject |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StreamObject |
parseFrom(ByteBuffer data) |
static StreamObject |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StreamObject |
parseFrom(com.google.protobuf.ByteString data) |
static StreamObject |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StreamObject |
parseFrom(com.google.protobuf.CodedInputStream input) |
static StreamObject |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StreamObject |
parseFrom(InputStream input) |
static StreamObject |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<StreamObject> |
parser() |
StreamObject.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, 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, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int NAME_FIELD_NUMBER
public static final int CREATE_TIME_FIELD_NUMBER
public static final int UPDATE_TIME_FIELD_NUMBER
public static final int DISPLAY_NAME_FIELD_NUMBER
public static final int ERRORS_FIELD_NUMBER
public static final int BACKFILL_JOB_FIELD_NUMBER
public static final int SOURCE_OBJECT_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public String getName()
Output only. The object resource's name.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];getName in interface StreamObjectOrBuilderpublic com.google.protobuf.ByteString getNameBytes()
Output only. The object resource's name.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];getNameBytes in interface StreamObjectOrBuilderpublic boolean hasCreateTime()
Output only. The creation time of the object.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
hasCreateTime in interface StreamObjectOrBuilderpublic com.google.protobuf.Timestamp getCreateTime()
Output only. The creation time of the object.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
getCreateTime in interface StreamObjectOrBuilderpublic com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
Output only. The creation time of the object.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
getCreateTimeOrBuilder in interface StreamObjectOrBuilderpublic boolean hasUpdateTime()
Output only. The last update time of the object.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
hasUpdateTime in interface StreamObjectOrBuilderpublic com.google.protobuf.Timestamp getUpdateTime()
Output only. The last update time of the object.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
getUpdateTime in interface StreamObjectOrBuilderpublic com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder()
Output only. The last update time of the object.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
getUpdateTimeOrBuilder in interface StreamObjectOrBuilderpublic String getDisplayName()
Required. Display name.
string display_name = 5 [(.google.api.field_behavior) = REQUIRED];getDisplayName in interface StreamObjectOrBuilderpublic com.google.protobuf.ByteString getDisplayNameBytes()
Required. Display name.
string display_name = 5 [(.google.api.field_behavior) = REQUIRED];getDisplayNameBytes in interface StreamObjectOrBuilderpublic List<Error> getErrorsList()
Output only. Active errors on the object.
repeated .google.cloud.datastream.v1.Error errors = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
getErrorsList in interface StreamObjectOrBuilderpublic List<? extends ErrorOrBuilder> getErrorsOrBuilderList()
Output only. Active errors on the object.
repeated .google.cloud.datastream.v1.Error errors = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
getErrorsOrBuilderList in interface StreamObjectOrBuilderpublic int getErrorsCount()
Output only. Active errors on the object.
repeated .google.cloud.datastream.v1.Error errors = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
getErrorsCount in interface StreamObjectOrBuilderpublic Error getErrors(int index)
Output only. Active errors on the object.
repeated .google.cloud.datastream.v1.Error errors = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
getErrors in interface StreamObjectOrBuilderpublic ErrorOrBuilder getErrorsOrBuilder(int index)
Output only. Active errors on the object.
repeated .google.cloud.datastream.v1.Error errors = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
getErrorsOrBuilder in interface StreamObjectOrBuilderpublic boolean hasBackfillJob()
The latest backfill job that was initiated for the stream object.
.google.cloud.datastream.v1.BackfillJob backfill_job = 7;hasBackfillJob in interface StreamObjectOrBuilderpublic BackfillJob getBackfillJob()
The latest backfill job that was initiated for the stream object.
.google.cloud.datastream.v1.BackfillJob backfill_job = 7;getBackfillJob in interface StreamObjectOrBuilderpublic BackfillJobOrBuilder getBackfillJobOrBuilder()
The latest backfill job that was initiated for the stream object.
.google.cloud.datastream.v1.BackfillJob backfill_job = 7;getBackfillJobOrBuilder in interface StreamObjectOrBuilderpublic boolean hasSourceObject()
The object identifier in the data source.
.google.cloud.datastream.v1.SourceObjectIdentifier source_object = 8;hasSourceObject in interface StreamObjectOrBuilderpublic SourceObjectIdentifier getSourceObject()
The object identifier in the data source.
.google.cloud.datastream.v1.SourceObjectIdentifier source_object = 8;getSourceObject in interface StreamObjectOrBuilderpublic SourceObjectIdentifierOrBuilder getSourceObjectOrBuilder()
The object identifier in the data source.
.google.cloud.datastream.v1.SourceObjectIdentifier source_object = 8;getSourceObjectOrBuilder in interface StreamObjectOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static StreamObject parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StreamObject parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StreamObject parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StreamObject parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StreamObject parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StreamObject parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StreamObject parseFrom(InputStream input) throws IOException
IOExceptionpublic static StreamObject parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static StreamObject parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static StreamObject parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static StreamObject parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static StreamObject parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic StreamObject.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static StreamObject.Builder newBuilder()
public static StreamObject.Builder newBuilder(StreamObject prototype)
public StreamObject.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected StreamObject.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static StreamObject getDefaultInstance()
public static com.google.protobuf.Parser<StreamObject> parser()
public com.google.protobuf.Parser<StreamObject> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public StreamObject getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2022 Google LLC. All rights reserved.