public interface SchemaSettingsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Encoding |
getEncoding()
The encoding of messages validated against `schema`.
|
int |
getEncodingValue()
The encoding of messages validated against `schema`.
|
String |
getSchema()
Required.
|
com.google.protobuf.ByteString |
getSchemaBytes()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getSchema()
Required. The name of the schema that messages published should be
validated against. Format is `projects/{project}/schemas/{schema}`. The
value of this field will be `_deleted-schema_` if the schema has been
deleted.
string schema = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getSchemaBytes()
Required. The name of the schema that messages published should be
validated against. Format is `projects/{project}/schemas/{schema}`. The
value of this field will be `_deleted-schema_` if the schema has been
deleted.
string schema = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
int getEncodingValue()
The encoding of messages validated against `schema`.
.google.pubsub.v1.Encoding encoding = 2;Encoding getEncoding()
The encoding of messages validated against `schema`.
.google.pubsub.v1.Encoding encoding = 2;Copyright © 2022 Google LLC. All rights reserved.