Class Instance.OutputResource (0.15.0) 
  
      
     
  
  
  
   
  
    
  
  
    
    
    
  Version 0.15.0keyboard_arrow_down  
  
 
    
    
     
    
    
    
    
    
      
  
  
  
    
public   static   final   class  Instance . OutputResource   extends   GeneratedMessageV3   implements   Instance . OutputResourceOrBuilder  
   
   Message of output resource used in one application instance.
 Protobuf type google.cloud.visionai.v1.Instance.OutputResource
 
  
  
  
    Inherited Members 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT) 
    
    
      com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int) 
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>) 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int) 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
   
  Static Fields
   
  AUTOGEN_FIELD_NUMBER 
  
    
public   static   final   int   AUTOGEN_FIELD_NUMBER  
   
  
    
      
        Field Value  
       
      
        Type  
        Description  
       
      
        int  
         
       
     
  
  IS_TEMPORARY_FIELD_NUMBER 
  
    
public   static   final   int   IS_TEMPORARY_FIELD_NUMBER  
   
  
    
      
        Field Value  
       
      
        Type  
        Description  
       
      
        int  
         
       
     
  
  OUTPUT_RESOURCE_BINDING_FIELD_NUMBER 
  
    
public   static   final   int   OUTPUT_RESOURCE_BINDING_FIELD_NUMBER  
   
  
    
      
        Field Value  
       
      
        Type  
        Description  
       
      
        int  
         
       
     
  
  OUTPUT_RESOURCE_FIELD_NUMBER 
  
    
public   static   final   int   OUTPUT_RESOURCE_FIELD_NUMBER  
   
  
    
      
        Field Value  
       
      
        Type  
        Description  
       
      
        int  
         
       
     
  
  PRODUCER_NODE_FIELD_NUMBER 
  
    
public   static   final   int   PRODUCER_NODE_FIELD_NUMBER  
   
  
    
      
        Field Value  
       
      
        Type  
        Description  
       
      
        int  
         
       
     
  
  Static Methods
   
   
  getDefaultInstance() 
  
    
public   static   Instance . OutputResource   getDefaultInstance ()  
   
  
   
  getDescriptor() 
  
    
public   static   final   Descriptors . Descriptor   getDescriptor ()  
   
  
   
  newBuilder() 
  
    
public   static   Instance . OutputResource . Builder   newBuilder ()  
   
  
   
  newBuilder(Instance.OutputResource prototype) 
  
    
public   static   Instance . OutputResource . Builder   newBuilder ( Instance . OutputResource   prototype )  
   
  
  
   
  
  
    
