Send feedback
  
   
 
  
    
      Class ResourceManifest.Builder (1.78.0)
    
    
       
    
    
      
      Stay organized with collections
     
    
      
      Save and categorize content based on your preferences.
     
    
  
      
     
  
  
   
  
    
  
  
    
    
    
  Version latestkeyboard_arrow_down  
  
 
    
    
    
    
      
  
  
  
    
public   static   final   class  ResourceManifest . Builder   extends   GeneratedMessageV3 . Builder<ResourceManifest . Builder >  implements   ResourceManifestOrBuilder  
   
   ResourceManifest represents a single Kubernetes resource to be applied to
 the cluster.
 Protobuf type google.cloud.gkehub.v1.ResourceManifest
 
  
  
  
    Inherited Members 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder() 
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int) 
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int) 
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString) 
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int) 
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int) 
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder) 
    
    
    
    
    
    
    
    
    
    
    
    
   
  Static Methods
   
   
  getDescriptor() 
  
    
public   static   final   Descriptors . Descriptor   getDescriptor ()  
   
  
  Methods
   
   
  addRepeatedField(Descriptors.FieldDescriptor field, Object value) 
  
    
public   ResourceManifest . Builder   addRepeatedField ( Descriptors . FieldDescriptor   field ,   Object   value )  
   
  
  
  Overrides 
  
   
  build() 
  
    
public   ResourceManifest   build ()  
   
  
   
  buildPartial() 
  
    
public   ResourceManifest   buildPartial ()  
   
  
   
  clear() 
  
    
public   ResourceManifest . Builder   clear ()  
   
  
  Overrides 
  
   
  clearClusterScoped() 
  
    
public   ResourceManifest . Builder   clearClusterScoped ()  
   
   Whether the resource provided in the manifest is cluster_scoped.
 If unset, the manifest is assumed to be namespace scoped.
 This field is used for REST mapping when applying the resource in a
 cluster.
 bool cluster_scoped = 2;
 
  
   
  clearField(Descriptors.FieldDescriptor field) 
  
    
public   ResourceManifest . Builder   clearField ( Descriptors . FieldDescriptor   field )  
   
  
  
  Overrides 
  
   
  clearManifest() 
  
    
public   ResourceManifest . Builder   clearManifest ()  
   
   YAML manifest of the resource.
 string manifest = 1;
 
  
   
  clearOneof(Descriptors.OneofDescriptor oneof) 
  
    
public   ResourceManifest . Builder   clearOneof ( Descriptors . OneofDescriptor   oneof )  
   
  
  
  Overrides 
  
   
  clone() 
  
    
public   ResourceManifest . Builder   clone ()  
   
  
  Overrides 
  
   
  getClusterScoped() 
  
    
public   boolean   getClusterScoped ()  
   
   Whether the resource provided in the manifest is cluster_scoped.
 If unset, the manifest is assumed to be namespace scoped.
 This field is used for REST mapping when applying the resource in a
 cluster.
 bool cluster_scoped = 2;
 
  
    
      
        Returns  
       
      
        Type  
        Description  
       
      
        boolean  
        The clusterScoped.
 
       
     
  
   
  getDefaultInstanceForType() 
  
    
public   ResourceManifest   getDefaultInstanceForType ()  
   
  
   
  getDescriptorForType() 
  
    
public   Descriptors . Descriptor   getDescriptorForType ()  
   
  
  Overrides 
  
   
  getManifest() 
  
    
public   String   getManifest ()  
   
   YAML manifest of the resource.
 string manifest = 1;
 
  
    
      
        Returns  
       
      
        Type  
        Description  
       
      
        String  
        The manifest.
 
       
     
  
   
  getManifestBytes() 
  
    
public   ByteString   getManifestBytes ()  
   
   YAML manifest of the resource.
 string manifest = 1;
 
  
    
      
        Returns  
       
      
        Type  
        Description  
       
      
        ByteString  
        The bytes for manifest.
 
       
     
  
   
  internalGetFieldAccessorTable() 
  
    
protected   GeneratedMessageV3 . FieldAccessorTable   internalGetFieldAccessorTable ()  
   
  
  Overrides 
  
   
  isInitialized() 
  
    
public   final   boolean   isInitialized ()  
   
  
  Overrides 
  
   
  mergeFrom(ResourceManifest other) 
  
    
public   ResourceManifest . Builder   mergeFrom ( ResourceManifest   other )  
   
  
  
   
  
  
    
public   ResourceManifest . Builder   mergeFrom ( CodedInputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
   
  
  
  Overrides 
  
  
   
  mergeFrom(Message other) 
  
    
public   ResourceManifest . Builder   mergeFrom ( Message   other )  
   
  
    
      
        Parameter  
       
      
        Name  
        Description  
       
      
        other 
        Message  
       
     
  
  
  Overrides 
  
   
  mergeUnknownFields(UnknownFieldSet unknownFields) 
  
    
public   final   ResourceManifest . Builder   mergeUnknownFields ( UnknownFieldSet   unknownFields )  
   
  
  
  Overrides 
  
   
  setClusterScoped(boolean value) 
  
    
public   ResourceManifest . Builder   setClusterScoped ( boolean   value )  
   
   Whether the resource provided in the manifest is cluster_scoped.
 If unset, the manifest is assumed to be namespace scoped.
 This field is used for REST mapping when applying the resource in a
 cluster.
 bool cluster_scoped = 2;
 
  
    
      
        Parameter  
       
      
        Name  
        Description  
       
      
        value 
        boolean The clusterScoped to set.
 
       
     
  
  
   
  setField(Descriptors.FieldDescriptor field, Object value) 
  
    
public   ResourceManifest . Builder   setField ( Descriptors . FieldDescriptor   field ,   Object   value )  
   
  
  
  Overrides 
  
   
  setManifest(String value) 
  
    
public   ResourceManifest . Builder   setManifest ( String   value )  
   
   YAML manifest of the resource.
 string manifest = 1;
 
  
    
      
        Parameter  
       
      
        Name  
        Description  
       
      
        value 
        String The manifest to set.
 
       
     
  
  
   
  setManifestBytes(ByteString value) 
  
    
public   ResourceManifest . Builder   setManifestBytes ( ByteString   value )  
   
   YAML manifest of the resource.
 string manifest = 1;
 
  
    
      
        Parameter  
       
      
        Name  
        Description  
       
      
        value 
        ByteString The bytes for manifest to set.
 
       
     
  
  
   
  setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value) 
  
    
public   ResourceManifest . Builder   setRepeatedField ( Descriptors . FieldDescriptor   field ,   int   index ,   Object   value )  
   
  
  
  Overrides 
  
   
  setUnknownFields(UnknownFieldSet unknownFields) 
  
    
public   final   ResourceManifest . Builder   setUnknownFields ( UnknownFieldSet   unknownFields )  
   
  
  
  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-30 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-30 UTC."],[],[]]