Class GenerateConnectManifestRequest (1.4.0) 
  
      
     
  
  
  
   
  
    
  
  
    
    
    
  Version 1.4.0keyboard_arrow_down  
  
 
    
    
     
    
    
    
    
    
      
  
  
  
    
public   final   class  GenerateConnectManifestRequest   extends   GeneratedMessageV3   implements   GenerateConnectManifestRequestOrBuilder  
   
   Request message for GkeHubMembershipService.GenerateConnectManifest
 method.
 .
 Protobuf type google.cloud.gkehub.v1beta1.GenerateConnectManifestRequest
 
  
  
  
  Static Fields
   
  CONNECT_AGENT_FIELD_NUMBER 
  
    
public   static   final   int   CONNECT_AGENT_FIELD_NUMBER  
   
  Field Value 
  
  IMAGE_PULL_SECRET_CONTENT_FIELD_NUMBER 
  
    
public   static   final   int   IMAGE_PULL_SECRET_CONTENT_FIELD_NUMBER  
   
  Field Value 
  
  IS_UPGRADE_FIELD_NUMBER 
  
    
public   static   final   int   IS_UPGRADE_FIELD_NUMBER  
   
  Field Value 
  
  NAME_FIELD_NUMBER 
  
    
public   static   final   int   NAME_FIELD_NUMBER  
   
  Field Value 
  
  REGISTRY_FIELD_NUMBER 
  
    
public   static   final   int   REGISTRY_FIELD_NUMBER  
   
  Field Value 
  
  VERSION_FIELD_NUMBER 
  
    
public   static   final   int   VERSION_FIELD_NUMBER  
   
  Field Value 
  
  Static Methods
   
   
  getDefaultInstance() 
  
    
public   static   GenerateConnectManifestRequest   getDefaultInstance ()  
   
  Returns 
  
   
  getDescriptor() 
  
    
public   static   final   Descriptors . Descriptor   getDescriptor ()  
   
  Returns 
  
   
  newBuilder() 
  
    
public   static   GenerateConnectManifestRequest . Builder   newBuilder ()  
   
  Returns 
  
   
  newBuilder(GenerateConnectManifestRequest prototype) 
  
    
public   static   GenerateConnectManifestRequest . Builder   newBuilder ( GenerateConnectManifestRequest   prototype )  
   
  Parameter 
  
  Returns 
  
   
  
  
    
public   static   GenerateConnectManifestRequest   parseDelimitedFrom ( InputStream   input )  
   
  Parameter 
  
  Returns 
  
  Exceptions 
  
   
  
  
    
