Uses of Interface
com.google.cloud.compute.v1.ErrorsOrBuilder
-
Packages that use ErrorsOrBuilder Package Description com.google.cloud.compute.v1 The interfaces provided are listed below, along with usage samples. -
-
Uses of ErrorsOrBuilder in com.google.cloud.compute.v1
Classes in com.google.cloud.compute.v1 that implement ErrorsOrBuilder Modifier and Type Class Description class
Errors
static class
Errors.Builder
Methods in com.google.cloud.compute.v1 that return ErrorsOrBuilder Modifier and Type Method Description ErrorsOrBuilder
Error.Builder. getErrorsOrBuilder(int index)
[Output Only] The array of errors encountered while processing this operation.ErrorsOrBuilder
Error. getErrorsOrBuilder(int index)
[Output Only] The array of errors encountered while processing this operation.ErrorsOrBuilder
ErrorOrBuilder. getErrorsOrBuilder(int index)
[Output Only] The array of errors encountered while processing this operation.ErrorsOrBuilder
ManagedInstanceLastAttempt.Builder. getErrorsOrBuilder()
[Output Only] Encountered errors during the last attempt to create or delete the instance.ErrorsOrBuilder
ManagedInstanceLastAttempt. getErrorsOrBuilder()
[Output Only] Encountered errors during the last attempt to create or delete the instance.ErrorsOrBuilder
ManagedInstanceLastAttemptOrBuilder. getErrorsOrBuilder()
[Output Only] Encountered errors during the last attempt to create or delete the instance.Methods in com.google.cloud.compute.v1 that return types with arguments of type ErrorsOrBuilder Modifier and Type Method Description List<? extends ErrorsOrBuilder>
Error.Builder. getErrorsOrBuilderList()
[Output Only] The array of errors encountered while processing this operation.List<? extends ErrorsOrBuilder>
Error. getErrorsOrBuilderList()
[Output Only] The array of errors encountered while processing this operation.List<? extends ErrorsOrBuilder>
ErrorOrBuilder. getErrorsOrBuilderList()
[Output Only] The array of errors encountered while processing this operation.
-