Uses of Class
com.google.cloud.gkehub.configmanagement.v1beta.InstallError
-
Packages that use InstallError Package Description com.google.cloud.gkehub.configmanagement.v1beta -
-
Uses of InstallError in com.google.cloud.gkehub.configmanagement.v1beta
Methods in com.google.cloud.gkehub.configmanagement.v1beta that return InstallError Modifier and Type Method Description InstallError
InstallError.Builder. build()
InstallError
InstallError.Builder. buildPartial()
static InstallError
InstallError. getDefaultInstance()
InstallError
InstallError.Builder. getDefaultInstanceForType()
InstallError
InstallError. getDefaultInstanceForType()
InstallError
OperatorState.Builder. getErrors(int index)
Install errors.InstallError
OperatorState. getErrors(int index)
Install errors.InstallError
OperatorStateOrBuilder. getErrors(int index)
Install errors.static InstallError
InstallError. parseDelimitedFrom(InputStream input)
static InstallError
InstallError. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static InstallError
InstallError. parseFrom(byte[] data)
static InstallError
InstallError. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static InstallError
InstallError. parseFrom(com.google.protobuf.ByteString data)
static InstallError
InstallError. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static InstallError
InstallError. parseFrom(com.google.protobuf.CodedInputStream input)
static InstallError
InstallError. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static InstallError
InstallError. parseFrom(InputStream input)
static InstallError
InstallError. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static InstallError
InstallError. parseFrom(ByteBuffer data)
static InstallError
InstallError. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.gkehub.configmanagement.v1beta 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.v1beta with parameters of type InstallError Modifier and Type Method Description OperatorState.Builder
OperatorState.Builder. addErrors(int index, InstallError value)
Install errors.OperatorState.Builder
OperatorState.Builder. addErrors(InstallError value)
Install errors.InstallError.Builder
InstallError.Builder. mergeFrom(InstallError other)
static InstallError.Builder
InstallError. newBuilder(InstallError prototype)
OperatorState.Builder
OperatorState.Builder. setErrors(int index, InstallError value)
Install errors.Method parameters in com.google.cloud.gkehub.configmanagement.v1beta with type arguments of type InstallError Modifier and Type Method Description OperatorState.Builder
OperatorState.Builder. addAllErrors(Iterable<? extends InstallError> values)
Install errors.
-