public interface LookupStreamObjectRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
boolean |
Whether the sourceObjectIdentifier field is set. |