Reference documentation and code samples for the Cloud PubSub V1 Client class DeleteSchemaRevisionRequest.
Request for the DeleteSchemaRevision
method.
Generated from protobuf message google.pubsub.v1.DeleteSchemaRevisionRequest
Namespace
Google \ Cloud \ PubSub \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Required. The name of the schema revision to be deleted, with a revision ID explicitly included. Example: |
↳ revision_id |
string
Optional. This field is deprecated and should not be used for specifying the revision ID. The revision ID should be specified via the |
getName
Required. The name of the schema revision to be deleted, with a revision ID explicitly included.
Example: projects/123/schemas/my-schema@c7cfa2a8
Returns | |
---|---|
Type | Description |
string |
setName
Required. The name of the schema revision to be deleted, with a revision ID explicitly included.
Example: projects/123/schemas/my-schema@c7cfa2a8
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getRevisionId
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 | |
---|---|
Type | Description |
string |
setRevisionId
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.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameters | |
---|---|
Name | Description |
name |
string
Required. The name of the schema revision to be deleted, with a revision ID explicitly included. Example: |
revisionId |
string
Optional. This field is deprecated and should not be used for specifying
the revision ID. The revision ID should be specified via the |
Returns | |
---|---|
Type | Description |
Google\Cloud\PubSub\V1\DeleteSchemaRevisionRequest |