com.google.pubsub.v1.DeleteSubscriptionRequestOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of proto-google-cloud-pubsub-v1 Show documentation
Show all versions of proto-google-cloud-pubsub-v1 Show documentation
PROTO library for proto-google-cloud-pubsub-v1
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/pubsub/v1/pubsub.proto
package com.google.pubsub.v1;
public interface DeleteSubscriptionRequestOrBuilder
extends
// @@protoc_insertion_point(interface_extends:google.pubsub.v1.DeleteSubscriptionRequest)
com.google.protobuf.MessageOrBuilder {
/**
*
*
*
* The subscription to delete.
* Format is `projects/{project}/subscriptions/{sub}`.
*
*
* string subscription = 1;
*/
java.lang.String getSubscription();
/**
*
*
*
* The subscription to delete.
* Format is `projects/{project}/subscriptions/{sub}`.
*
*
* string subscription = 1;
*/
com.google.protobuf.ByteString getSubscriptionBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy