Class Application.Builder (2.52.0) 
  
  
  
   
  
    
  
  
    
    
    
    
  Version 2.52.0keyboard_arrow_down  
  
 
    
    
    
      
  
  
  
    
public   static   final   class  Application . Builder   extends   GeneratedMessageV3 . Builder<Application . Builder >  implements   ApplicationOrBuilder  
   Represents an application associated with a finding.
 Protobuf type google.cloud.securitycenter.v2.Application
    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   Application . Builder   addRepeatedField ( Descriptors . FieldDescriptor   field ,   Object   value )  
  
  
  Overrides 
  
  build() 
  
    
public   Application   build ()  
  
  buildPartial() 
  
    
public   Application   buildPartial ()  
  
  clear() 
  
    
public   Application . Builder   clear ()  
  
  Overrides 
  
  clearBaseUri() 
  
    
public   Application . Builder   clearBaseUri ()  
   The base URI that identifies the network location of the application in
 which the vulnerability was detected. For example, http://example.com 
 string base_uri = 1;
clearField(Descriptors.FieldDescriptor field) 
  
    
public   Application . Builder   clearField ( Descriptors . FieldDescriptor   field )  
  
  
  Overrides 
  
  clearFullUri() 
  
    
public   Application . Builder   clearFullUri ()  
  
  
  clearOneof(Descriptors.OneofDescriptor oneof) 
  
    
public   Application . Builder   clearOneof ( Descriptors . OneofDescriptor   oneof )  
  
  
  Overrides 
  
  clone() 
  
    
public   Application . Builder   clone ()  
  
  Overrides 
  
  getBaseUri() 
  
    
public   String   getBaseUri ()  
   The base URI that identifies the network location of the application in
 which the vulnerability was detected. For example, http://example.com 
 string base_uri = 1;
    
      
        Returns  
      
        Type Description  
      
        String The baseUri.
 
     
  
  getBaseUriBytes() 
  
    
public   ByteString   getBaseUriBytes ()  
   The base URI that identifies the network location of the application in
 which the vulnerability was detected. For example, http://example.com 
 string base_uri = 1;
    
      
        Returns  
      
        Type Description  
      
        ByteString The bytes for baseUri.
 
     
  
  getDefaultInstanceForType() 
  
    
public   Application   getDefaultInstanceForType ()  
  
  getDescriptorForType() 
  
    
public   Descriptors . Descriptor   getDescriptorForType ()  
  
  Overrides 
  
  getFullUri() 
  
    
public   String   getFullUri ()  
  
  
    
      
        Returns  
      
        Type Description  
      
        String The fullUri.
 
     
  
  getFullUriBytes() 
  
    
public   ByteString   getFullUriBytes ()  
  
  
    
      
        Returns  
      
        Type Description  
      
        ByteString The bytes for fullUri.
 
     
  
  internalGetFieldAccessorTable() 
  
    
protected   GeneratedMessageV3 . FieldAccessorTable   internalGetFieldAccessorTable ()  
  
  Overrides 
  
  isInitialized() 
  
    
public   final   boolean   isInitialized ()  
  
  Overrides 
  
  mergeFrom(Application other) 
  
    
public   Application . Builder   mergeFrom ( Application   other )  
  
  
  
    
public   Application . Builder   mergeFrom ( CodedInputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  Overrides 
  
  
  mergeFrom(Message other) 
  
    
public   Application . Builder   mergeFrom ( Message   other )  
  
    
      
        Parameter  
      
        Name Description  
      
        otherMessage  
     
  
  
  Overrides 
  
  mergeUnknownFields(UnknownFieldSet unknownFields) 
  
    
public   final   Application . Builder   mergeUnknownFields ( UnknownFieldSet   unknownFields )  
  
  
  Overrides 
  
  setBaseUri(String value) 
  
    
public   Application . Builder   setBaseUri ( String   value )  
   The base URI that identifies the network location of the application in
 which the vulnerability was detected. For example, http://example.com 
 string base_uri = 1;
    
      
        Parameter  
      
        Name Description  
      
        valueString The baseUri to set.
 
     
  
  
  setBaseUriBytes(ByteString value) 
  
    
public   Application . Builder   setBaseUriBytes ( ByteString   value )  
   The base URI that identifies the network location of the application in
 which the vulnerability was detected. For example, http://example.com 
 string base_uri = 1;
    
      
        Parameter  
      
        Name Description  
      
        valueByteString The bytes for baseUri to set.
 
     
  
  
  setField(Descriptors.FieldDescriptor field, Object value) 
  
    
public   Application . Builder   setField ( Descriptors . FieldDescriptor   field ,   Object   value )  
  
  
  Overrides 
  
  setFullUri(String value) 
  
    
public   Application . Builder   setFullUri ( String   value )  
  
  
    
      
        Parameter  
      
        Name Description  
      
        valueString The fullUri to set.
 
     
  
  
  setFullUriBytes(ByteString value) 
  
    
public   Application . Builder   setFullUriBytes ( ByteString   value )  
  
  
    
      
        Parameter  
      
        Name Description  
      
        valueByteString The bytes for fullUri to set.
 
     
  
  
  setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value) 
  
    
public   Application . Builder   setRepeatedField ( Descriptors . FieldDescriptor   field ,   int   index ,   Object   value )  
  
  
  Overrides 
  
  setUnknownFields(UnknownFieldSet unknownFields) 
  
    
public   final   Application . Builder   setUnknownFields ( UnknownFieldSet   unknownFields )  
  
  
  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."],[],[]]