Cloud PubSub V1 Client - Class ValidateSchemaRequest (2.8.2)

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

Namespace

Google \ Cloud \ PubSub \ V1

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 projects/{project-id}.

↳ schema Schema

Required. The schema object to validate.

getParent

Required. The name of the project in which to validate schemas.

Format is projects/{project-id}.

Returns
Type Description
string

setParent

Required. The name of the project in which to validate schemas.

Format is projects/{project-id}.

Parameter
Name Description
var string
Returns
Type Description
$this

getSchema

Required. The schema object to validate.

Returns
Type Description
Schema|null

hasSchema

clearSchema

setSchema

Required. The schema object to validate.

Parameter
Name Description
var Schema
Returns
Type Description
$this

static::build

Parameters
Name Description
parent string

Required. The name of the project in which to validate schemas. Format is projects/{project-id}. Please see SchemaServiceClient::projectName() for help formatting this field.

schema Schema

Required. The schema object to validate.

Returns
Type Description
ValidateSchemaRequest

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.