Send feedback
  
   
 
  
    
      Class Subscription (1.15.18) 
  
  
  
   
  
    
  
  
    
    
    
    
    
  Version latestkeyboard_arrow_down  
  
 
    
    
    
    
      
  
  
  
    
public   final   class  Subscription   extends   GeneratedMessageV3   implements   SubscriptionOrBuilder  
   Metadata about a subscription resource.
 Protobuf type google.cloud.pubsublite.v1.Subscription
    Inherited Members 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT) 
    
    
      com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int) 
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>) 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int) 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
   
  Static Fields
   
  DELIVERY_CONFIG_FIELD_NUMBER 
  
    
public   static   final   int   DELIVERY_CONFIG_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  EXPORT_CONFIG_FIELD_NUMBER 
  
    
public   static   final   int   EXPORT_CONFIG_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  NAME_FIELD_NUMBER 
  
    
public   static   final   int   NAME_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  TOPIC_FIELD_NUMBER 
  
    
public   static   final   int   TOPIC_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  Static Methods
   
  getDefaultInstance() 
  
    
public   static   Subscription   getDefaultInstance ()  
  
  getDescriptor() 
  
    
public   static   final   Descriptors . Descriptor   getDescriptor ()  
  
  newBuilder() 
  
    
public   static   Subscription . Builder   newBuilder ()  
  
  newBuilder(Subscription prototype) 
  
    
public   static   Subscription . Builder   newBuilder ( Subscription   prototype )  
  
  
  
    
public   static   Subscription   parseDelimitedFrom ( InputStream   input )  
  
  
  
  
    
public   static   Subscription   parseDelimitedFrom ( InputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  parseFrom(byte[] data) 
  
    
public   static   Subscription   parseFrom ( byte []   data )  
  
    
      
        Parameter  
      
        Name Description  
      
        databyte [] 
     
  
  
  
  parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   Subscription   parseFrom ( byte []   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  parseFrom(ByteString data) 
  
    
public   static   Subscription   parseFrom ( ByteString   data )  
  
  
  
  parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   Subscription   parseFrom ( ByteString   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   Subscription   parseFrom ( CodedInputStream   input )  
  
  
  
  
    
public   static   Subscription   parseFrom ( CodedInputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   Subscription   parseFrom ( InputStream   input )  
  
  
  
  
    
public   static   Subscription   parseFrom ( InputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  parseFrom(ByteBuffer data) 
  
    
public   static   Subscription   parseFrom ( ByteBuffer   data )  
  
  
  
  parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   Subscription   parseFrom ( ByteBuffer   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  parser() 
  
    
public   static   Parser<Subscription>   parser ()  
  
  Methods
   
  equals(Object obj) 
  
    
public   boolean   equals ( Object   obj )  
  
    
      
        Parameter  
      
        Name Description  
      
        objObject  
     
  
  
  Overrides 
  
  getDefaultInstanceForType() 
  
    
public   Subscription   getDefaultInstanceForType ()  
  
  getDeliveryConfig() 
  
    
public   Subscription . DeliveryConfig   getDeliveryConfig ()  
   The settings for this subscription's message delivery.
 .google.cloud.pubsublite.v1.Subscription.DeliveryConfig delivery_config = 3;
getDeliveryConfigOrBuilder() 
  
    
public   Subscription . DeliveryConfigOrBuilder   getDeliveryConfigOrBuilder ()  
   The settings for this subscription's message delivery.
 .google.cloud.pubsublite.v1.Subscription.DeliveryConfig delivery_config = 3;
getExportConfig() 
  
    
public   ExportConfig   getExportConfig ()  
   If present, messages are automatically written from the Pub/Sub Lite topic
 associated with this subscription to a destination.
 .google.cloud.pubsublite.v1.ExportConfig export_config = 4;
getExportConfigOrBuilder() 
  
    
public   ExportConfigOrBuilder   getExportConfigOrBuilder ()  
   If present, messages are automatically written from the Pub/Sub Lite topic
 associated with this subscription to a destination.
 .google.cloud.pubsublite.v1.ExportConfig export_config = 4;
getName() 
  
   The name of the subscription.
 Structured like:
 projects/{project_number}/locations/{location}/subscriptions/{subscription_id}
 string name = 1;
    
      
        Returns  
      
        Type Description  
      
        String The name.
 
     
  
  getNameBytes() 
  
    
public   ByteString   getNameBytes ()  
   The name of the subscription.
 Structured like:
 projects/{project_number}/locations/{location}/subscriptions/{subscription_id}
 string name = 1;
    
      
        Returns  
      
        Type Description  
      
        ByteString The bytes for name.
 
     
  
  getParserForType() 
  
    
public   Parser<Subscription>   getParserForType ()  
  
  Overrides 
  
  getSerializedSize() 
  
    
public   int   getSerializedSize ()  
  
    
      
        Returns  
      
        Type Description  
      
        int  
     
  
  Overrides 
  
  getTopic() 
  
   The name of the topic this subscription is attached to.
 Structured like:
 projects/{project_number}/locations/{location}/topics/{topic_id}
 string topic = 2 [(.google.api.resource_reference) = { ... }
    
      
        Returns  
      
        Type Description  
      
        String The topic.
 
     
  
  getTopicBytes() 
  
    
public   ByteString   getTopicBytes ()  
   The name of the topic this subscription is attached to.
 Structured like:
 projects/{project_number}/locations/{location}/topics/{topic_id}
 string topic = 2 [(.google.api.resource_reference) = { ... }
    
      
        Returns  
      
        Type Description  
      
        ByteString The bytes for topic.
 
     
  
  hasDeliveryConfig() 
  
    
public   boolean   hasDeliveryConfig ()  
   The settings for this subscription's message delivery.
 .google.cloud.pubsublite.v1.Subscription.DeliveryConfig delivery_config = 3;
    
      
        Returns  
      
        Type Description  
      
        boolean Whether the deliveryConfig field is set.
 
     
  
  hasExportConfig() 
  
    
public   boolean   hasExportConfig ()  
   If present, messages are automatically written from the Pub/Sub Lite topic
 associated with this subscription to a destination.
 .google.cloud.pubsublite.v1.ExportConfig export_config = 4;
    
      
        Returns  
      
        Type Description  
      
        boolean Whether the exportConfig field is set.
 
     
  
  hashCode() 
  
  
    
      
        Returns  
      
        Type Description  
      
        int  
     
  
  Overrides 
  
  internalGetFieldAccessorTable() 
  
    
protected   GeneratedMessageV3 . FieldAccessorTable   internalGetFieldAccessorTable ()  
  
  Overrides 
  
  isInitialized() 
  
    
public   final   boolean   isInitialized ()  
  
  Overrides 
  
  newBuilderForType() 
  
    
public   Subscription . Builder   newBuilderForType ()  
  
  newBuilderForType(GeneratedMessageV3.BuilderParent parent) 
  
    
protected   Subscription . Builder   newBuilderForType ( GeneratedMessageV3 . BuilderParent   parent )  
  
  
  Overrides 
  
  newInstance(GeneratedMessageV3.UnusedPrivateParameter unused) 
  
    
protected   Object   newInstance ( GeneratedMessageV3 . UnusedPrivateParameter   unused )  
  
  
    
      
        Returns  
      
        Type Description  
      
        Object  
     
  
  Overrides 
  
  toBuilder() 
  
    
public   Subscription . Builder   toBuilder ()  
  
  writeTo(CodedOutputStream output) 
  
    
public   void   writeTo ( CodedOutputStream   output )  
  
  Overrides 
  
  
 
     
    
  
  
  
     
  
    
    
      
       
         
  
  
    
    Send feedback
  
   
 
       
    
    
  
  
 
  Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
  Last updated 2025-10-29 UTC.
 
 
  
  
    
    
    
      
  
  
    Need to tell us more?
  
   
 
     
  
  
    
      [[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-10-29 UTC."],[],[]]