Uses of Class
com.google.cloud.compute.v1.Errors
-
Packages that use Errors Package Description com.google.cloud.compute.v1 The interfaces provided are listed below, along with usage samples. -
-
Uses of Errors in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return Errors Modifier and Type Method Description Errors
Errors.Builder. build()
Errors
Errors.Builder. buildPartial()
static Errors
Errors. getDefaultInstance()
Errors
Errors.Builder. getDefaultInstanceForType()
Errors
Errors. getDefaultInstanceForType()
Errors
Error.Builder. getErrors(int index)
[Output Only] The array of errors encountered while processing this operation.Errors
Error. getErrors(int index)
[Output Only] The array of errors encountered while processing this operation.Errors
ErrorOrBuilder. getErrors(int index)
[Output Only] The array of errors encountered while processing this operation.Errors
ManagedInstanceLastAttempt.Builder. getErrors()
[Output Only] Encountered errors during the last attempt to create or delete the instance.Errors
ManagedInstanceLastAttempt. getErrors()
[Output Only] Encountered errors during the last attempt to create or delete the instance.Errors
ManagedInstanceLastAttemptOrBuilder. getErrors()
[Output Only] Encountered errors during the last attempt to create or delete the instance.static Errors
Errors. parseDelimitedFrom(InputStream input)
static Errors
Errors. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Errors
Errors. parseFrom(byte[] data)
static Errors
Errors. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Errors
Errors. parseFrom(com.google.protobuf.ByteString data)
static Errors
Errors. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Errors
Errors. parseFrom(com.google.protobuf.CodedInputStream input)
static Errors
Errors. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Errors
Errors. parseFrom(InputStream input)
static Errors
Errors. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Errors
Errors. parseFrom(ByteBuffer data)
static Errors
Errors. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.compute.v1 that return types with arguments of type Errors Modifier and Type Method Description List<Errors>
Error.Builder. getErrorsList()
[Output Only] The array of errors encountered while processing this operation.List<Errors>
Error. getErrorsList()
[Output Only] The array of errors encountered while processing this operation.List<Errors>
ErrorOrBuilder. getErrorsList()
[Output Only] The array of errors encountered while processing this operation.com.google.protobuf.Parser<Errors>
Errors. getParserForType()
static com.google.protobuf.Parser<Errors>
Errors. parser()
Methods in com.google.cloud.compute.v1 with parameters of type Errors Modifier and Type Method Description Error.Builder
Error.Builder. addErrors(int index, Errors value)
[Output Only] The array of errors encountered while processing this operation.Error.Builder
Error.Builder. addErrors(Errors value)
[Output Only] The array of errors encountered while processing this operation.ManagedInstanceLastAttempt.Builder
ManagedInstanceLastAttempt.Builder. mergeErrors(Errors value)
[Output Only] Encountered errors during the last attempt to create or delete the instance.Errors.Builder
Errors.Builder. mergeFrom(Errors other)
static Errors.Builder
Errors. newBuilder(Errors prototype)
Error.Builder
Error.Builder. setErrors(int index, Errors value)
[Output Only] The array of errors encountered while processing this operation.ManagedInstanceLastAttempt.Builder
ManagedInstanceLastAttempt.Builder. setErrors(Errors value)
[Output Only] Encountered errors during the last attempt to create or delete the instance.Method parameters in com.google.cloud.compute.v1 with type arguments of type Errors Modifier and Type Method Description Error.Builder
Error.Builder. addAllErrors(Iterable<? extends Errors> values)
[Output Only] The array of errors encountered while processing this operation.
-