Reference documentation and code samples for the Cloud PubSub V1 Client class DeleteSchemaRequest.
Request for the DeleteSchema
method.
Generated from protobuf message google.pubsub.v1.DeleteSchemaRequest
Namespace
Google \ Cloud \ PubSub \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Required. Name of the schema to delete. Format is projects/{project}/schemas/{schema}
.
getName
Required. Name of the schema to delete.
Format is projects/{project}/schemas/{schema}
.
string
setName
Required. Name of the schema to delete.
Format is projects/{project}/schemas/{schema}
.
var
string
$this
static::build
name
string
Required. Name of the schema to delete.
Format is projects/{project}/schemas/{schema}
. Please see Google\Cloud\PubSub\V1\SchemaServiceClient::schemaName()
for help formatting this field.