public interface ValidateMessageRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Encoding |
getEncoding()
The encoding expected for messages
|
int |
getEncodingValue()
The encoding expected for messages
|
com.google.protobuf.ByteString |
getMessage()
Message to validate against the provided `schema_spec`.
|
String |
getName()
Name of the schema against which to validate.
|
com.google.protobuf.ByteString |
getNameBytes()
Name of the schema against which to validate.
|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
Schema |
getSchema()
Ad-hoc schema against which to validate
|
SchemaOrBuilder |
getSchemaOrBuilder()
Ad-hoc schema against which to validate
|
ValidateMessageRequest.SchemaSpecCase |
getSchemaSpecCase() |
boolean |
hasName()
Name of the schema against which to validate.
|
boolean |
hasSchema()
Ad-hoc schema against which to validate
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getParent()
Required. The name of the project in which to validate schemas.
Format is `projects/{project-id}`.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getParentBytes()
Required. The name of the project in which to validate schemas.
Format is `projects/{project-id}`.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
boolean hasName()
Name of the schema against which to validate.
Format is `projects/{project}/schemas/{schema}`.
string name = 2 [(.google.api.resource_reference) = { ... }String getName()
Name of the schema against which to validate.
Format is `projects/{project}/schemas/{schema}`.
string name = 2 [(.google.api.resource_reference) = { ... }com.google.protobuf.ByteString getNameBytes()
Name of the schema against which to validate.
Format is `projects/{project}/schemas/{schema}`.
string name = 2 [(.google.api.resource_reference) = { ... }boolean hasSchema()
Ad-hoc schema against which to validate
.google.pubsub.v1.Schema schema = 3;Schema getSchema()
Ad-hoc schema against which to validate
.google.pubsub.v1.Schema schema = 3;SchemaOrBuilder getSchemaOrBuilder()
Ad-hoc schema against which to validate
.google.pubsub.v1.Schema schema = 3;com.google.protobuf.ByteString getMessage()
Message to validate against the provided `schema_spec`.
bytes message = 4;int getEncodingValue()
The encoding expected for messages
.google.pubsub.v1.Encoding encoding = 5;Encoding getEncoding()
The encoding expected for messages
.google.pubsub.v1.Encoding encoding = 5;ValidateMessageRequest.SchemaSpecCase getSchemaSpecCase()
Copyright © 2023 Google LLC. All rights reserved.