public   static   Instance . OutputResource   parseDelimitedFrom ( InputStream   input )  
   
  
  
  
   
  
  
    
public   static   Instance . OutputResource   parseDelimitedFrom ( InputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
   
  
  
  
   
  parseFrom(byte[] data) 
  
    
public   static   Instance . OutputResource   parseFrom ( byte []   data )  
   
  
    
      
        Parameter  
       
      
        Name  
        Description  
       
      
        data 
        byte [] 
       
     
  
  
  
   
  parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   Instance . OutputResource   parseFrom ( byte []   data ,   ExtensionRegistryLite   extensionRegistry )  
   
  
  
  
   
  parseFrom(ByteString data) 
  
    
public   static   Instance . OutputResource   parseFrom ( ByteString   data )  
   
  
  
  
   
  parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   Instance . OutputResource   parseFrom ( ByteString   data ,   ExtensionRegistryLite   extensionRegistry )  
   
  
  
  
   
  
  
    
public   static   Instance . OutputResource   parseFrom ( CodedInputStream   input )  
   
  
  
  
   
  
  
    
public   static   Instance . OutputResource   parseFrom ( CodedInputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
   
  
  
  
   
  
  
    
public   static   Instance . OutputResource   parseFrom ( InputStream   input )  
   
  
  
  
   
  
  
    
public   static   Instance . OutputResource   parseFrom ( InputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
   
  
  
  
   
  parseFrom(ByteBuffer data) 
  
    
public   static   Instance . OutputResource   parseFrom ( ByteBuffer   data )  
   
  
  
  
   
  parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   Instance . OutputResource   parseFrom ( ByteBuffer   data ,   ExtensionRegistryLite   extensionRegistry )  
   
  
  
  
   
  parser() 
  
    
public   static   Parser<Instance . OutputResource >  parser ()  
   
  
  Methods
   
   
  equals(Object obj) 
  
    
public   boolean   equals ( Object   obj )  
   
  
    
      
        Parameter  
       
      
        Name  
        Description  
       
      
        obj 
        Object  
       
     
  
  
  Overrides 
  
   
  getAutogen() 
  
    
public   boolean   getAutogen ()  
   
   Output only. Whether the output resource is created automatically by the
 Vision AI App Platform.
 bool autogen = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
  
    
      
        Returns  
       
      
        Type  
        Description  
       
      
        boolean  
        The autogen.
 
       
     
  
   
  getDefaultInstanceForType() 
  
    
public   Instance . OutputResource   getDefaultInstanceForType ()  
   
  
   
  getIsTemporary() 
  
    
public   boolean   getIsTemporary ()  
   
   Output only. Whether the output resource is temporary which means the
 resource is generated during the deployment of the application. Temporary
 resource will be deleted during the undeployment of the application.
 bool is_temporary = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
  
    
      
        Returns  
       
      
        Type  
        Description  
       
      
        boolean  
        The isTemporary.
 
       
     
  
   
  getOutputResource() 
  
    
public   String   getOutputResource ()  
   
   The output resource name for the current application instance.
 string output_resource = 1;
 
  
    
      
        Returns  
       
      
        Type  
        Description  
       
      
        String  
        The outputResource.
 
       
     
  
   
  getOutputResourceBinding() 
  
    
public   String   getOutputResourceBinding ()  
   
   The specific output resource binding which produces the current
 OutputResource.
 string output_resource_binding = 4;
 
  
    
      
        Returns  
       
      
        Type  
        Description  
       
      
        String  
        The outputResourceBinding.
 
       
     
  
   
  getOutputResourceBindingBytes() 
  
    
public   ByteString   getOutputResourceBindingBytes ()  
   
   The specific output resource binding which produces the current
 OutputResource.
 string output_resource_binding = 4;
 
  
    
      
        Returns  
       
      
        Type  
        Description  
       
      
        ByteString  
        The bytes for outputResourceBinding.
 
       
     
  
   
  getOutputResourceBytes() 
  
    
public   ByteString   getOutputResourceBytes ()  
   
   The output resource name for the current application instance.
 string output_resource = 1;
 
  
    
      
        Returns  
       
      
        Type  
        Description  
       
      
        ByteString  
        The bytes for outputResource.
 
       
     
  
   
  getParserForType() 
  
    
public   Parser<Instance . OutputResource >  getParserForType ()  
   
  
  Overrides 
  
   
  getProducerNode() 
  
    
public   String   getProducerNode ()  
   
   The name of graph node who produces the output resource name.
 For example:
 output_resource:
 /projects/123/locations/us-central1/clusters/456/streams/output-application-789-stream-a-occupancy-counting
 producer_node: occupancy-counting
 string producer_node = 2;
 
  
    
      
        Returns  
       
      
        Type  
        Description  
       
      
        String  
        The producerNode.
 
       
     
  
   
  getProducerNodeBytes() 
  
    
public   ByteString   getProducerNodeBytes ()  
   
   The name of graph node who produces the output resource name.
 For example:
 output_resource:
 /projects/123/locations/us-central1/clusters/456/streams/output-application-789-stream-a-occupancy-counting
 producer_node: occupancy-counting
 string producer_node = 2;
 
  
    
      
        Returns  
       
      
        Type  
        Description  
       
      
        ByteString  
        The bytes for producerNode.
 
       
     
  
   
  getSerializedSize() 
  
    
public   int   getSerializedSize ()  
   
  
    
      
        Returns  
       
      
        Type  
        Description  
       
      
        int  
         
       
     
  
  Overrides 
  
   
  hashCode() 
  
  
    
      
        Returns  
       
      
        Type  
        Description  
       
      
        int  
         
       
     
  
  Overrides 
  
   
  internalGetFieldAccessorTable() 
  
    
protected   GeneratedMessageV3 . FieldAccessorTable   internalGetFieldAccessorTable ()  
   
  
  Overrides 
  
   
  isInitialized() 
  
    
public   final   boolean   isInitialized ()  
   
  
  Overrides 
  
   
  newBuilderForType() 
  
    
public   Instance . OutputResource . Builder   newBuilderForType ()  
   
  
   
  newBuilderForType(GeneratedMessageV3.BuilderParent parent) 
  
    
protected   Instance . OutputResource . Builder   newBuilderForType ( GeneratedMessageV3 . BuilderParent   parent )  
   
  
  
  Overrides 
  
   
  newInstance(GeneratedMessageV3.UnusedPrivateParameter unused) 
  
    
protected   Object   newInstance ( GeneratedMessageV3 . UnusedPrivateParameter   unused )  
   
  
  
    
      
        Returns  
       
      
        Type  
        Description  
       
      
        Object  
         
       
     
  
  Overrides 
  
   
  toBuilder() 
  
    
public   Instance . OutputResource . 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-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."],[],[]]