Class IngestionDataSourceSettings.ConfluentCloud (1.141.5) 
  
      
     
  
  
  
   
  
    
  
  
    
    
    
  Version 1.141.5keyboard_arrow_down  
  
 
    
    
    
    
      
  
  
  
    
public   static   final   class  IngestionDataSourceSettings . ConfluentCloud   extends   GeneratedMessageV3   implements   IngestionDataSourceSettings . ConfluentCloudOrBuilder  
   
   Ingestion settings for Confluent Cloud.
 Protobuf type google.pubsub.v1.IngestionDataSourceSettings.ConfluentCloud
 
  
  
  
    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
   
  BOOTSTRAP_SERVER_FIELD_NUMBER 
  
    
public   static   final   int   BOOTSTRAP_SERVER_FIELD_NUMBER  
   
  
    
      
        Field Value  
       
      
        Type  
        Description  
       
      
        int  
         
       
     
  
  CLUSTER_ID_FIELD_NUMBER 
  
    
public   static   final   int   CLUSTER_ID_FIELD_NUMBER  
   
  
    
      
        Field Value  
       
      
        Type  
        Description  
       
      
        int  
         
       
     
  
  GCP_SERVICE_ACCOUNT_FIELD_NUMBER 
  
    
public   static   final   int   GCP_SERVICE_ACCOUNT_FIELD_NUMBER  
   
  
    
      
        Field Value  
       
      
        Type  
        Description  
       
      
        int  
         
       
     
  
  IDENTITY_POOL_ID_FIELD_NUMBER 
  
    
public   static   final   int   IDENTITY_POOL_ID_FIELD_NUMBER  
   
  
    
      
        Field Value  
       
      
        Type  
        Description  
       
      
        int  
         
       
     
  
  STATE_FIELD_NUMBER 
  
    
public   static   final   int   STATE_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   IngestionDataSourceSettings . ConfluentCloud   getDefaultInstance ()  
   
  
   
  getDescriptor() 
  
    
public   static   final   Descriptors . Descriptor   getDescriptor ()  
   
  
   
  newBuilder() 
  
    
public   static   IngestionDataSourceSettings . ConfluentCloud . Builder   newBuilder ()  
   
  
   
  newBuilder(IngestionDataSourceSettings.ConfluentCloud prototype) 
  
    
public   static   IngestionDataSourceSettings . ConfluentCloud . Builder   newBuilder ( IngestionDataSourceSettings . ConfluentCloud   prototype )  
   
  
  
   
  
  
    
