Class ResourceOptions (1.16.0) 
  
  
  
   
  
    
  
  
    
    
    
    
  Version 1.16.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  
      
        Type Description  
      
        int  
     
  
  K8S_VERSION_FIELD_NUMBER 
  
    
public   static   final   int   K8S_VERSION_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  V1BETA1_CRD_FIELD_NUMBER 
  
    
public   static   final   int   V1BETA1_CRD_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  Static Methods
   
  getDefaultInstance() 
  
    
public   static   ResourceOptions   getDefaultInstance ()  
  
  getDescriptor() 
  
    
public   static   final   Descriptors . Descriptor   getDescriptor ()  
  
  newBuilder() 
  
    
public   static   ResourceOptions . Builder   newBuilder ()  
  
  newBuilder(ResourceOptions prototype) 
  
    
public   static   ResourceOptions . Builder   newBuilder ( ResourceOptions   prototype )  
  
  
  
    
public   static   ResourceOptions   parseDelimitedFrom ( InputStream   input )  
  
  
  
  
    
public   static   ResourceOptions   parseDelimitedFrom ( InputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  parseFrom(byte[] data) 
  
    
public   static   ResourceOptions   parseFrom ( byte []   data )  
  
    
      
        Parameter  
      
        Name Description  
      
        databyte [] 
     
  
  
  
  parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   ResourceOptions   parseFrom ( byte []   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  parseFrom(ByteString data) 
  
    
public   static   ResourceOptions   parseFrom ( ByteString   data )  
  
  
  
  parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   ResourceOptions   parseFrom ( ByteString   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   ResourceOptions   parseFrom ( CodedInputStream   input )  
  
  
  
  
    
public   static   ResourceOptions   parseFrom ( CodedInputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   ResourceOptions   parseFrom ( InputStream   input )  
  
  
  
  
    
public   static   ResourceOptions   parseFrom ( InputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  parseFrom(ByteBuffer data) 
  
    
public   static   ResourceOptions   parseFrom ( ByteBuffer   data )  
  
  
  
  parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   ResourceOptions   parseFrom ( ByteBuffer   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  parser() 
  
    
public   static   Parser<ResourceOptions>   parser ()  
  
  Methods
   
  equals(Object obj) 
  
    
public   boolean   equals ( Object   obj )  
  
    
      
        Parameter  
      
        Name Description  
      
        objObject  
     
  
  
  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 ()  
  
  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 ()  
  
  Overrides 
  
  getSerializedSize() 
  
    
public   int   getSerializedSize ()  
  
    
      
        Returns  
      
        Type Description  
      
        int  
     
  
  Overrides 
  
  getUnknownFields() 
  
    
public   final   UnknownFieldSet   getUnknownFields ()  
  
  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  
      
        Type Description  
      
        int  
     
  
  Overrides 
  
  internalGetFieldAccessorTable() 
  
    
protected   GeneratedMessageV3 . FieldAccessorTable   internalGetFieldAccessorTable ()  
  
  Overrides 
  
  isInitialized() 
  
    
public   final   boolean   isInitialized ()  
  
  Overrides 
  
  newBuilderForType() 
  
    
public   ResourceOptions . Builder   newBuilderForType ()  
  
  newBuilderForType(GeneratedMessageV3.BuilderParent parent) 
  
    
protected   ResourceOptions . Builder   newBuilderForType ( GeneratedMessageV3 . BuilderParent   parent )  
  
  
  Overrides 
  
  newInstance(GeneratedMessageV3.UnusedPrivateParameter unused) 
  
    
protected   Object   newInstance ( GeneratedMessageV3 . UnusedPrivateParameter   unused )  
  
  
    
      
        Returns  
      
        Type Description  
      
        Object  
     
  
  Overrides 
  
  toBuilder() 
  
    
public   ResourceOptions . 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-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."],[],[]]