Class Error (3.4.0)

  public 
  
 final 
  
 class 
 Error 
  
 extends 
  
 GeneratedMessageV3 
  
 implements 
  
 ErrorOrBuilder 
 

Details information about an error encountered during job execution or the results of an unsuccessful activation of the JobTrigger.

Protobuf type google.privacy.dlp.v2.Error

Implements

ErrorOrBuilder

Static Fields

DETAILS_FIELD_NUMBER

  public 
  
 static 
  
 final 
  
 int 
  
 DETAILS_FIELD_NUMBER 
 
Field Value
Type Description
int

TIMESTAMPS_FIELD_NUMBER

  public 
  
 static 
  
 final 
  
 int 
  
 TIMESTAMPS_FIELD_NUMBER 
 
Field Value
Type Description
int

Static Methods

getDefaultInstance()

  public 
  
 static 
  
 Error 
  
 getDefaultInstance 
 () 
 
Returns
Type Description
Error

getDescriptor()

  public 
  
 static 
  
 final 
  
 Descriptors 
 . 
 Descriptor 
  
 getDescriptor 
 () 
 
Returns
Type Description
Descriptor

newBuilder()

  public 
  
 static 
  
 Error 
 . 
 Builder 
  
 newBuilder 
 () 
 
Returns
Type Description
Error.Builder

newBuilder(Error prototype)

  public 
  
 static 
  
 Error 
 . 
 Builder 
  
 newBuilder 
 ( 
 Error 
  
 prototype 
 ) 
 
Parameter
Name Description
prototype Error
Returns
Type Description
Error.Builder

parseDelimitedFrom(InputStream input)

  public 
  
 static 
  
 Error 
  
 parseDelimitedFrom 
 ( 
 InputStream 
  
 input 
 ) 
 
Parameter
Name Description
input InputStream
Returns
Type Description
Error
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

  public 
  
 static 
  
 Error 
  
 parseDelimitedFrom 
 ( 
 InputStream 
  
 input 
 , 
  
 ExtensionRegistryLite 
  
 extensionRegistry 
 ) 
 
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Error
Exceptions
Type Description
IOException

parseFrom(byte[] data)

  public 
  
 static 
  
 Error 
  
 parseFrom 
 ( 
 byte 
 [] 
  
 data 
 ) 
 
Parameter
Name Description
data byte []
Returns
Type Description
Error
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

  public 
  
 static 
  
 Error 
  
 parseFrom 
 ( 
 byte 
 [] 
  
 data 
 , 
  
 ExtensionRegistryLite 
  
 extensionRegistry 
 ) 
 
Parameters
Name Description
data byte []
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Error
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

  public 
  
 static 
  
 Error 
  
 parseFrom 
 ( 
 ByteString 
  
 data 
 ) 
 
Parameter
Name Description
data ByteString
Returns
Type Description
Error
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

  public 
  
 static 
  
 Error 
  
 parseFrom 
 ( 
 ByteString 
  
 data 
 , 
  
 ExtensionRegistryLite 
  
 extensionRegistry 
 ) 
 
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Error
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

  public 
  
 static 
  
 Error 
  
 parseFrom 
 ( 
 CodedInputStream 
  
 input 
 ) 
 
Parameter
Name Description
input CodedInputStream
Returns
Type Description
Error
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

  public 
  
 static 
  
 Error 
  
 parseFrom 
 ( 
 CodedInputStream 
  
 input 
 , 
  
 ExtensionRegistryLite 
  
 extensionRegistry 
 ) 
 
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Error
Exceptions
Type Description
IOException

parseFrom(InputStream input)

  public 
  
 static 
  
 Error 
  
 parseFrom 
 ( 
 InputStream 
  
 input 
 ) 
 
Parameter
Name Description
input InputStream
Returns
Type Description
Error
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

  public 
  
 static 
  
 Error 
  
 parseFrom 
 ( 
 InputStream 
  
 input 
 , 
  
 ExtensionRegistryLite 
  
 extensionRegistry 
 ) 
 
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Error
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

  public 
  
 static 
  
 Error 
  
 parseFrom 
 ( 
 ByteBuffer 
  
 data 
 ) 
 
Parameter
Name Description
data ByteBuffer
Returns
Type Description
Error
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

  public 
  
 static 
  
 Error 
  
 parseFrom 
 ( 
 ByteBuffer 
  
 data 
 , 
  
 ExtensionRegistryLite 
  
 extensionRegistry 
 ) 
 
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Error
Exceptions
Type Description
InvalidProtocolBufferException

