Class StreamObject (1.0.0)

public final class StreamObject extends GeneratedMessageV3 implements StreamObjectOrBuilder

A specific stream object (e.g a specific DB table).

Protobuf type google.cloud.datastream.v1.StreamObject

Static Fields

BACKFILL_JOB_FIELD_NUMBER

public static final int BACKFILL_JOB_FIELD_NUMBER
Field Value
TypeDescription
int

CREATE_TIME_FIELD_NUMBER

public static final int CREATE_TIME_FIELD_NUMBER
Field Value
TypeDescription
int

DISPLAY_NAME_FIELD_NUMBER

public static final int DISPLAY_NAME_FIELD_NUMBER
Field Value
TypeDescription
int

ERRORS_FIELD_NUMBER

public static final int ERRORS_FIELD_NUMBER
Field Value
TypeDescription
int

NAME_FIELD_NUMBER

public static final int NAME_FIELD_NUMBER
Field Value
TypeDescription
int

SOURCE_OBJECT_FIELD_NUMBER

public static final int SOURCE_OBJECT_FIELD_NUMBER
Field Value
TypeDescription
int

UPDATE_TIME_FIELD_NUMBER

public static final int UPDATE_TIME_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static StreamObject getDefaultInstance()
Returns
TypeDescription
StreamObject

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static StreamObject.Builder newBuilder()
Returns
TypeDescription
StreamObject.Builder

newBuilder(StreamObject prototype)

public static StreamObject.Builder newBuilder(StreamObject prototype)
Parameter
NameDescription
prototypeStreamObject
Returns
TypeDescription
StreamObject.Builder

parseDelimitedFrom(InputStream input)

public static StreamObject parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
StreamObject
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static StreamObject parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
StreamObject
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static StreamObject parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
StreamObject
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static StreamObject parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
StreamObject
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static StreamObject parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
StreamObject
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static StreamObject parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
StreamObject
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static StreamObject parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
StreamObject
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static StreamObject parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
StreamObject
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static StreamObject parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
StreamObject
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static StreamObject parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
StreamObject
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static StreamObject parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
StreamObject
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static StreamObject parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
StreamObject
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<StreamObject> parser()
Returns
TypeDescription
Parser<StreamObject>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getBackfillJob()

public BackfillJob getBackfillJob()

The latest backfill job that was initiated for the stream object.

.google.cloud.datastream.v1.BackfillJob backfill_job = 7;

Returns
TypeDescription
BackfillJob

The backfillJob.

getBackfillJobOrBuilder()

public BackfillJobOrBuilder getBackfillJobOrBuilder()

The latest backfill job that was initiated for the stream object.

.google.cloud.datastream.v1.BackfillJob backfill_job = 7;

Returns
TypeDescription
BackfillJobOrBuilder

getCreateTime()

public Timestamp getCreateTime()

Output only. The creation time of the object.

.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Timestamp

The createTime.

getCreateTimeOrBuilder()

public TimestampOrBuilder getCreateTimeOrBuilder()

Output only. The creation time of the object.

.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
TimestampOrBuilder

getDefaultInstanceForType()

public StreamObject getDefaultInstanceForType()
Returns
TypeDescription
StreamObject

getDisplayName()

public String getDisplayName()

Required. Display name.

string display_name = 5 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The displayName.

getDisplayNameBytes()

public ByteString getDisplayNameBytes()

Required. Display name.

string display_name = 5 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for displayName.

getErrors(int index)

public 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];

Parameter
NameDescription
indexint
Returns
TypeDescription
Error

getErrorsCount()

public int getErrorsCount()

Output only. Active errors on the object.

repeated .google.cloud.datastream.v1.Error errors = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
int

getErrorsList()

public List<Error> getErrorsList()

Output only. Active errors on the object.

repeated .google.cloud.datastream.v1.Error errors = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
List<Error>

getErrorsOrBuilder(int index)

public 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];

Parameter
NameDescription
indexint
Returns
TypeDescription
ErrorOrBuilder

getErrorsOrBuilderList()

public 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];

Returns
TypeDescription
List<? extends com.google.cloud.datastream.v1.ErrorOrBuilder>

getName()

public String getName()

Output only. The object resource's name.

string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
String

The name.

getNameBytes()

public ByteString getNameBytes()

Output only. The object resource's name.

string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
ByteString

The bytes for name.

getParserForType()

public Parser<StreamObject> getParserForType()
Returns
TypeDescription
Parser<StreamObject>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getSourceObject()

public SourceObjectIdentifier getSourceObject()

The object identifier in the data source.

.google.cloud.datastream.v1.SourceObjectIdentifier source_object = 8;

Returns
TypeDescription
SourceObjectIdentifier

The sourceObject.

getSourceObjectOrBuilder()

public SourceObjectIdentifierOrBuilder getSourceObjectOrBuilder()

The object identifier in the data source.

.google.cloud.datastream.v1.SourceObjectIdentifier source_object = 8;

Returns
TypeDescription
SourceObjectIdentifierOrBuilder

getUnknownFields()

public final UnknownFieldSet getUnknownFields()
Returns
TypeDescription
UnknownFieldSet
Overrides

getUpdateTime()

public Timestamp getUpdateTime()

Output only. The last update time of the object.

.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Timestamp

The updateTime.

getUpdateTimeOrBuilder()

public TimestampOrBuilder getUpdateTimeOrBuilder()

Output only. The last update time of the object.

.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
TimestampOrBuilder

hasBackfillJob()

public boolean hasBackfillJob()

The latest backfill job that was initiated for the stream object.

.google.cloud.datastream.v1.BackfillJob backfill_job = 7;

Returns
TypeDescription
boolean

Whether the backfillJob field is set.

hasCreateTime()

public boolean hasCreateTime()

Output only. The creation time of the object.

.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
boolean

Whether the createTime field is set.

hasSourceObject()

public boolean hasSourceObject()

The object identifier in the data source.

.google.cloud.datastream.v1.SourceObjectIdentifier source_object = 8;

Returns
TypeDescription
boolean

Whether the sourceObject field is set.

hasUpdateTime()

public boolean hasUpdateTime()

Output only. The last update time of the object.

.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
boolean

Whether the updateTime field is set.

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public StreamObject.Builder newBuilderForType()
Returns
TypeDescription
StreamObject.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected StreamObject.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
StreamObject.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public StreamObject.Builder toBuilder()
Returns
TypeDescription
StreamObject.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides Exceptions
TypeDescription
IOException