Uses of Class
com.google.cloud.compute.v1.ErrorDetails
-
Packages that use ErrorDetails Package Description com.google.cloud.compute.v1 The interfaces provided are listed below, along with usage samples. -
-
Uses of ErrorDetails in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return ErrorDetails Modifier and Type Method Description ErrorDetailsErrorDetails.Builder. build()ErrorDetailsErrorDetails.Builder. buildPartial()static ErrorDetailsErrorDetails. getDefaultInstance()ErrorDetailsErrorDetails.Builder. getDefaultInstanceForType()ErrorDetailsErrorDetails. getDefaultInstanceForType()ErrorDetailsErrors.Builder. getErrorDetails(int index)[Output Only] An optional list of messages that contain the error details.ErrorDetailsErrors. getErrorDetails(int index)[Output Only] An optional list of messages that contain the error details.ErrorDetailsErrorsOrBuilder. getErrorDetails(int index)[Output Only] An optional list of messages that contain the error details.static ErrorDetailsErrorDetails. parseDelimitedFrom(InputStream input)static ErrorDetailsErrorDetails. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ErrorDetailsErrorDetails. parseFrom(byte[] data)static ErrorDetailsErrorDetails. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ErrorDetailsErrorDetails. parseFrom(com.google.protobuf.ByteString data)static ErrorDetailsErrorDetails. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ErrorDetailsErrorDetails. parseFrom(com.google.protobuf.CodedInputStream input)static ErrorDetailsErrorDetails. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ErrorDetailsErrorDetails. parseFrom(InputStream input)static ErrorDetailsErrorDetails. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ErrorDetailsErrorDetails. parseFrom(ByteBuffer data)static ErrorDetailsErrorDetails. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.compute.v1 that return types with arguments of type ErrorDetails Modifier and Type Method Description List<ErrorDetails>Errors.Builder. getErrorDetailsList()[Output Only] An optional list of messages that contain the error details.List<ErrorDetails>Errors. getErrorDetailsList()[Output Only] An optional list of messages that contain the error details.List<ErrorDetails>ErrorsOrBuilder. getErrorDetailsList()[Output Only] An optional list of messages that contain the error details.com.google.protobuf.Parser<ErrorDetails>ErrorDetails. getParserForType()static com.google.protobuf.Parser<ErrorDetails>ErrorDetails. parser()Methods in com.google.cloud.compute.v1 with parameters of type ErrorDetails Modifier and Type Method Description Errors.BuilderErrors.Builder. addErrorDetails(int index, ErrorDetails value)[Output Only] An optional list of messages that contain the error details.Errors.BuilderErrors.Builder. addErrorDetails(ErrorDetails value)[Output Only] An optional list of messages that contain the error details.ErrorDetails.BuilderErrorDetails.Builder. mergeFrom(ErrorDetails other)static ErrorDetails.BuilderErrorDetails. newBuilder(ErrorDetails prototype)Errors.BuilderErrors.Builder. setErrorDetails(int index, ErrorDetails value)[Output Only] An optional list of messages that contain the error details.Method parameters in com.google.cloud.compute.v1 with type arguments of type ErrorDetails Modifier and Type Method Description Errors.BuilderErrors.Builder. addAllErrorDetails(Iterable<? extends ErrorDetails> values)[Output Only] An optional list of messages that contain the error details.
-