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.
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. The name of the project in which to validate schemas. Format is projects/{project-id}
.
↳ schema
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) = {
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) = {
var
string
$this
getSchema
Required. The schema object to validate.
Generated from protobuf field .google.pubsub.v1.Schema schema = 2 [(.google.api.field_behavior) = REQUIRED];
hasSchema
clearSchema
setSchema
Required. The schema object to validate.
Generated from protobuf field .google.pubsub.v1.Schema schema = 2 [(.google.api.field_behavior) = REQUIRED];
$this