Class: Google::Cloud::PubSub::V1::CreateSnapshotRequest
- Inherits:
-
Object
- Object
- Google::Cloud::PubSub::V1::CreateSnapshotRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/pubsub/v1/pubsub.rb
Overview
Request for the CreateSnapshot method.
Defined Under Namespace
Classes: LabelsEntry
Instance Attribute Summary collapse
- #labels ⇒ ::Google::Protobuf::Map{::String => ::String}
-
#name ⇒ ::String
Required.
-
#subscription ⇒ ::String
Required.
Instance Attribute Details
#labels ⇒ ::Google::Protobuf::Map{::String => ::String}
884 885 886 887 888 889 890 891 892 893 894 895 896 |
# File 'proto_docs/google/pubsub/v1/pubsub.rb', line 884 class CreateSnapshotRequest 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 |
#name ⇒ ::String
884 885 886 887 888 889 890 891 892 893 894 895 896 |
# File 'proto_docs/google/pubsub/v1/pubsub.rb', line 884 class CreateSnapshotRequest 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 |
#subscription ⇒ ::String
884 885 886 887 888 889 890 891 892 893 894 895 896 |
# File 'proto_docs/google/pubsub/v1/pubsub.rb', line 884 class CreateSnapshotRequest 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 |