Class: Google::Cloud::Firestore::V1::ListenRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/firestore/v1/firestore.rb

Overview

A request for Firestore.Listen

Defined Under Namespace

Classes: LabelsEntry

Instance Attribute Summary collapse

Instance Attribute Details

#add_target::Google::Cloud::Firestore::V1::Target

Returns A target to add to this stream.

Returns:



693
694
695
696
697
698
699
700
701
702
703
704
705
# File 'proto_docs/google/firestore/v1/firestore.rb', line 693

class ListenRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class LabelsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#database::String

Returns Required. The database name. In the format: projects/{project_id}/databases/{database_id}.

Returns:

  • (::String)

    Required. The database name. In the format: projects/{project_id}/databases/{database_id}.



693
694
695
696
697
698
699
700
701
702
703
704
705
# File 'proto_docs/google/firestore/v1/firestore.rb', line 693

class ListenRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class LabelsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#labels::Google::Protobuf::Map{::String => ::String}

Returns Labels associated with this target change.

Returns:

  • (::Google::Protobuf::Map{::String => ::String})

    Labels associated with this target change.



693
694
695
696
697
698
699
700
701
702
703
704
705
# File 'proto_docs/google/firestore/v1/firestore.rb', line 693

class ListenRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class LabelsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#remove_target::Integer

Returns The ID of a target to remove from this stream.

Returns:

  • (::Integer)

    The ID of a target to remove from this stream.



693
694
695
696
697
698
699
700
701
702
703
704
705
# File 'proto_docs/google/firestore/v1/firestore.rb', line 693

class ListenRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class LabelsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end