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.
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}
.
string
setParent
Required. The name of the project in which to list schemas.
Format is projects/{project-id}
.
var
string
$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.
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.
var
int
$this
getPageSize
Maximum number of schemas to return.
int
setPageSize
Maximum number of schemas to return.
var
int
$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.
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.
var
string
$this