All Downloads are FREE. Search and download functionalities are using the official Maven repository.

yandex.cloud.api.OperationOuterClass Maven / Gradle / Ivy

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: yandex/cloud/api/operation.proto

package yandex.cloud.api;

public final class OperationOuterClass {
  private OperationOuterClass() {}
  public static void registerAllExtensions(
      com.google.protobuf.ExtensionRegistryLite registry) {
    registry.add(yandex.cloud.api.OperationOuterClass.operation);
  }

  public static void registerAllExtensions(
      com.google.protobuf.ExtensionRegistry registry) {
    registerAllExtensions(
        (com.google.protobuf.ExtensionRegistryLite) registry);
  }
  public interface OperationOrBuilder extends
      // @@protoc_insertion_point(interface_extends:yandex.cloud.api.Operation)
      com.google.protobuf.MessageOrBuilder {

    /**
     * 
     * Optional. If present, rpc returns operation which metadata field will
     * contains message of specified type.
     * 
* * string metadata = 1; * @return The metadata. */ java.lang.String getMetadata(); /** *
     * Optional. If present, rpc returns operation which metadata field will
     * contains message of specified type.
     * 
* * string metadata = 1; * @return The bytes for metadata. */ com.google.protobuf.ByteString getMetadataBytes(); /** *
     * Required. rpc returns operation, in case of success response will contains message of
     * specified field.
     * 
* * string response = 2; * @return The response. */ java.lang.String getResponse(); /** *
     * Required. rpc returns operation, in case of success response will contains message of
     * specified field.
     * 
* * string response = 2; * @return The bytes for response. */ com.google.protobuf.ByteString getResponseBytes(); } /** *
   * Operation is annotation for rpc that returns longrunning operation, describes
   * message types that will be returned in metadata [google.protobuf.Any], and
   * in response [google.protobuf.Any] (for successful operation).
   * 
* * Protobuf type {@code yandex.cloud.api.Operation} */ public static final class Operation extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:yandex.cloud.api.Operation) OperationOrBuilder { private static final long serialVersionUID = 0L; // Use Operation.newBuilder() to construct. private Operation(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private Operation() { metadata_ = ""; response_ = ""; } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new Operation(); } @java.lang.Override public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private Operation( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { this(); if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } com.google.protobuf.UnknownFieldSet.Builder unknownFields = com.google.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 10: { java.lang.String s = input.readStringRequireUtf8(); metadata_ = s; break; } case 18: { java.lang.String s = input.readStringRequireUtf8(); response_ = s; break; } default: { if (!parseUnknownField( input, unknownFields, extensionRegistry, tag)) { done = true; } break; } } } } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException( e).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return yandex.cloud.api.OperationOuterClass.internal_static_yandex_cloud_api_Operation_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return yandex.cloud.api.OperationOuterClass.internal_static_yandex_cloud_api_Operation_fieldAccessorTable .ensureFieldAccessorsInitialized( yandex.cloud.api.OperationOuterClass.Operation.class, yandex.cloud.api.OperationOuterClass.Operation.Builder.class); } public static final int METADATA_FIELD_NUMBER = 1; private volatile java.lang.Object metadata_; /** *
     * Optional. If present, rpc returns operation which metadata field will
     * contains message of specified type.
     * 
* * string metadata = 1; * @return The metadata. */ @java.lang.Override public java.lang.String getMetadata() { java.lang.Object ref = metadata_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); metadata_ = s; return s; } } /** *
     * Optional. If present, rpc returns operation which metadata field will
     * contains message of specified type.
     * 
* * string metadata = 1; * @return The bytes for metadata. */ @java.lang.Override public com.google.protobuf.ByteString getMetadataBytes() { java.lang.Object ref = metadata_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); metadata_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int RESPONSE_FIELD_NUMBER = 2; private volatile java.lang.Object response_; /** *
     * Required. rpc returns operation, in case of success response will contains message of
     * specified field.
     * 
* * string response = 2; * @return The response. */ @java.lang.Override public java.lang.String getResponse() { java.lang.Object ref = response_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); response_ = s; return s; } } /** *
     * Required. rpc returns operation, in case of success response will contains message of
     * specified field.
     * 
* * string response = 2; * @return The bytes for response. */ @java.lang.Override public com.google.protobuf.ByteString getResponseBytes() { java.lang.Object ref = response_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); response_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(metadata_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, metadata_); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(response_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 2, response_); } unknownFields.writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(metadata_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, metadata_); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(response_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, response_); } size += unknownFields.getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof yandex.cloud.api.OperationOuterClass.Operation)) { return super.equals(obj); } yandex.cloud.api.OperationOuterClass.Operation other = (yandex.cloud.api.OperationOuterClass.Operation) obj; if (!getMetadata() .equals(other.getMetadata())) return false; if (!getResponse() .equals(other.getResponse())) return false; if (!unknownFields.equals(other.unknownFields)) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); hash = (37 * hash) + METADATA_FIELD_NUMBER; hash = (53 * hash) + getMetadata().hashCode(); hash = (37 * hash) + RESPONSE_FIELD_NUMBER; hash = (53 * hash) + getResponse().hashCode(); hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; } public static yandex.cloud.api.OperationOuterClass.Operation parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static yandex.cloud.api.OperationOuterClass.Operation parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static yandex.cloud.api.OperationOuterClass.Operation parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static yandex.cloud.api.OperationOuterClass.Operation parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static yandex.cloud.api.OperationOuterClass.Operation parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static yandex.cloud.api.OperationOuterClass.Operation parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static yandex.cloud.api.OperationOuterClass.Operation parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static yandex.cloud.api.OperationOuterClass.Operation parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static yandex.cloud.api.OperationOuterClass.Operation parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static yandex.cloud.api.OperationOuterClass.Operation parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static yandex.cloud.api.OperationOuterClass.Operation parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static yandex.cloud.api.OperationOuterClass.Operation parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(yandex.cloud.api.OperationOuterClass.Operation prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } @java.lang.Override public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** *
     * Operation is annotation for rpc that returns longrunning operation, describes
     * message types that will be returned in metadata [google.protobuf.Any], and
     * in response [google.protobuf.Any] (for successful operation).
     * 
