Uses of Class
com.google.cloud.compute.v1.Error
-
Packages that use Error Package Description com.google.cloud.compute.v1 The interfaces provided are listed below, along with usage samples. -
-
Uses of Error in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return Error Modifier and Type Method Description Error
Error.Builder. build()
Error
Error.Builder. buildPartial()
static Error
Error. getDefaultInstance()
Error
Error.Builder. getDefaultInstanceForType()
Error
Error. getDefaultInstanceForType()
Error
Operation.Builder. getError()
[Output Only] If errors are generated during processing of the operation, this field will be populated.Error
Operation. getError()
[Output Only] If errors are generated during processing of the operation, this field will be populated.Error
OperationOrBuilder. getError()
[Output Only] If errors are generated during processing of the operation, this field will be populated.static Error
Error. parseDelimitedFrom(InputStream input)
static Error
Error. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Error
Error. parseFrom(byte[] data)
static Error
Error. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Error
Error. parseFrom(com.google.protobuf.ByteString data)
static Error
Error. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Error
Error. parseFrom(com.google.protobuf.CodedInputStream input)
static Error
Error. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Error
Error. parseFrom(InputStream input)
static Error
Error. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Error
Error. parseFrom(ByteBuffer data)
static Error
Error. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.compute.v1 that return types with arguments of type Error Modifier and Type Method Description com.google.protobuf.Parser<Error>
Error. getParserForType()
static com.google.protobuf.Parser<Error>
Error. parser()
Methods in com.google.cloud.compute.v1 with parameters of type Error Modifier and Type Method Description Operation.Builder
Operation.Builder. mergeError(Error value)
[Output Only] If errors are generated during processing of the operation, this field will be populated.Error.Builder
Error.Builder. mergeFrom(Error other)
static Error.Builder
Error. newBuilder(Error prototype)
Operation.Builder
Operation.Builder. setError(Error value)
[Output Only] If errors are generated during processing of the operation, this field will be populated.
-