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