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 ErrorsErrors.Builder. build()ErrorsErrors.Builder. buildPartial()static ErrorsErrors. getDefaultInstance()ErrorsErrors.Builder. getDefaultInstanceForType()ErrorsErrors. getDefaultInstanceForType()ErrorsError.Builder. getErrors(int index)[Output Only] The array of errors encountered while processing this operation.ErrorsError. getErrors(int index)[Output Only] The array of errors encountered while processing this operation.ErrorsErrorOrBuilder. getErrors(int index)[Output Only] The array of errors encountered while processing this operation.ErrorsManagedInstanceLastAttempt.Builder. getErrors()[Output Only] Encountered errors during the last attempt to create or delete the instance.ErrorsManagedInstanceLastAttempt. getErrors()[Output Only] Encountered errors during the last attempt to create or delete the instance.ErrorsManagedInstanceLastAttemptOrBuilder. getErrors()[Output Only] Encountered errors during the last attempt to create or delete the instance.static ErrorsErrors. parseDelimitedFrom(InputStream input)static ErrorsErrors. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ErrorsErrors. parseFrom(byte[] data)static ErrorsErrors. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ErrorsErrors. parseFrom(com.google.protobuf.ByteString data)static ErrorsErrors. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ErrorsErrors. parseFrom(com.google.protobuf.CodedInputStream input)static ErrorsErrors. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ErrorsErrors. parseFrom(InputStream input)static ErrorsErrors. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ErrorsErrors. parseFrom(ByteBuffer data)static ErrorsErrors. 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.BuilderError.Builder. addErrors(int index, Errors value)[Output Only] The array of errors encountered while processing this operation.Error.BuilderError.Builder. addErrors(Errors value)[Output Only] The array of errors encountered while processing this operation.ManagedInstanceLastAttempt.BuilderManagedInstanceLastAttempt.Builder. mergeErrors(Errors value)[Output Only] Encountered errors during the last attempt to create or delete the instance.Errors.BuilderErrors.Builder. mergeFrom(Errors other)static Errors.BuilderErrors. newBuilder(Errors prototype)Error.BuilderError.Builder. setErrors(int index, Errors value)[Output Only] The array of errors encountered while processing this operation.ManagedInstanceLastAttempt.BuilderManagedInstanceLastAttempt.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.BuilderError.Builder. addAllErrors(Iterable<? extends Errors> values)[Output Only] The array of errors encountered while processing this operation.
-