public   static   GenerateConnectManifestRequest   parseDelimitedFrom ( InputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
   
  Parameters 
  
  Returns 
  
  Exceptions 
  
   
  parseFrom(byte[] data) 
  
    
public   static   GenerateConnectManifestRequest   parseFrom ( byte []   data )  
   
  Parameter 
  
    
      
        Name  
        Description  
       
      
        data  
        byte [] 
       
     
  
  Returns 
  
  Exceptions 
  
   
  parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   GenerateConnectManifestRequest   parseFrom ( byte []   data ,   ExtensionRegistryLite   extensionRegistry )  
   
  Parameters 
  
  Returns 
  
  Exceptions 
  
   
  parseFrom(ByteString data) 
  
    
public   static   GenerateConnectManifestRequest   parseFrom ( ByteString   data )  
   
  Parameter 
  
  Returns 
  
  Exceptions 
  
   
  parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   GenerateConnectManifestRequest   parseFrom ( ByteString   data ,   ExtensionRegistryLite   extensionRegistry )  
   
  Parameters 
  
  Returns 
  
  Exceptions 
  
   
  
  
    
public   static   GenerateConnectManifestRequest   parseFrom ( CodedInputStream   input )  
   
  Parameter 
  
  Returns 
  
  Exceptions 
  
   
  
  
    
public   static   GenerateConnectManifestRequest   parseFrom ( CodedInputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
   
  Parameters 
  
  Returns 
  
  Exceptions 
  
   
  
  
    
public   static   GenerateConnectManifestRequest   parseFrom ( InputStream   input )  
   
  Parameter 
  
  Returns 
  
  Exceptions 
  
   
  
  
    
public   static   GenerateConnectManifestRequest   parseFrom ( InputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
   
  Parameters 
  
  Returns 
  
  Exceptions 
  
   
  parseFrom(ByteBuffer data) 
  
    
public   static   GenerateConnectManifestRequest   parseFrom ( ByteBuffer   data )  
   
  Parameter 
  
  Returns 
  
  Exceptions 
  
   
  parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   GenerateConnectManifestRequest   parseFrom ( ByteBuffer   data ,   ExtensionRegistryLite   extensionRegistry )  
   
  Parameters 
  
  Returns 
  
  Exceptions 
  
   
  parser() 
  
    
public   static   Parser<GenerateConnectManifestRequest>   parser ()  
   
  Returns 
  
  Methods
   
   
  equals(Object obj) 
  
    
public   boolean   equals ( Object   obj )  
   
  Parameter 
  
  Returns 
  
  Overrides 
  
   
  getConnectAgent() 
  
    
public   ConnectAgent   getConnectAgent ()  
   
   Optional. The connect agent to generate manifest for.
 
 .google.cloud.gkehub.v1beta1.ConnectAgent connect_agent = 2 [(.google.api.field_behavior) = OPTIONAL];
 
 
  Returns 
  
   
  getConnectAgentOrBuilder() 
  
    
public   ConnectAgentOrBuilder   getConnectAgentOrBuilder ()  
   
   Optional. The connect agent to generate manifest for.
 
 .google.cloud.gkehub.v1beta1.ConnectAgent connect_agent = 2 [(.google.api.field_behavior) = OPTIONAL];
 
 
  Returns 
  
   
  getDefaultInstanceForType() 
  
    
public   GenerateConnectManifestRequest   getDefaultInstanceForType ()  
   
  Returns 
  
   
  getImagePullSecretContent() 
  
    
public   ByteString   getImagePullSecretContent ()  
   
   Optional. The image pull secret content for the registry, if not public.
 bytes image_pull_secret_content = 6 [(.google.api.field_behavior) = OPTIONAL];
 
  Returns 
  
    
      
        Type  
        Description  
       
      
        ByteString  
        The imagePullSecretContent.
 
       
     
  
   
  getIsUpgrade() 
  
    
public   boolean   getIsUpgrade ()  
   
   Optional. If true, generate the resources for upgrade only. Some resources
 generated only for installation (e.g. secrets) will be excluded.
 bool is_upgrade = 4 [(.google.api.field_behavior) = OPTIONAL];
 
  Returns 
  
    
      
        Type  
        Description  
       
      
        boolean  
        The isUpgrade.
 
       
     
  
   
  getName() 
  
   Required. The Membership resource name the Agent will associate with, in the format
 projects/*/locations/*/memberships/*.
 
 string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
 
 
  Returns 
  
    
      
        Type  
        Description  
       
      
        String  
        The name.
 
       
     
  
   
  getNameBytes() 
  
    
public   ByteString   getNameBytes ()  
   
   Required. The Membership resource name the Agent will associate with, in the format
 projects/*/locations/*/memberships/*.
 
 string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
 
 
  Returns 
  
   
  getParserForType() 
  
    
public   Parser<GenerateConnectManifestRequest>   getParserForType ()  
   
  Returns 
  
  Overrides 
  
   
  getRegistry() 
  
    
public   String   getRegistry ()  
   
   Optional. The registry to fetch the connect agent image from. Defaults to
 gcr.io/gkeconnect.
 string registry = 5 [(.google.api.field_behavior) = OPTIONAL];
 
  Returns 
  
    
      
        Type  
        Description  
       
      
        String  
        The registry.
 
       
     
  
   
  getRegistryBytes() 
  
    
public   ByteString   getRegistryBytes ()  
   
   Optional. The registry to fetch the connect agent image from. Defaults to
 gcr.io/gkeconnect.
 string registry = 5 [(.google.api.field_behavior) = OPTIONAL];
 
  Returns 
  
    
      
        Type  
        Description  
       
      
        ByteString  
        The bytes for registry.
 
       
     
  
   
  getSerializedSize() 
  
    
public   int   getSerializedSize ()  
   
  Returns 
  
  Overrides 
  
   
  getUnknownFields() 
  
    
public   final   UnknownFieldSet   getUnknownFields ()  
   
  Returns 
  
  Overrides 
  
   
  getVersion() 
  
    
public   String   getVersion ()  
   
   Optional. The Connect agent version to use. Defaults to the most current version.
 string version = 3 [(.google.api.field_behavior) = OPTIONAL];
 
  Returns 
  
    
      
        Type  
        Description  
       
      
        String  
        The version.
 
       
     
  
   
  getVersionBytes() 
  
    
public   ByteString   getVersionBytes ()  
   
   Optional. The Connect agent version to use. Defaults to the most current version.
 string version = 3 [(.google.api.field_behavior) = OPTIONAL];
 
  Returns 
  
    
      
        Type  
        Description  
       
      
        ByteString  
        The bytes for version.
 
       
     
  
   
  hasConnectAgent() 
  
    
public   boolean   hasConnectAgent ()  
   
   Optional. The connect agent to generate manifest for.
 
 .google.cloud.gkehub.v1beta1.ConnectAgent connect_agent = 2 [(.google.api.field_behavior) = OPTIONAL];
 
 
  Returns 
  
    
      
        Type  
        Description  
       
      
        boolean  
        Whether the connectAgent field is set.
 
       
     
  
   
  hashCode() 
  
  Returns 
  
  Overrides 
  
   
  internalGetFieldAccessorTable() 
  
    
protected   GeneratedMessageV3 . FieldAccessorTable   internalGetFieldAccessorTable ()  
   
  Returns 
  
  Overrides 
  
   
  isInitialized() 
  
    
public   final   boolean   isInitialized ()  
   
  Returns 
  
  Overrides 
  
   
  newBuilderForType() 
  
    
public   GenerateConnectManifestRequest . Builder   newBuilderForType ()  
   
  Returns 
  
   
  newBuilderForType(GeneratedMessageV3.BuilderParent parent) 
  
    
protected   GenerateConnectManifestRequest . Builder   newBuilderForType ( GeneratedMessageV3 . BuilderParent   parent )  
   
  Parameter 
  
  Returns 
  
  Overrides 
  
   
  newInstance(GeneratedMessageV3.UnusedPrivateParameter unused) 
  
    
protected   Object   newInstance ( GeneratedMessageV3 . UnusedPrivateParameter   unused )  
   
  Parameter 
  
  Returns 
  
  Overrides 
  
   
  toBuilder() 
  
    
public   GenerateConnectManifestRequest . Builder   toBuilder ()  
   
  Returns 
  
   
  writeTo(CodedOutputStream output) 
  
    
public   void   writeTo ( CodedOutputStream   output )  
   
  Parameter 
  
  Overrides 
  
  Exceptions 
  
 
     
    
  
  
  
     
  
 
  
    
    
      
       
    
    
  
  
 
  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."],[],[]]