Enum ProjectsResource.SchemasResource.GetRequest.ViewEnum
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
.
Namespace: Google.Apis.Pubsub.v1
Assembly: Google.Apis.Pubsub.v1.dll
Syntax
public enum ProjectsResource.SchemasResource.GetRequest.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. |