Reference documentation and code samples for the Cloud PubSub V1 Client class GetSchemaRequest.
Request for the GetSchema method.
Generated from protobuf message google.pubsub.v1.GetSchemaRequest
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Required. The name of the schema to get. Format is projects/{project}/schemas/{schema}
.
↳ view
int
The set of fields to return in the response. If not set, returns a Schema with all fields filled out. Set to BASIC
to omit the definition
.
getName
Required. The name of the schema to get.
Format is projects/{project}/schemas/{schema}
.
string
setName
Required. The name of the schema to get.
Format is projects/{project}/schemas/{schema}
.
var
string
$this
getView
The set of fields to return in the response. If not set, returns a Schema
with all fields filled out. Set to BASIC
to omit the definition
.
int
setView
The set of fields to return in the response. If not set, returns a Schema
with all fields filled out. Set to BASIC
to omit the definition
.
var
int
$this