* * Protobuf type {@code yandex.cloud.api.Operation} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:yandex.cloud.api.Operation) yandex.cloud.api.OperationOuterClass.OperationOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return yandex.cloud.api.OperationOuterClass.internal_static_yandex_cloud_api_Operation_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return yandex.cloud.api.OperationOuterClass.internal_static_yandex_cloud_api_Operation_fieldAccessorTable .ensureFieldAccessorsInitialized( yandex.cloud.api.OperationOuterClass.Operation.class, yandex.cloud.api.OperationOuterClass.Operation.Builder.class); } // Construct using yandex.cloud.api.OperationOuterClass.Operation.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { } } @java.lang.Override public Builder clear() { super.clear(); metadata_ = ""; response_ = ""; return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return yandex.cloud.api.OperationOuterClass.internal_static_yandex_cloud_api_Operation_descriptor; } @java.lang.Override public yandex.cloud.api.OperationOuterClass.Operation getDefaultInstanceForType() { return yandex.cloud.api.OperationOuterClass.Operation.getDefaultInstance(); } @java.lang.Override public yandex.cloud.api.OperationOuterClass.Operation build() { yandex.cloud.api.OperationOuterClass.Operation result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public yandex.cloud.api.OperationOuterClass.Operation buildPartial() { yandex.cloud.api.OperationOuterClass.Operation result = new yandex.cloud.api.OperationOuterClass.Operation(this); result.metadata_ = metadata_; result.response_ = response_; onBuilt(); return result; } @java.lang.Override public Builder clone() { return super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof yandex.cloud.api.OperationOuterClass.Operation) { return mergeFrom((yandex.cloud.api.OperationOuterClass.Operation)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(yandex.cloud.api.OperationOuterClass.Operation other) { if (other == yandex.cloud.api.OperationOuterClass.Operation.getDefaultInstance()) return this; if (!other.getMetadata().isEmpty()) { metadata_ = other.metadata_; onChanged(); } if (!other.getResponse().isEmpty()) { response_ = other.response_; onChanged(); } this.mergeUnknownFields(other.unknownFields); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { yandex.cloud.api.OperationOuterClass.Operation parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (yandex.cloud.api.OperationOuterClass.Operation) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private java.lang.Object metadata_ = ""; /** *
       * Optional. If present, rpc returns operation which metadata field will
       * contains message of specified type.
       * 
* * string metadata = 1; * @return The metadata. */ public java.lang.String getMetadata() { java.lang.Object ref = metadata_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); metadata_ = s; return s; } else { return (java.lang.String) ref; } } /** *
       * Optional. If present, rpc returns operation which metadata field will
       * contains message of specified type.
       * 
* * string metadata = 1; * @return The bytes for metadata. */ public com.google.protobuf.ByteString getMetadataBytes() { java.lang.Object ref = metadata_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); metadata_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** *
       * Optional. If present, rpc returns operation which metadata field will
       * contains message of specified type.
       * 
