Enum ProjectsResource.SchemasResource.ListRequest.ViewEnum
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.
Namespace: Google.Apis.Pubsub.v1
Assembly: Google.Apis.Pubsub.v1.dll
Syntax
public enum ProjectsResource.SchemasResource.ListRequest.ViewEnum
Fields
Name | Description |
---|---|
BASIC | Include the name and type of the schema, but not the definition. |
FULL | Include all Schema object fields. |
SCHEMAVIEWUNSPECIFIED | The default / unset value. The API will default to the BASIC view. |