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 | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ parent |
string
Required. The name of the project in which to list schemas. Format is |
↳ view |
int
The set of Schema fields to return in the response. If not set, returns Schemas with |
↳ page_size |
int
Maximum number of schemas to return. |
↳ page_token |
string
The value returned by the last |
getParent
Required. The name of the project in which to list schemas.
Format is projects/{project-id}
.
Generated from protobuf field string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
Returns | |
---|---|
Type | Description |
string |
setParent
Required. The name of the project in which to list schemas.
Format is projects/{project-id}
.
Generated from protobuf field string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$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.
Generated from protobuf field .google.pubsub.v1.SchemaView view = 2;
Returns | |
---|---|
Type | Description |
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.
Generated from protobuf field .google.pubsub.v1.SchemaView view = 2;
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getPageSize
Maximum number of schemas to return.
Generated from protobuf field int32 page_size = 3;
Returns | |
---|---|
Type | Description |
int |
setPageSize
Maximum number of schemas to return.
Generated from protobuf field int32 page_size = 3;
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$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.
Generated from protobuf field string page_token = 4;
Returns | |
---|---|
Type | Description |
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.
Generated from protobuf field string page_token = 4;
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |