Cloud PubSub V1 Client - Class ListSchemasRequest (1.42.1)

Reference documentation and code samples for the Cloud PubSub V1 Client class ListSchemasRequest.

Request for the ListSchemas method.

Generated from protobuf message google.pubsub.v1.ListSchemasRequest

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ parent string

Required. The name of the project in which to list schemas. Format is projects/{project-id}.

↳ view int

The set of Schema fields to return in the response. If not set, returns Schemas with name and type, but not definition. Set to FULL to retrieve all fields.

↳ page_size int

Maximum number of schemas to return.

↳ page_token string

The value returned by the last ListSchemasResponse; indicates that this is a continuation of a prior ListSchemas call, and that the system should return the next page of data.

getParent

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

Format is projects/{project-id}.

Returns
TypeDescription
string

setParent

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

Format is projects/{project-id}.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getView

The set of Schema fields to return in the response. If not set, returns Schemas with name and type, but not definition. Set to FULL to retrieve all fields.

Returns
TypeDescription
int

setView

The set of Schema fields to return in the response. If not set, returns Schemas with name and type, but not definition. Set to FULL to retrieve all fields.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getPageSize

Maximum number of schemas to return.

Returns
TypeDescription
int

setPageSize

Maximum number of schemas to return.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getPageToken

The value returned by the last ListSchemasResponse; indicates that this is a continuation of a prior ListSchemas call, and that the system should return the next page of data.

Returns
TypeDescription
string

setPageToken

The value returned by the last ListSchemasResponse; indicates that this is a continuation of a prior ListSchemas call, and that the system should return the next page of data.

Parameter
NameDescription
var string
Returns
TypeDescription
$this