Interface LookupStreamObjectRequestOrBuilder (1.40.0)

public interface LookupStreamObjectRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getParent()

public abstract String getParent()

Required. The parent stream that owns the collection of objects.

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
String

The parent.

getParentBytes()

public abstract ByteString getParentBytes()

Required. The parent stream that owns the collection of objects.

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for parent.

getSourceObjectIdentifier()

public abstract SourceObjectIdentifier getSourceObjectIdentifier()

Required. The source object identifier which maps to the stream object.

.google.cloud.datastream.v1.SourceObjectIdentifier source_object_identifier = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
SourceObjectIdentifier

The sourceObjectIdentifier.

getSourceObjectIdentifierOrBuilder()

public abstract SourceObjectIdentifierOrBuilder getSourceObjectIdentifierOrBuilder()

Required. The source object identifier which maps to the stream object.

.google.cloud.datastream.v1.SourceObjectIdentifier source_object_identifier = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
SourceObjectIdentifierOrBuilder

hasSourceObjectIdentifier()

public abstract boolean hasSourceObjectIdentifier()

Required. The source object identifier which maps to the stream object.

.google.cloud.datastream.v1.SourceObjectIdentifier source_object_identifier = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the sourceObjectIdentifier field is set.