Uses of Class
com.google.cloud.gkehub.configmanagement.v1beta.InstallError.Builder
-
Packages that use InstallError.Builder Package Description com.google.cloud.gkehub.configmanagement.v1beta -
-
Uses of InstallError.Builder in com.google.cloud.gkehub.configmanagement.v1beta
Methods in com.google.cloud.gkehub.configmanagement.v1beta that return InstallError.Builder Modifier and Type Method Description InstallError.Builder
OperatorState.Builder. addErrorsBuilder()
Install errors.InstallError.Builder
OperatorState.Builder. addErrorsBuilder(int index)
Install errors.InstallError.Builder
InstallError.Builder. addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
InstallError.Builder
InstallError.Builder. clear()
InstallError.Builder
InstallError.Builder. clearErrorMessage()
A string representing the user facing error messageInstallError.Builder
InstallError.Builder. clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
InstallError.Builder
InstallError.Builder. clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
InstallError.Builder
InstallError.Builder. clone()
InstallError.Builder
OperatorState.Builder. getErrorsBuilder(int index)
Install errors.InstallError.Builder
InstallError.Builder. mergeFrom(InstallError other)
InstallError.Builder
InstallError.Builder. mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
InstallError.Builder
InstallError.Builder. mergeFrom(com.google.protobuf.Message other)
InstallError.Builder
InstallError.Builder. mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
static InstallError.Builder
InstallError. newBuilder()
static InstallError.Builder
InstallError. newBuilder(InstallError prototype)
InstallError.Builder
InstallError. newBuilderForType()
protected InstallError.Builder
InstallError. newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
InstallError.Builder
InstallError.Builder. setErrorMessage(String value)
A string representing the user facing error messageInstallError.Builder
InstallError.Builder. setErrorMessageBytes(com.google.protobuf.ByteString value)
A string representing the user facing error messageInstallError.Builder
InstallError.Builder. setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
InstallError.Builder
InstallError.Builder. setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
InstallError.Builder
InstallError.Builder. setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
InstallError.Builder
InstallError. toBuilder()
Methods in com.google.cloud.gkehub.configmanagement.v1beta that return types with arguments of type InstallError.Builder Modifier and Type Method Description List<InstallError.Builder>
OperatorState.Builder. getErrorsBuilderList()
Install errors.Methods in com.google.cloud.gkehub.configmanagement.v1beta with parameters of type InstallError.Builder Modifier and Type Method Description OperatorState.Builder
OperatorState.Builder. addErrors(int index, InstallError.Builder builderForValue)
Install errors.OperatorState.Builder
OperatorState.Builder. addErrors(InstallError.Builder builderForValue)
Install errors.OperatorState.Builder
OperatorState.Builder. setErrors(int index, InstallError.Builder builderForValue)
Install errors.
-