public   static   IngestionDataSourceSettings . ConfluentCloud   parseDelimitedFrom ( InputStream   input )  
   
  
  
  
   
  
  
    
public   static   IngestionDataSourceSettings . ConfluentCloud   parseDelimitedFrom ( InputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
   
  
  
  
   
  parseFrom(byte[] data) 
  
    
public   static   IngestionDataSourceSettings . ConfluentCloud   parseFrom ( byte []   data )  
   
  
    
      
        Parameter  
       
      
        Name  
        Description  
       
      
        data 
        byte [] 
       
     
  
  
  
   
  parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   IngestionDataSourceSettings . ConfluentCloud   parseFrom ( byte []   data ,   ExtensionRegistryLite   extensionRegistry )  
   
  
  
  
   
  parseFrom(ByteString data) 
  
    
public   static   IngestionDataSourceSettings . ConfluentCloud   parseFrom ( ByteString   data )  
   
  
  
  
   
  parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   IngestionDataSourceSettings . ConfluentCloud   parseFrom ( ByteString   data ,   ExtensionRegistryLite   extensionRegistry )  
   
  
  
  
   
  
  
    
public   static   IngestionDataSourceSettings . ConfluentCloud   parseFrom ( CodedInputStream   input )  
   
  
  
  
   
  
  
    
public   static   IngestionDataSourceSettings . ConfluentCloud   parseFrom ( CodedInputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
   
  
  
  
   
  
  
    
public   static   IngestionDataSourceSettings . ConfluentCloud   parseFrom ( InputStream   input )  
   
  
  
  
   
  
  
    
public   static   IngestionDataSourceSettings . ConfluentCloud   parseFrom ( InputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
   
  
  
  
   
  parseFrom(ByteBuffer data) 
  
    
public   static   IngestionDataSourceSettings . ConfluentCloud   parseFrom ( ByteBuffer   data )  
   
  
  
  
   
  parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   IngestionDataSourceSettings . ConfluentCloud   parseFrom ( ByteBuffer   data ,   ExtensionRegistryLite   extensionRegistry )  
   
  
  
  
   
  parser() 
  
    
public   static   Parser<IngestionDataSourceSettings . ConfluentCloud >  parser ()  
   
  
  Methods
   
   
  equals(Object obj) 
  
    
public   boolean   equals ( Object   obj )  
   
  
    
      
        Parameter  
       
      
        Name  
        Description  
       
      
        obj 
        Object  
       
     
  
  
  Overrides 
  
   
  getBootstrapServer() 
  
    
public   String   getBootstrapServer ()  
   
   Required. The address of the bootstrap server. The format is url:port.
 string bootstrap_server = 2 [(.google.api.field_behavior) = REQUIRED];
 
  
    
      
        Returns  
       
      
        Type  
        Description  
       
      
        String  
        The bootstrapServer.
 
       
     
  
   
  getBootstrapServerBytes() 
  
    
public   ByteString   getBootstrapServerBytes ()  
   
   Required. The address of the bootstrap server. The format is url:port.
 string bootstrap_server = 2 [(.google.api.field_behavior) = REQUIRED];
 
  
    
      
        Returns  
       
      
        Type  
        Description  
       
      
        ByteString  
        The bytes for bootstrapServer.
 
       
     
  
   
  getClusterId() 
  
    
public   String   getClusterId ()  
   
   Required. The id of the cluster.
 string cluster_id = 3 [(.google.api.field_behavior) = REQUIRED];
 
  
    
      
        Returns  
       
      
        Type  
        Description  
       
      
        String  
        The clusterId.
 
       
     
  
   
  getClusterIdBytes() 
  
    
public   ByteString   getClusterIdBytes ()  
   
   Required. The id of the cluster.
 string cluster_id = 3 [(.google.api.field_behavior) = REQUIRED];
 
  
    
      
        Returns  
       
      
        Type  
        Description  
       
      
        ByteString  
        The bytes for clusterId.
 
       
     
  
   
  getDefaultInstanceForType() 
  
    
public   IngestionDataSourceSettings . ConfluentCloud   getDefaultInstanceForType ()  
   
  
   
  getGcpServiceAccount() 
  
    
public   String   getGcpServiceAccount ()  
   
   Required. The GCP service account to be used for Federated Identity
 authentication with identity_pool_id.
 string gcp_service_account = 6 [(.google.api.field_behavior) = REQUIRED];
 
  
    
      
        Returns  
       
      
        Type  
        Description  
       
      
        String  
        The gcpServiceAccount.
 
       
     
  
   
  getGcpServiceAccountBytes() 
  
    
public   ByteString   getGcpServiceAccountBytes ()  
   
   Required. The GCP service account to be used for Federated Identity
 authentication with identity_pool_id.
 string gcp_service_account = 6 [(.google.api.field_behavior) = REQUIRED];
 
  
    
      
        Returns  
       
      
        Type  
        Description  
       
      
        ByteString  
        The bytes for gcpServiceAccount.
 
       
     
  
   
  getIdentityPoolId() 
  
    
public   String   getIdentityPoolId ()  
   
  
  
    
      
        Returns  
       
      
        Type  
        Description  
       
      
        String  
        The identityPoolId.
 
       
     
  
   
  getIdentityPoolIdBytes() 
  
    
public   ByteString   getIdentityPoolIdBytes ()  
   
  
  
    
      
        Returns  
       
      
        Type  
        Description  
       
      
        ByteString  
        The bytes for identityPoolId.
 
       
     
  
   
  getParserForType() 
  
    
public   Parser<IngestionDataSourceSettings . ConfluentCloud >  getParserForType ()  
   
  
  Overrides 
  
   
  getSerializedSize() 
  
    
public   int   getSerializedSize ()  
   
  
    
      
        Returns  
       
      
        Type  
        Description  
       
      
        int  
         
       
     
  
  Overrides 
  
   
  getState() 
  
    
public   IngestionDataSourceSettings . ConfluentCloud . State   getState ()  
   
   Output only. An output-only field that indicates the state of the
 Confluent Cloud ingestion source.
 
 .google.pubsub.v1.IngestionDataSourceSettings.ConfluentCloud.State state = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
 
  
   
  getStateValue() 
  
    
public   int   getStateValue ()  
   
   Output only. An output-only field that indicates the state of the
 Confluent Cloud ingestion source.
 
 .google.pubsub.v1.IngestionDataSourceSettings.ConfluentCloud.State state = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
 
  
    
      
        Returns  
       
      
        Type  
        Description  
       
      
        int  
        The enum numeric value on the wire for state.
 
       
     
  
   
  getTopic() 
  
   Required. The name of the topic in the Confluent Cloud cluster that
 Pub/Sub will import from.
 string topic = 4 [(.google.api.field_behavior) = REQUIRED];
 
  
    
      
        Returns  
       
      
        Type  
        Description  
       
      
        String  
        The topic.
 
       
     
  
   
  getTopicBytes() 
  
    
public   ByteString   getTopicBytes ()  
   
   Required. The name of the topic in the Confluent Cloud cluster that
 Pub/Sub will import from.
 string topic = 4 [(.google.api.field_behavior) = REQUIRED];
 
  
    
      
        Returns  
       
      
        Type  
        Description  
       
      
        ByteString  
        The bytes for topic.
 
       
     
  
   
  hashCode() 
  
  
    
      
        Returns  
       
      
        Type  
        Description  
       
      
        int  
         
       
     
  
  Overrides 
  
   
  internalGetFieldAccessorTable() 
  
    
protected   GeneratedMessageV3 . FieldAccessorTable   internalGetFieldAccessorTable ()  
   
  
  Overrides 
  
   
  isInitialized() 
  
    
public   final   boolean   isInitialized ()  
   
  
  Overrides 
  
   
  newBuilderForType() 
  
    
public   IngestionDataSourceSettings . ConfluentCloud . Builder   newBuilderForType ()  
   
  
   
  newBuilderForType(GeneratedMessageV3.BuilderParent parent) 
  
    
protected   IngestionDataSourceSettings . ConfluentCloud . Builder   newBuilderForType ( GeneratedMessageV3 . BuilderParent   parent )  
   
  
  
  Overrides 
  
   
  newInstance(GeneratedMessageV3.UnusedPrivateParameter unused) 
  
    
protected   Object   newInstance ( GeneratedMessageV3 . UnusedPrivateParameter   unused )  
   
  
  
    
      
        Returns  
       
      
        Type  
        Description  
       
      
        Object  
         
       
     
  
  Overrides 
  
   
  toBuilder() 
  
    
public   IngestionDataSourceSettings . ConfluentCloud . Builder   toBuilder ()  
   
  
   
  writeTo(CodedOutputStream output) 
  
    
public   void   writeTo ( CodedOutputStream   output )  
   
  
  Overrides 
  
  
 
     
    
  
  
  
     
  
 
  
    
    
      
       
    
    
  
  
 
  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-30 UTC.
 
 
  
  
  
    
      [[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-10-30 UTC."],[],[]]