parser()

  public 
  
 static 
  
 Parser<Error> 
  
 parser 
 () 
 
Returns
Type Description
Parser < Error >

Methods

equals(Object obj)

  public 
  
 boolean 
  
 equals 
 ( 
 Object 
  
 obj 
 ) 
 
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

  public 
  
 Error 
  
 getDefaultInstanceForType 
 () 
 
Returns
Type Description
Error

getDetails()

  public 
  
 Status 
  
 getDetails 
 () 
 

Detailed error codes and messages.

.google.rpc.Status details = 1;

Returns
Type Description
com.google.rpc.Status

The details.

getDetailsOrBuilder()

  public 
  
 StatusOrBuilder 
  
 getDetailsOrBuilder 
 () 
 

Detailed error codes and messages.

.google.rpc.Status details = 1;

Returns
Type Description
com.google.rpc.StatusOrBuilder

getParserForType()

  public 
  
 Parser<Error> 
  
 getParserForType 
 () 
 
Returns
Type Description
Parser < Error >
Overrides

getSerializedSize()

  public 
  
 int 
  
 getSerializedSize 
 () 
 
Returns
Type Description
int
Overrides

getTimestamps(int index)

  public 
  
 Timestamp 
  
 getTimestamps 
 ( 
 int 
  
 index 
 ) 
 

The times the error occurred.

repeated .google.protobuf.Timestamp timestamps = 2;

Parameter
Name Description
index int
Returns
Type Description
Timestamp

getTimestampsCount()

  public 
  
 int 
  
 getTimestampsCount 
 () 
 

The times the error occurred.

repeated .google.protobuf.Timestamp timestamps = 2;

Returns
Type Description
int

getTimestampsList()

  public 
  
 List<Timestamp> 
  
 getTimestampsList 
 () 
 

The times the error occurred.

repeated .google.protobuf.Timestamp timestamps = 2;

Returns
Type Description
List < Timestamp >

getTimestampsOrBuilder(int index)

  public 
  
 TimestampOrBuilder 
  
 getTimestampsOrBuilder 
 ( 
 int 
  
 index 
 ) 
 

The times the error occurred.

repeated .google.protobuf.Timestamp timestamps = 2;

Parameter
Name Description
index int
Returns
Type Description
TimestampOrBuilder

getTimestampsOrBuilderList()

  public 
  
 List 
< ? 
  
 extends 
  
 TimestampOrBuilder 
>  
 getTimestampsOrBuilderList 
 () 
 

The times the error occurred.

repeated .google.protobuf.Timestamp timestamps = 2;

Returns
Type Description
List < ? extends com.google.protobuf.TimestampOrBuilder >

getUnknownFields()

  public 
  
 final 
  
 UnknownFieldSet 
  
 getUnknownFields 
 () 
 
Returns
Type Description
UnknownFieldSet
Overrides

hasDetails()

  public 
  
 boolean 
  
 hasDetails 
 () 
 

Detailed error codes and messages.

.google.rpc.Status details = 1;

Returns
Type Description
boolean

Whether the details field is set.

hashCode()

  public 
  
 int 
  
 hashCode 
 () 
 
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

  protected 
  
 GeneratedMessageV3 
 . 
 FieldAccessorTable 
  
 internalGetFieldAccessorTable 
 () 
 
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

  public 
  
 final 
  
 boolean 
  
 isInitialized 
 () 
 
Returns
Type Description
boolean
Overrides

newBuilderForType()

  public 
  
 Error 
 . 
 Builder 
  
 newBuilderForType 
 () 
 
Returns
Type Description
Error.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

  protected 
  
 Error 
 . 
 Builder 
  
 newBuilderForType 
 ( 
 GeneratedMessageV3 
 . 
 BuilderParent 
  
 parent 
 ) 
 
Parameter
Name Description
parent BuilderParent
Returns
Type Description
Error.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

  protected 
  
 Object 
  
 newInstance 
 ( 
 GeneratedMessageV3 
 . 
 UnusedPrivateParameter 
  
 unused 
 ) 
 
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

  public 
  
 Error 
 . 
 Builder 
  
 toBuilder 
 () 
 
Returns
Type Description
Error.Builder

writeTo(CodedOutputStream output)

  public 
  
 void 
  
 writeTo 
 ( 
 CodedOutputStream 
  
 output 
 ) 
 
Parameter
Name Description
output CodedOutputStream
Overrides Exceptions
Type Description
IOException
Design a Mobile Site
View Site in Mobile | Classic
Share by: