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 ErrorError.Builder. build()ErrorError.Builder. buildPartial()static ErrorError. getDefaultInstance()ErrorError.Builder. getDefaultInstanceForType()ErrorError. getDefaultInstanceForType()ErrorOperation.Builder. getError()[Output Only] If errors are generated during processing of the operation, this field will be populated.ErrorOperation. getError()[Output Only] If errors are generated during processing of the operation, this field will be populated.ErrorOperationOrBuilder. getError()[Output Only] If errors are generated during processing of the operation, this field will be populated.static ErrorError. parseDelimitedFrom(InputStream input)static ErrorError. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ErrorError. parseFrom(byte[] data)static ErrorError. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ErrorError. parseFrom(com.google.protobuf.ByteString data)static ErrorError. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ErrorError. parseFrom(com.google.protobuf.CodedInputStream input)static ErrorError. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ErrorError. parseFrom(InputStream input)static ErrorError. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ErrorError. parseFrom(ByteBuffer data)static ErrorError. 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.BuilderOperation.Builder. mergeError(Error value)[Output Only] If errors are generated during processing of the operation, this field will be populated.Error.BuilderError.Builder. mergeFrom(Error other)static Error.BuilderError. newBuilder(Error prototype)Operation.BuilderOperation.Builder. setError(Error value)[Output Only] If errors are generated during processing of the operation, this field will be populated.
-