Package com.google.cloud.datastream.v1
Interface LookupStreamObjectRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
LookupStreamObjectRequest
,LookupStreamObjectRequest.Builder
public interface LookupStreamObjectRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getParent()
Required.com.google.protobuf.ByteString
getParentBytes()
Required.SourceObjectIdentifier
getSourceObjectIdentifier()
Required.SourceObjectIdentifierOrBuilder
getSourceObjectIdentifierOrBuilder()
Required.boolean
hasSourceObjectIdentifier()
Required.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getParent
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:
- The parent.
-
getParentBytes
com.google.protobuf.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:
- The bytes for parent.
-
hasSourceObjectIdentifier
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:
- Whether the sourceObjectIdentifier field is set.
-
getSourceObjectIdentifier
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:
- The sourceObjectIdentifier.
-
getSourceObjectIdentifierOrBuilder
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];
-
-