Reference documentation and code samples for the Cloud Pub/Sub V1 API class Google::Cloud::PubSub::V1::DeleteSchemaRequest.
Request for the DeleteSchema
method.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#name
def name() -> ::String
Returns
-
(::String) — Required. Name of the schema to delete.
Format is
projects/{project}/schemas/{schema}
.
#name=
def name=(value) -> ::String
Parameter
-
value (::String) — Required. Name of the schema to delete.
Format is
projects/{project}/schemas/{schema}
.
Returns
-
(::String) — Required. Name of the schema to delete.
Format is
projects/{project}/schemas/{schema}
.