public interface DeleteSchemaRevisionRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getName()
Required.
|
com.google.protobuf.ByteString |
getNameBytes()
Required.
|
String |
getRevisionId()
Deprecated.
google.pubsub.v1.DeleteSchemaRevisionRequest.revision_id is deprecated. See
google/pubsub/v1/schema.proto;l=331
|
com.google.protobuf.ByteString |
getRevisionIdBytes()
Deprecated.
google.pubsub.v1.DeleteSchemaRevisionRequest.revision_id is deprecated. See
google/pubsub/v1/schema.proto;l=331
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
String getName()
Required. The name of the schema revision to be deleted, with a revision ID explicitly included. Example: `projects/123/schemas/my-schema@c7cfa2a8`
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getNameBytes()
Required. The name of the schema revision to be deleted, with a revision ID explicitly included. Example: `projects/123/schemas/my-schema@c7cfa2a8`
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
@Deprecated String getRevisionId()
Optional. This field is deprecated and should not be used for specifying the revision ID. The revision ID should be specified via the `name` parameter.
string revision_id = 2 [deprecated = true, (.google.api.field_behavior) = OPTIONAL];
@Deprecated com.google.protobuf.ByteString getRevisionIdBytes()
Optional. This field is deprecated and should not be used for specifying the revision ID. The revision ID should be specified via the `name` parameter.
string revision_id = 2 [deprecated = true, (.google.api.field_behavior) = OPTIONAL];
Copyright © 2023 Google LLC. All rights reserved.