public interface ValidateSchemaRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
Schema |
getSchema()
Required.
|
SchemaOrBuilder |
getSchemaOrBuilder()
Required.
|
boolean |
hasSchema()
Required.
|
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 hasSchema()
Required. The schema object to validate.
.google.pubsub.v1.Schema schema = 2 [(.google.api.field_behavior) = REQUIRED];Schema getSchema()
Required. The schema object to validate.
.google.pubsub.v1.Schema schema = 2 [(.google.api.field_behavior) = REQUIRED];SchemaOrBuilder getSchemaOrBuilder()
Required. The schema object to validate.
.google.pubsub.v1.Schema schema = 2 [(.google.api.field_behavior) = REQUIRED];Copyright © 2023 Google LLC. All rights reserved.