com.google.pubsub.v1.GetSubscriptionRequestOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of grpc-google-cloud-pubsub-v1 Show documentation
Show all versions of grpc-google-cloud-pubsub-v1 Show documentation
GRPC library for grpc-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 GetSubscriptionRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.pubsub.v1.GetSubscriptionRequest)
com.google.protobuf.MessageOrBuilder {
/**
*
* The name of the subscription to get.
*
*
* optional string subscription = 1;
*/
java.lang.String getSubscription();
/**
*
* The name of the subscription to get.
*
*
* optional string subscription = 1;
*/
com.google.protobuf.ByteString
getSubscriptionBytes();
}