Reference documentation and code samples for the Cloud PubSub V1 Client class ValidateSchemaRequest.
Request for the ValidateSchema
method.
Generated from protobuf message google.pubsub.v1.ValidateSchemaRequest
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ parent |
string
Required. The name of the project in which to validate schemas. Format is |
↳ schema |
Google\Cloud\PubSub\V1\Schema
Required. The schema object to validate. |
getParent
Required. The name of the project in which to validate schemas.
Format is projects/{project-id}
.
Generated from protobuf field string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
Returns | |
---|---|
Type | Description |
string |
setParent
Required. The name of the project in which to validate schemas.
Format is projects/{project-id}
.
Generated from protobuf field string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getSchema
Required. The schema object to validate.
Generated from protobuf field .google.pubsub.v1.Schema schema = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
Google\Cloud\PubSub\V1\Schema|null |
hasSchema
clearSchema
setSchema
Required. The schema object to validate.
Generated from protobuf field .google.pubsub.v1.Schema schema = 2 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\PubSub\V1\Schema
|
Returns | |
---|---|
Type | Description |
$this |