Class ResourceOptions (1.7.0) 
  
  
  
   
  
    
  
  
    
    
    
    
  Version 1.7.0keyboard_arrow_down  
  
 
    
    
    
      
  
  
  
    
public   final   class  ResourceOptions   extends   GeneratedMessageV3   implements   ResourceOptionsOrBuilder  
   ResourceOptions represent options for Kubernetes resource generation.
 Protobuf type google.cloud.gkehub.v1beta1.ResourceOptions
Static Fields
   
  CONNECT_VERSION_FIELD_NUMBER 
  
    
public   static   final   int   CONNECT_VERSION_FIELD_NUMBER  
  Field Value 
  
  K8S_VERSION_FIELD_NUMBER 
  
    
public   static   final   int   K8S_VERSION_FIELD_NUMBER  
  Field Value 
  
  V1BETA1_CRD_FIELD_NUMBER 
  
    
public   static   final   int   V1BETA1_CRD_FIELD_NUMBER  
  Field Value 
  
  Static Methods
   
  getDefaultInstance() 
  
    
public   static   ResourceOptions   getDefaultInstance ()  
  Returns 
  
  getDescriptor() 
  
    
public   static   final   Descriptors . Descriptor   getDescriptor ()  
  Returns 
  
  newBuilder() 
  
    
public   static   ResourceOptions . Builder   newBuilder ()  
  Returns 
  
  newBuilder(ResourceOptions prototype) 
  
    
public   static   ResourceOptions . Builder   newBuilder ( ResourceOptions   prototype )  
  Parameter 
  
  Returns 
  
  
    
public   static   ResourceOptions   parseDelimitedFrom ( InputStream   input )  
  Parameter 
  
  Returns 
  
  Exceptions 
  
  
    
public   static   ResourceOptions   parseDelimitedFrom ( InputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  Parameters 
  
  Returns 
  
  Exceptions 
  
  parseFrom(byte[] data) 
  
    
public   static   ResourceOptions   parseFrom ( byte []   data )  
  Parameter 
  
    
      
        Name Description  
      
        data byte [] 
     
  
  Returns 
  
  Exceptions 
  
  parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   ResourceOptions   parseFrom ( byte []   data ,   ExtensionRegistryLite   extensionRegistry )  
  Parameters 
  
  Returns 
  
  Exceptions 
  
  parseFrom(ByteString data) 
  
    
public   static   ResourceOptions   parseFrom ( ByteString   data )  
  Parameter 
  
  Returns 
  
  Exceptions 
  
  parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   ResourceOptions   parseFrom ( ByteString   data ,   ExtensionRegistryLite   extensionRegistry )  
  Parameters 
  
  Returns 
  
  Exceptions 
  
  
    
public   static   ResourceOptions   parseFrom ( CodedInputStream   input )  
  Parameter 
  
  Returns 
  
  Exceptions 
  
  
    
public   static   ResourceOptions   parseFrom ( CodedInputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  Parameters 
  
  Returns 
  
  Exceptions 
  
  
    
public   static   ResourceOptions   parseFrom ( InputStream   input )  
  Parameter 
  
  Returns 
  
  Exceptions 
  
  
    
public   static   ResourceOptions   parseFrom ( InputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  Parameters 
  
  Returns 
  
  Exceptions 
  
  parseFrom(ByteBuffer data) 
  
    
public   static   ResourceOptions   parseFrom ( ByteBuffer   data )  
  Parameter 
  
  Returns 
  
  Exceptions 
  
  parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   ResourceOptions   parseFrom ( ByteBuffer   data ,   ExtensionRegistryLite   extensionRegistry )  
  Parameters 
  
  Returns 
  
  Exceptions 
  
  parser() 
  
    
public   static   Parser<ResourceOptions>   parser ()  
  Returns 
  
  Methods
   
  equals(Object obj) 
  
    
public   boolean   equals ( Object   obj )  
  Parameter 
  
  Returns 
  
  Overrides 
  
  getConnectVersion() 
  
    
public   String   getConnectVersion ()  
   Optional. The Connect agent version to use for connect_resources. Defaults to the
 latest GKE Connect version. The version must be a currently supported
 version, obsolete versions will be rejected.
 string connect_version = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns 
  
    
      
        Type Description  
      
        String The connectVersion.
 
     
  
  getConnectVersionBytes() 
  
    
public   ByteString   getConnectVersionBytes ()  
   Optional. The Connect agent version to use for connect_resources. Defaults to the
 latest GKE Connect version. The version must be a currently supported
 version, obsolete versions will be rejected.
 string connect_version = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns 
  
    
      
        Type Description  
      
        ByteString The bytes for connectVersion.
 
     
  
  getDefaultInstanceForType() 
  
    
public   ResourceOptions   getDefaultInstanceForType ()  
  Returns 
  
  getK8SVersion() 
  
    
public   String   getK8SVersion ()  
   Optional. Major version of the Kubernetes cluster. This is only used to determine
 which version to use for the CustomResourceDefinition resources,
 apiextensions/v1beta1 orapiextensions/v1.
 string k8s_version = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns 
  
    
      
        Type Description  
      
        String The k8sVersion.
 
     
  
  getK8SVersionBytes() 
  
    
public   ByteString   getK8SVersionBytes ()  
   Optional. Major version of the Kubernetes cluster. This is only used to determine
 which version to use for the CustomResourceDefinition resources,
 apiextensions/v1beta1 orapiextensions/v1.
 string k8s_version = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns 
  
    
      
        Type Description  
      
        ByteString The bytes for k8sVersion.
 
     
  
  getParserForType() 
  
    
public   Parser<ResourceOptions>   getParserForType ()  
  Returns 
  
  Overrides 
  
  getSerializedSize() 
  
    
public   int   getSerializedSize ()  
  Returns 
  
  Overrides 
  
  getUnknownFields() 
  
    
public   final   UnknownFieldSet   getUnknownFields ()  
  Returns 
  
  Overrides 
  
  getV1Beta1Crd() 
  
    
public   boolean   getV1Beta1Crd ()  
   Optional. Use apiextensions/v1beta1 instead of apiextensions/v1 for
 CustomResourceDefinition resources.
 This option should be set for clusters with Kubernetes apiserver versions
 <1.16.
 bool v1beta1_crd = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns 
  
    
      
        Type Description  
      
        boolean The v1beta1Crd.
 
     
  
  hashCode() 
  
  Returns 
  
  Overrides 
  
  internalGetFieldAccessorTable() 
  
    
protected   GeneratedMessageV3 . FieldAccessorTable   internalGetFieldAccessorTable ()  
  Returns 
  
  Overrides 
  
  isInitialized() 
  
    
public   final   boolean   isInitialized ()  
  Returns 
  
  Overrides 
  
  newBuilderForType() 
  
    
public   ResourceOptions . Builder   newBuilderForType ()  
  Returns 
  
  newBuilderForType(GeneratedMessageV3.BuilderParent parent) 
  
    
protected   ResourceOptions . Builder   newBuilderForType ( GeneratedMessageV3 . BuilderParent   parent )  
  Parameter 
  
  Returns 
  
  Overrides 
  
  newInstance(GeneratedMessageV3.UnusedPrivateParameter unused) 
  
    
protected   Object   newInstance ( GeneratedMessageV3 . UnusedPrivateParameter   unused )  
  Parameter 
  
  Returns 
  
  Overrides 
  
  toBuilder() 
  
    
public   ResourceOptions . 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-29 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-29 UTC."],[],[]]