Class LogEntrySourceLocation (1.76.0) 
  
  
  
   
  
    
  
  
    
    
    
    
  Version 1.76.0keyboard_arrow_down  
  
 
    
    
    
    
      
  
  
  
    
public   final   class  LogEntrySourceLocation   extends   GeneratedMessageV3   implements   LogEntrySourceLocationOrBuilder  
   Additional information about the source code location that produced the log
 entry.
 Protobuf type google.api.servicecontrol.v1.LogEntrySourceLocation
    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
   
  FILE_FIELD_NUMBER 
  
    
public   static   final   int   FILE_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  FUNCTION_FIELD_NUMBER 
  
    
public   static   final   int   FUNCTION_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  LINE_FIELD_NUMBER 
  
    
public   static   final   int   LINE_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  Static Methods
   
  getDefaultInstance() 
  
    
public   static   LogEntrySourceLocation   getDefaultInstance ()  
  
  getDescriptor() 
  
    
public   static   final   Descriptors . Descriptor   getDescriptor ()  
  
  newBuilder() 
  
    
public   static   LogEntrySourceLocation . Builder   newBuilder ()  
  
  newBuilder(LogEntrySourceLocation prototype) 
  
    
public   static   LogEntrySourceLocation . Builder   newBuilder ( LogEntrySourceLocation   prototype )  
  
  
  parseDelimitedFrom(InputStream input) 
  
    
public   static   LogEntrySourceLocation   parseDelimitedFrom ( InputStream   input )  
  
  
  
  parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   LogEntrySourceLocation   parseDelimitedFrom ( InputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  parseFrom(byte[] data) 
  
    
public   static   LogEntrySourceLocation   parseFrom ( byte []   data )  
  
    
      
        Parameter  
      
        Name Description  
      
        databyte [] 
     
  
  
  
  parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   LogEntrySourceLocation   parseFrom ( byte []   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  parseFrom(ByteString data) 
  
    
public   static   LogEntrySourceLocation   parseFrom ( ByteString   data )  
  
  
  
  parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   LogEntrySourceLocation   parseFrom ( ByteString   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  parseFrom(CodedInputStream input) 
  
    
public   static   LogEntrySourceLocation   parseFrom ( CodedInputStream   input )  
  
  
  
  parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   LogEntrySourceLocation   parseFrom ( CodedInputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  parseFrom(InputStream input) 
  
    
public   static   LogEntrySourceLocation   parseFrom ( InputStream   input )  
  
  
  
  parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   LogEntrySourceLocation   parseFrom ( InputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  parseFrom(ByteBuffer data) 
  
    
public   static   LogEntrySourceLocation   parseFrom ( ByteBuffer   data )  
  
  
  
  parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   LogEntrySourceLocation   parseFrom ( ByteBuffer   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  parser() 
  
    
public   static   Parser<LogEntrySourceLocation>   parser ()  
  
  Methods
   
  equals(Object obj) 
  
    
public   boolean   equals ( Object   obj )  
  
    
      
        Parameter  
      
        Name Description  
      
        objObject  
     
  
  
  Overrides 
  
  getDefaultInstanceForType() 
  
    
public   LogEntrySourceLocation   getDefaultInstanceForType ()  
  
  getFile() 
  
   Optional. Source file name. Depending on the runtime environment, this
 might be a simple name or a fully-qualified name.
 string file = 1;
    
      
        Returns  
      
        Type Description  
      
        String The file.
 
     
  
  getFileBytes() 
  
    
public   ByteString   getFileBytes ()  
   Optional. Source file name. Depending on the runtime environment, this
 might be a simple name or a fully-qualified name.
 string file = 1;
    
      
        Returns  
      
        Type Description  
      
        ByteString The bytes for file.
 
     
  
  getFunction() 
  
    
public   String   getFunction ()  
   Optional. Human-readable name of the function or method being invoked, with
 optional context such as the class or package name. This information may be
 used in contexts such as the logs viewer, where a file and line number are
 less meaningful. The format can vary by language. For example:
 qual.if.ied.Class.method (Java), dir/package.func (Go), function
 (Python).
 string function = 3;
    
      
        Returns  
      
        Type Description  
      
        String The function.
 
     
  
  getFunctionBytes() 
  
    
public   ByteString   getFunctionBytes ()  
   Optional. Human-readable name of the function or method being invoked, with
 optional context such as the class or package name. This information may be
 used in contexts such as the logs viewer, where a file and line number are
 less meaningful. The format can vary by language. For example:
 qual.if.ied.Class.method (Java), dir/package.func (Go), function
 (Python).
 string function = 3;
    
      
        Returns  
      
        Type Description  
      
        ByteString The bytes for function.
 
     
  
  getLine() 
  
   Optional. Line within the source file. 1-based; 0 indicates no line number
 available.
 int64 line = 2;
    
      
        Returns  
      
        Type Description  
      
        long The line.
 
     
  
  getParserForType() 
  
    
public   Parser<LogEntrySourceLocation>   getParserForType ()  
  
  Overrides 
  
  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   LogEntrySourceLocation . Builder   newBuilderForType ()  
  
  newBuilderForType(GeneratedMessageV3.BuilderParent parent) 
  
    
protected   LogEntrySourceLocation . Builder   newBuilderForType ( GeneratedMessageV3 . BuilderParent   parent )  
  
  
  Overrides 
  
  newInstance(GeneratedMessageV3.UnusedPrivateParameter unused) 
  
    
protected   Object   newInstance ( GeneratedMessageV3 . UnusedPrivateParameter   unused )  
  
  
    
      
        Returns  
      
        Type Description  
      
        Object  
     
  
  Overrides 
  
  toBuilder() 
  
    
public   LogEntrySourceLocation . 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."],[],[]]