Reference documentation and code samples for the Cloud Pub/Sub V1 API class Google::Cloud::PubSub::V1::DeleteSchemaRevisionRequest.
Request for the DeleteSchemaRevision
method.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#name
def name() -> ::String
Returns
-
(::String) — Required. The name of the schema revision to be deleted, with a revision ID
explicitly included.
Example:
projects/123/schemas/my-schema@c7cfa2a8
#name=
def name=(value) -> ::String
Parameter
-
value (::String) — Required. The name of the schema revision to be deleted, with a revision ID
explicitly included.
Example:
projects/123/schemas/my-schema@c7cfa2a8
Returns
-
(::String) — Required. The name of the schema revision to be deleted, with a revision ID
explicitly included.
Example:
projects/123/schemas/my-schema@c7cfa2a8
#revision_id
def revision_id() -> ::String
Returns
-
(::String) — Optional. This field is deprecated and should not be used for specifying
the revision ID. The revision ID should be specified via the
name
parameter.
#revision_id=
def revision_id=(value) -> ::String
Parameter
-
value (::String) — Optional. This field is deprecated and should not be used for specifying
the revision ID. The revision ID should be specified via the
name
parameter.
Returns
-
(::String) — Optional. This field is deprecated and should not be used for specifying
the revision ID. The revision ID should be specified via the
name
parameter.