* * string metadata = 1; * @param value The metadata to set. * @return This builder for chaining. */ public Builder setMetadata( java.lang.String value) { if (value == null) { throw new NullPointerException(); } metadata_ = value; onChanged(); return this; } /** *
       * Optional. If present, rpc returns operation which metadata field will
       * contains message of specified type.
       * 
* * string metadata = 1; * @return This builder for chaining. */ public Builder clearMetadata() { metadata_ = getDefaultInstance().getMetadata(); onChanged(); return this; } /** *
       * Optional. If present, rpc returns operation which metadata field will
       * contains message of specified type.
       * 
* * string metadata = 1; * @param value The bytes for metadata to set. * @return This builder for chaining. */ public Builder setMetadataBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); metadata_ = value; onChanged(); return this; } private java.lang.Object response_ = ""; /** *
       * Required. rpc returns operation, in case of success response will contains message of
       * specified field.
       * 
* * string response = 2; * @return The response. */ public java.lang.String getResponse() { java.lang.Object ref = response_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); response_ = s; return s; } else { return (java.lang.String) ref; } } /** *
       * Required. rpc returns operation, in case of success response will contains message of
       * specified field.
       * 
* * string response = 2; * @return The bytes for response. */ public com.google.protobuf.ByteString getResponseBytes() { java.lang.Object ref = response_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); response_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** *
       * Required. rpc returns operation, in case of success response will contains message of
       * specified field.
       * 
* * string response = 2; * @param value The response to set. * @return This builder for chaining. */ public Builder setResponse( java.lang.String value) { if (value == null) { throw new NullPointerException(); } response_ = value; onChanged(); return this; } /** *
       * Required. rpc returns operation, in case of success response will contains message of
       * specified field.
       * 
* * string response = 2; * @return This builder for chaining. */ public Builder clearResponse() { response_ = getDefaultInstance().getResponse(); onChanged(); return this; } /** *
       * Required. rpc returns operation, in case of success response will contains message of
       * specified field.
       * 
* * string response = 2; * @param value The bytes for response to set. * @return This builder for chaining. */ public Builder setResponseBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); response_ = value; onChanged(); return this; } @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @java.lang.Override public final Builder mergeUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@protoc_insertion_point(builder_scope:yandex.cloud.api.Operation) } // @@protoc_insertion_point(class_scope:yandex.cloud.api.Operation) private static final yandex.cloud.api.OperationOuterClass.Operation DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new yandex.cloud.api.OperationOuterClass.Operation(); } public static yandex.cloud.api.OperationOuterClass.Operation getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public Operation parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return new Operation(input, extensionRegistry); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public yandex.cloud.api.OperationOuterClass.Operation getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public static final int OPERATION_FIELD_NUMBER = 87334; /** * extend .google.protobuf.MethodOptions { ... } */ public static final com.google.protobuf.GeneratedMessage.GeneratedExtension< com.google.protobuf.DescriptorProtos.MethodOptions, yandex.cloud.api.OperationOuterClass.Operation> operation = com.google.protobuf.GeneratedMessage .newFileScopedGeneratedExtension( yandex.cloud.api.OperationOuterClass.Operation.class, yandex.cloud.api.OperationOuterClass.Operation.getDefaultInstance()); private static final com.google.protobuf.Descriptors.Descriptor internal_static_yandex_cloud_api_Operation_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_yandex_cloud_api_Operation_fieldAccessorTable; public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { return descriptor; } private static com.google.protobuf.Descriptors.FileDescriptor descriptor; static { java.lang.String[] descriptorData = { "\n yandex/cloud/api/operation.proto\022\020yand" + "ex.cloud.api\032 google/protobuf/descriptor" + ".proto\"/\n\tOperation\022\020\n\010metadata\030\001 \001(\t\022\020\n" + "\010response\030\002 \001(\t:P\n\toperation\022\036.google.pr" + "otobuf.MethodOptions\030\246\252\005 \001(\0132\033.yandex.cl" + "oud.api.OperationB:Z8github.com/yandex-c" + "loud/go-genproto/yandex/cloud/api;apib\006p" + "roto3" }; descriptor = com.google.protobuf.Descriptors.FileDescriptor .internalBuildGeneratedFileFrom(descriptorData, new com.google.protobuf.Descriptors.FileDescriptor[] { com.google.protobuf.DescriptorProtos.getDescriptor(), }); internal_static_yandex_cloud_api_Operation_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_yandex_cloud_api_Operation_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_yandex_cloud_api_Operation_descriptor, new java.lang.String[] { "Metadata", "Response", }); operation.internalInit(descriptor.getExtensions().get(0)); com.google.protobuf.DescriptorProtos.getDescriptor(); } // @@protoc_insertion_point(outer_class_scope) }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy