Uses of Class
com.google.cloud.gkehub.configmanagement.v1alpha.InstallError
-
Packages that use InstallError Package Description com.google.cloud.gkehub.configmanagement.v1alpha -
-
Uses of InstallError in com.google.cloud.gkehub.configmanagement.v1alpha
Methods in com.google.cloud.gkehub.configmanagement.v1alpha that return InstallError Modifier and Type Method Description InstallErrorInstallError.Builder. build()InstallErrorInstallError.Builder. buildPartial()static InstallErrorInstallError. getDefaultInstance()InstallErrorInstallError.Builder. getDefaultInstanceForType()InstallErrorInstallError. getDefaultInstanceForType()InstallErrorOperatorState.Builder. getErrors(int index)Install errors.InstallErrorOperatorState. getErrors(int index)Install errors.InstallErrorOperatorStateOrBuilder. getErrors(int index)Install errors.static InstallErrorInstallError. parseDelimitedFrom(InputStream input)static InstallErrorInstallError. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static InstallErrorInstallError. parseFrom(byte[] data)static InstallErrorInstallError. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static InstallErrorInstallError. parseFrom(com.google.protobuf.ByteString data)static InstallErrorInstallError. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static InstallErrorInstallError. parseFrom(com.google.protobuf.CodedInputStream input)static InstallErrorInstallError. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static InstallErrorInstallError. parseFrom(InputStream input)static InstallErrorInstallError. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static InstallErrorInstallError. parseFrom(ByteBuffer data)static InstallErrorInstallError. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.gkehub.configmanagement.v1alpha that return types with arguments of type InstallError Modifier and Type Method Description List<InstallError>OperatorState.Builder. getErrorsList()Install errors.List<InstallError>OperatorState. getErrorsList()Install errors.List<InstallError>OperatorStateOrBuilder. getErrorsList()Install errors.com.google.protobuf.Parser<InstallError>InstallError. getParserForType()static com.google.protobuf.Parser<InstallError>InstallError. parser()Methods in com.google.cloud.gkehub.configmanagement.v1alpha with parameters of type InstallError Modifier and Type Method Description OperatorState.BuilderOperatorState.Builder. addErrors(int index, InstallError value)Install errors.OperatorState.BuilderOperatorState.Builder. addErrors(InstallError value)Install errors.InstallError.BuilderInstallError.Builder. mergeFrom(InstallError other)static InstallError.BuilderInstallError. newBuilder(InstallError prototype)OperatorState.BuilderOperatorState.Builder. setErrors(int index, InstallError value)Install errors.Method parameters in com.google.cloud.gkehub.configmanagement.v1alpha with type arguments of type InstallError Modifier and Type Method Description OperatorState.BuilderOperatorState.Builder. addAllErrors(Iterable<? extends InstallError> values)Install errors.
-