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

io.stigg.sidecar.proto.v1.ReportUsageRequest Maven / Gradle / Ivy

There is a newer version: 2.112.1
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: stigg/sidecar/v1/sidecar.proto

package io.stigg.sidecar.proto.v1;

/** Protobuf type {@code stigg.sidecar.v1.ReportUsageRequest} */
public final class ReportUsageRequest extends com.google.protobuf.GeneratedMessageV3
    implements
    // @@protoc_insertion_point(message_implements:stigg.sidecar.v1.ReportUsageRequest)
    ReportUsageRequestOrBuilder {
  private static final long serialVersionUID = 0L;

  // Use ReportUsageRequest.newBuilder() to construct.
  private ReportUsageRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) {
    super(builder);
  }

  private ReportUsageRequest() {
    customerId_ = "";
    resourceId_ = "";
    featureId_ = "";
    updateBehavior_ = 0;
  }

  @java.lang.Override
  @SuppressWarnings({"unused"})
  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
    return new ReportUsageRequest();
  }

  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
    return io.stigg.sidecar.proto.v1.SidecarProto
        .internal_static_stigg_sidecar_v1_ReportUsageRequest_descriptor;
  }

  @java.lang.Override
  protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internalGetFieldAccessorTable() {
    return io.stigg.sidecar.proto.v1.SidecarProto
        .internal_static_stigg_sidecar_v1_ReportUsageRequest_fieldAccessorTable
        .ensureFieldAccessorsInitialized(
            io.stigg.sidecar.proto.v1.ReportUsageRequest.class,
            io.stigg.sidecar.proto.v1.ReportUsageRequest.Builder.class);
  }

  private int bitField0_;
  public static final int CUSTOMER_ID_FIELD_NUMBER = 1;

  @SuppressWarnings("serial")
  private volatile java.lang.Object customerId_ = "";

  /**
   * string customer_id = 1 [json_name = "customerId"];
   *
   * @return The customerId.
   */
  @java.lang.Override
  public java.lang.String getCustomerId() {
    java.lang.Object ref = customerId_;
    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();
      customerId_ = s;
      return s;
    }
  }

  /**
   * string customer_id = 1 [json_name = "customerId"];
   *
   * @return The bytes for customerId.
   */
  @java.lang.Override
  public com.google.protobuf.ByteString getCustomerIdBytes() {
    java.lang.Object ref = customerId_;
    if (ref instanceof java.lang.String) {
      com.google.protobuf.ByteString b =
          com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref);
      customerId_ = b;
      return b;
    } else {
      return (com.google.protobuf.ByteString) ref;
    }
  }

  public static final int RESOURCE_ID_FIELD_NUMBER = 2;

  @SuppressWarnings("serial")
  private volatile java.lang.Object resourceId_ = "";

  /**
   * optional string resource_id = 2 [json_name = "resourceId"];
   *
   * @return Whether the resourceId field is set.
   */
  @java.lang.Override
  public boolean hasResourceId() {
    return ((bitField0_ & 0x00000001) != 0);
  }

  /**
   * optional string resource_id = 2 [json_name = "resourceId"];
   *
   * @return The resourceId.
   */
  @java.lang.Override
  public java.lang.String getResourceId() {
    java.lang.Object ref = resourceId_;
    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();
      resourceId_ = s;
      return s;
    }
  }

  /**
   * optional string resource_id = 2 [json_name = "resourceId"];
   *
   * @return The bytes for resourceId.
   */
  @java.lang.Override
  public com.google.protobuf.ByteString getResourceIdBytes() {
    java.lang.Object ref = resourceId_;
    if (ref instanceof java.lang.String) {
      com.google.protobuf.ByteString b =
          com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref);
      resourceId_ = b;
      return b;
    } else {
      return (com.google.protobuf.ByteString) ref;
    }
  }

  public static final int FEATURE_ID_FIELD_NUMBER = 3;

  @SuppressWarnings("serial")
  private volatile java.lang.Object featureId_ = "";

  /**
   * string feature_id = 3 [json_name = "featureId"];
   *
   * @return The featureId.
   */
  @java.lang.Override
  public java.lang.String getFeatureId() {
    java.lang.Object ref = featureId_;
    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();
      featureId_ = s;
      return s;
    }
  }

  /**
   * string feature_id = 3 [json_name = "featureId"];
   *
   * @return The bytes for featureId.
   */
  @java.lang.Override
  public com.google.protobuf.ByteString getFeatureIdBytes() {
    java.lang.Object ref = featureId_;
    if (ref instanceof java.lang.String) {
      com.google.protobuf.ByteString b =
          com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref);
      featureId_ = b;
      return b;
    } else {
      return (com.google.protobuf.ByteString) ref;
    }
  }

  public static final int VALUE_FIELD_NUMBER = 4;
  private double value_ = 0D;

  /**
   * double value = 4 [json_name = "value"];
   *
   * @return The value.
   */
  @java.lang.Override
  public double getValue() {
    return value_;
  }

  public static final int UPDATE_BEHAVIOR_FIELD_NUMBER = 5;
  private int updateBehavior_ = 0;

  /**
   * 
   * optional .stigg.sidecar.v1.UsageUpdateBehavior update_behavior = 5 [json_name = "updateBehavior"];
   * 
   *
   * @return Whether the updateBehavior field is set.
   */
  @java.lang.Override
  public boolean hasUpdateBehavior() {
    return ((bitField0_ & 0x00000002) != 0);
  }

  /**
   * 
   * optional .stigg.sidecar.v1.UsageUpdateBehavior update_behavior = 5 [json_name = "updateBehavior"];
   * 
   *
   * @return The enum numeric value on the wire for updateBehavior.
   */
  @java.lang.Override
  public int getUpdateBehaviorValue() {
    return updateBehavior_;
  }

  /**
   * 
   * optional .stigg.sidecar.v1.UsageUpdateBehavior update_behavior = 5 [json_name = "updateBehavior"];
   * 
   *
   * @return The updateBehavior.
   */
  @java.lang.Override
  public io.stigg.sidecar.proto.v1.UsageUpdateBehavior getUpdateBehavior() {
    io.stigg.sidecar.proto.v1.UsageUpdateBehavior result =
        io.stigg.sidecar.proto.v1.UsageUpdateBehavior.forNumber(updateBehavior_);
    return result == null ? io.stigg.sidecar.proto.v1.UsageUpdateBehavior.UNRECOGNIZED : result;
  }

  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(customerId_)) {
      com.google.protobuf.GeneratedMessageV3.writeString(output, 1, customerId_);
    }
    if (((bitField0_ & 0x00000001) != 0)) {
      com.google.protobuf.GeneratedMessageV3.writeString(output, 2, resourceId_);
    }
    if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(featureId_)) {
      com.google.protobuf.GeneratedMessageV3.writeString(output, 3, featureId_);
    }
    if (java.lang.Double.doubleToRawLongBits(value_) != 0) {
      output.writeDouble(4, value_);
    }
    if (((bitField0_ & 0x00000002) != 0)) {
      output.writeEnum(5, updateBehavior_);
    }
    getUnknownFields().writeTo(output);
  }

  @java.lang.Override
  public int getSerializedSize() {
    int size = memoizedSize;
    if (size != -1) return size;

    size = 0;
    if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(customerId_)) {
      size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, customerId_);
    }
    if (((bitField0_ & 0x00000001) != 0)) {
      size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, resourceId_);
    }
    if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(featureId_)) {
      size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3, featureId_);
    }
    if (java.lang.Double.doubleToRawLongBits(value_) != 0) {
      size += com.google.protobuf.CodedOutputStream.computeDoubleSize(4, value_);
    }
    if (((bitField0_ & 0x00000002) != 0)) {
      size += com.google.protobuf.CodedOutputStream.computeEnumSize(5, updateBehavior_);
    }
    size += getUnknownFields().getSerializedSize();
    memoizedSize = size;
    return size;
  }

  @java.lang.Override
  public boolean equals(final java.lang.Object obj) {
    if (obj == this) {
      return true;
    }
    if (!(obj instanceof io.stigg.sidecar.proto.v1.ReportUsageRequest)) {
      return super.equals(obj);
    }
    io.stigg.sidecar.proto.v1.ReportUsageRequest other =
        (io.stigg.sidecar.proto.v1.ReportUsageRequest) obj;

    if (!getCustomerId().equals(other.getCustomerId())) return false;
    if (hasResourceId() != other.hasResourceId()) return false;
    if (hasResourceId()) {
      if (!getResourceId().equals(other.getResourceId())) return false;
    }
    if (!getFeatureId().equals(other.getFeatureId())) return false;
    if (java.lang.Double.doubleToLongBits(getValue())
        != java.lang.Double.doubleToLongBits(other.getValue())) return false;
    if (hasUpdateBehavior() != other.hasUpdateBehavior()) return false;
    if (hasUpdateBehavior()) {
      if (updateBehavior_ != other.updateBehavior_) return false;
    }
    if (!getUnknownFields().equals(other.getUnknownFields())) 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) + CUSTOMER_ID_FIELD_NUMBER;
    hash = (53 * hash) + getCustomerId().hashCode();
    if (hasResourceId()) {
      hash = (37 * hash) + RESOURCE_ID_FIELD_NUMBER;
      hash = (53 * hash) + getResourceId().hashCode();
    }
    hash = (37 * hash) + FEATURE_ID_FIELD_NUMBER;
    hash = (53 * hash) + getFeatureId().hashCode();
    hash = (37 * hash) + VALUE_FIELD_NUMBER;
    hash =
        (53 * hash)
            + com.google.protobuf.Internal.hashLong(java.lang.Double.doubleToLongBits(getValue()));
    if (hasUpdateBehavior()) {
      hash = (37 * hash) + UPDATE_BEHAVIOR_FIELD_NUMBER;
      hash = (53 * hash) + updateBehavior_;
    }
    hash = (29 * hash) + getUnknownFields().hashCode();
    memoizedHashCode = hash;
    return hash;
  }

  public static io.stigg.sidecar.proto.v1.ReportUsageRequest parseFrom(java.nio.ByteBuffer data)
      throws com.google.protobuf.InvalidProtocolBufferException {
    return PARSER.parseFrom(data);
  }

  public static io.stigg.sidecar.proto.v1.ReportUsageRequest parseFrom(
      java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
      throws com.google.protobuf.InvalidProtocolBufferException {
    return PARSER.parseFrom(data, extensionRegistry);
  }

  public static io.stigg.sidecar.proto.v1.ReportUsageRequest parseFrom(
      com.google.protobuf.ByteString data)
      throws com.google.protobuf.InvalidProtocolBufferException {
    return PARSER.parseFrom(data);
  }

  public static io.stigg.sidecar.proto.v1.ReportUsageRequest parseFrom(
      com.google.protobuf.ByteString data,
      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
      throws com.google.protobuf.InvalidProtocolBufferException {
    return PARSER.parseFrom(data, extensionRegistry);
  }

  public static io.stigg.sidecar.proto.v1.ReportUsageRequest parseFrom(byte[] data)
      throws com.google.protobuf.InvalidProtocolBufferException {
    return PARSER.parseFrom(data);
  }

  public static io.stigg.sidecar.proto.v1.ReportUsageRequest parseFrom(
      byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
      throws com.google.protobuf.InvalidProtocolBufferException {
    return PARSER.parseFrom(data, extensionRegistry);
  }

  public static io.stigg.sidecar.proto.v1.ReportUsageRequest parseFrom(java.io.InputStream input)
      throws java.io.IOException {
    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
  }

  public static io.stigg.sidecar.proto.v1.ReportUsageRequest 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 io.stigg.sidecar.proto.v1.ReportUsageRequest parseDelimitedFrom(
      java.io.InputStream input) throws java.io.IOException {
    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
  }

  public static io.stigg.sidecar.proto.v1.ReportUsageRequest 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 io.stigg.sidecar.proto.v1.ReportUsageRequest parseFrom(
      com.google.protobuf.CodedInputStream input) throws java.io.IOException {
    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
  }

  public static io.stigg.sidecar.proto.v1.ReportUsageRequest 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(io.stigg.sidecar.proto.v1.ReportUsageRequest 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;
  }

  /** Protobuf type {@code stigg.sidecar.v1.ReportUsageRequest} */
  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
      implements
      // @@protoc_insertion_point(builder_implements:stigg.sidecar.v1.ReportUsageRequest)
      io.stigg.sidecar.proto.v1.ReportUsageRequestOrBuilder {
    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
      return io.stigg.sidecar.proto.v1.SidecarProto
          .internal_static_stigg_sidecar_v1_ReportUsageRequest_descriptor;
    }

    @java.lang.Override
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
        internalGetFieldAccessorTable() {
      return io.stigg.sidecar.proto.v1.SidecarProto
          .internal_static_stigg_sidecar_v1_ReportUsageRequest_fieldAccessorTable
          .ensureFieldAccessorsInitialized(
              io.stigg.sidecar.proto.v1.ReportUsageRequest.class,
              io.stigg.sidecar.proto.v1.ReportUsageRequest.Builder.class);
    }

    // Construct using io.stigg.sidecar.proto.v1.ReportUsageRequest.newBuilder()
    private Builder() {}

    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
      super(parent);
    }

    @java.lang.Override
    public Builder clear() {
      super.clear();
      bitField0_ = 0;
      customerId_ = "";
      resourceId_ = "";
      featureId_ = "";
      value_ = 0D;
      updateBehavior_ = 0;
      return this;
    }

    @java.lang.Override
    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
      return io.stigg.sidecar.proto.v1.SidecarProto
          .internal_static_stigg_sidecar_v1_ReportUsageRequest_descriptor;
    }

    @java.lang.Override
    public io.stigg.sidecar.proto.v1.ReportUsageRequest getDefaultInstanceForType() {
      return io.stigg.sidecar.proto.v1.ReportUsageRequest.getDefaultInstance();
    }

    @java.lang.Override
    public io.stigg.sidecar.proto.v1.ReportUsageRequest build() {
      io.stigg.sidecar.proto.v1.ReportUsageRequest result = buildPartial();
      if (!result.isInitialized()) {
        throw newUninitializedMessageException(result);
      }
      return result;
    }

    @java.lang.Override
    public io.stigg.sidecar.proto.v1.ReportUsageRequest buildPartial() {
      io.stigg.sidecar.proto.v1.ReportUsageRequest result =
          new io.stigg.sidecar.proto.v1.ReportUsageRequest(this);
      if (bitField0_ != 0) {
        buildPartial0(result);
      }
      onBuilt();
      return result;
    }

    private void buildPartial0(io.stigg.sidecar.proto.v1.ReportUsageRequest result) {
      int from_bitField0_ = bitField0_;
      if (((from_bitField0_ & 0x00000001) != 0)) {
        result.customerId_ = customerId_;
      }
      int to_bitField0_ = 0;
      if (((from_bitField0_ & 0x00000002) != 0)) {
        result.resourceId_ = resourceId_;
        to_bitField0_ |= 0x00000001;
      }
      if (((from_bitField0_ & 0x00000004) != 0)) {
        result.featureId_ = featureId_;
      }
      if (((from_bitField0_ & 0x00000008) != 0)) {
        result.value_ = value_;
      }
      if (((from_bitField0_ & 0x00000010) != 0)) {
        result.updateBehavior_ = updateBehavior_;
        to_bitField0_ |= 0x00000002;
      }
      result.bitField0_ |= to_bitField0_;
    }

    @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 io.stigg.sidecar.proto.v1.ReportUsageRequest) {
        return mergeFrom((io.stigg.sidecar.proto.v1.ReportUsageRequest) other);
      } else {
        super.mergeFrom(other);
        return this;
      }
    }

    public Builder mergeFrom(io.stigg.sidecar.proto.v1.ReportUsageRequest other) {
      if (other == io.stigg.sidecar.proto.v1.ReportUsageRequest.getDefaultInstance()) return this;
      if (!other.getCustomerId().isEmpty()) {
        customerId_ = other.customerId_;
        bitField0_ |= 0x00000001;
        onChanged();
      }
      if (other.hasResourceId()) {
        resourceId_ = other.resourceId_;
        bitField0_ |= 0x00000002;
        onChanged();
      }
      if (!other.getFeatureId().isEmpty()) {
        featureId_ = other.featureId_;
        bitField0_ |= 0x00000004;
        onChanged();
      }
      if (other.getValue() != 0D) {
        setValue(other.getValue());
      }
      if (other.hasUpdateBehavior()) {
        setUpdateBehavior(other.getUpdateBehavior());
      }
      this.mergeUnknownFields(other.getUnknownFields());
      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 {
      if (extensionRegistry == null) {
        throw new java.lang.NullPointerException();
      }
      try {
        boolean done = false;
        while (!done) {
          int tag = input.readTag();
          switch (tag) {
            case 0:
              done = true;
              break;
            case 10:
              {
                customerId_ = input.readStringRequireUtf8();
                bitField0_ |= 0x00000001;
                break;
              } // case 10
            case 18:
              {
                resourceId_ = input.readStringRequireUtf8();
                bitField0_ |= 0x00000002;
                break;
              } // case 18
            case 26:
              {
                featureId_ = input.readStringRequireUtf8();
                bitField0_ |= 0x00000004;
                break;
              } // case 26
            case 33:
              {
                value_ = input.readDouble();
                bitField0_ |= 0x00000008;
                break;
              } // case 33
            case 40:
              {
                updateBehavior_ = input.readEnum();
                bitField0_ |= 0x00000010;
                break;
              } // case 40
            default:
              {
                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
                  done = true; // was an endgroup tag
                }
                break;
              } // default:
          } // switch (tag)
        } // while (!done)
      } catch (com.google.protobuf.InvalidProtocolBufferException e) {
        throw e.unwrapIOException();
      } finally {
        onChanged();
      } // finally
      return this;
    }

    private int bitField0_;

    private java.lang.Object customerId_ = "";

    /**
     * string customer_id = 1 [json_name = "customerId"];
     *
     * @return The customerId.
     */
    public java.lang.String getCustomerId() {
      java.lang.Object ref = customerId_;
      if (!(ref instanceof java.lang.String)) {
        com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref;
        java.lang.String s = bs.toStringUtf8();
        customerId_ = s;
        return s;
      } else {
        return (java.lang.String) ref;
      }
    }

    /**
     * string customer_id = 1 [json_name = "customerId"];
     *
     * @return The bytes for customerId.
     */
    public com.google.protobuf.ByteString getCustomerIdBytes() {
      java.lang.Object ref = customerId_;
      if (ref instanceof String) {
        com.google.protobuf.ByteString b =
            com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref);
        customerId_ = b;
        return b;
      } else {
        return (com.google.protobuf.ByteString) ref;
      }
    }

    /**
     * string customer_id = 1 [json_name = "customerId"];
     *
     * @param value The customerId to set.
     * @return This builder for chaining.
     */
    public Builder setCustomerId(java.lang.String value) {
      if (value == null) {
        throw new NullPointerException();
      }
      customerId_ = value;
      bitField0_ |= 0x00000001;
      onChanged();
      return this;
    }

    /**
     * string customer_id = 1 [json_name = "customerId"];
     *
     * @return This builder for chaining.
     */
    public Builder clearCustomerId() {
      customerId_ = getDefaultInstance().getCustomerId();
      bitField0_ = (bitField0_ & ~0x00000001);
      onChanged();
      return this;
    }

    /**
     * string customer_id = 1 [json_name = "customerId"];
     *
     * @param value The bytes for customerId to set.
     * @return This builder for chaining.
     */
    public Builder setCustomerIdBytes(com.google.protobuf.ByteString value) {
      if (value == null) {
        throw new NullPointerException();
      }
      checkByteStringIsUtf8(value);
      customerId_ = value;
      bitField0_ |= 0x00000001;
      onChanged();
      return this;
    }

    private java.lang.Object resourceId_ = "";

    /**
     * optional string resource_id = 2 [json_name = "resourceId"];
     *
     * @return Whether the resourceId field is set.
     */
    public boolean hasResourceId() {
      return ((bitField0_ & 0x00000002) != 0);
    }

    /**
     * optional string resource_id = 2 [json_name = "resourceId"];
     *
     * @return The resourceId.
     */
    public java.lang.String getResourceId() {
      java.lang.Object ref = resourceId_;
      if (!(ref instanceof java.lang.String)) {
        com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref;
        java.lang.String s = bs.toStringUtf8();
        resourceId_ = s;
        return s;
      } else {
        return (java.lang.String) ref;
      }
    }

    /**
     * optional string resource_id = 2 [json_name = "resourceId"];
     *
     * @return The bytes for resourceId.
     */
    public com.google.protobuf.ByteString getResourceIdBytes() {
      java.lang.Object ref = resourceId_;
      if (ref instanceof String) {
        com.google.protobuf.ByteString b =
            com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref);
        resourceId_ = b;
        return b;
      } else {
        return (com.google.protobuf.ByteString) ref;
      }
    }

    /**
     * optional string resource_id = 2 [json_name = "resourceId"];
     *
     * @param value The resourceId to set.
     * @return This builder for chaining.
     */
    public Builder setResourceId(java.lang.String value) {
      if (value == null) {
        throw new NullPointerException();
      }
      resourceId_ = value;
      bitField0_ |= 0x00000002;
      onChanged();
      return this;
    }

    /**
     * optional string resource_id = 2 [json_name = "resourceId"];
     *
     * @return This builder for chaining.
     */
    public Builder clearResourceId() {
      resourceId_ = getDefaultInstance().getResourceId();
      bitField0_ = (bitField0_ & ~0x00000002);
      onChanged();
      return this;
    }

    /**
     * optional string resource_id = 2 [json_name = "resourceId"];
     *
     * @param value The bytes for resourceId to set.
     * @return This builder for chaining.
     */
    public Builder setResourceIdBytes(com.google.protobuf.ByteString value) {
      if (value == null) {
        throw new NullPointerException();
      }
      checkByteStringIsUtf8(value);
      resourceId_ = value;
      bitField0_ |= 0x00000002;
      onChanged();
      return this;
    }

    private java.lang.Object featureId_ = "";

    /**
     * string feature_id = 3 [json_name = "featureId"];
     *
     * @return The featureId.
     */
    public java.lang.String getFeatureId() {
      java.lang.Object ref = featureId_;
      if (!(ref instanceof java.lang.String)) {
        com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref;
        java.lang.String s = bs.toStringUtf8();
        featureId_ = s;
        return s;
      } else {
        return (java.lang.String) ref;
      }
    }

    /**
     * string feature_id = 3 [json_name = "featureId"];
     *
     * @return The bytes for featureId.
     */
    public com.google.protobuf.ByteString getFeatureIdBytes() {
      java.lang.Object ref = featureId_;
      if (ref instanceof String) {
        com.google.protobuf.ByteString b =
            com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref);
        featureId_ = b;
        return b;
      } else {
        return (com.google.protobuf.ByteString) ref;
      }
    }

    /**
     * string feature_id = 3 [json_name = "featureId"];
     *
     * @param value The featureId to set.
     * @return This builder for chaining.
     */
    public Builder setFeatureId(java.lang.String value) {
      if (value == null) {
        throw new NullPointerException();
      }
      featureId_ = value;
      bitField0_ |= 0x00000004;
      onChanged();
      return this;
    }

    /**
     * string feature_id = 3 [json_name = "featureId"];
     *
     * @return This builder for chaining.
     */
    public Builder clearFeatureId() {
      featureId_ = getDefaultInstance().getFeatureId();
      bitField0_ = (bitField0_ & ~0x00000004);
      onChanged();
      return this;
    }

    /**
     * string feature_id = 3 [json_name = "featureId"];
     *
     * @param value The bytes for featureId to set.
     * @return This builder for chaining.
     */
    public Builder setFeatureIdBytes(com.google.protobuf.ByteString value) {
      if (value == null) {
        throw new NullPointerException();
      }
      checkByteStringIsUtf8(value);
      featureId_ = value;
      bitField0_ |= 0x00000004;
      onChanged();
      return this;
    }

    private double value_;

    /**
     * double value = 4 [json_name = "value"];
     *
     * @return The value.
     */
    @java.lang.Override
    public double getValue() {
      return value_;
    }

    /**
     * double value = 4 [json_name = "value"];
     *
     * @param value The value to set.
     * @return This builder for chaining.
     */
    public Builder setValue(double value) {

      value_ = value;
      bitField0_ |= 0x00000008;
      onChanged();
      return this;
    }

    /**
     * double value = 4 [json_name = "value"];
     *
     * @return This builder for chaining.
     */
    public Builder clearValue() {
      bitField0_ = (bitField0_ & ~0x00000008);
      value_ = 0D;
      onChanged();
      return this;
    }

    private int updateBehavior_ = 0;

    /**
     * 
     * optional .stigg.sidecar.v1.UsageUpdateBehavior update_behavior = 5 [json_name = "updateBehavior"];
     * 
     *
     * @return Whether the updateBehavior field is set.
     */
    @java.lang.Override
    public boolean hasUpdateBehavior() {
      return ((bitField0_ & 0x00000010) != 0);
    }

    /**
     * 
     * optional .stigg.sidecar.v1.UsageUpdateBehavior update_behavior = 5 [json_name = "updateBehavior"];
     * 
     *
     * @return The enum numeric value on the wire for updateBehavior.
     */
    @java.lang.Override
    public int getUpdateBehaviorValue() {
      return updateBehavior_;
    }

    /**
     * 
     * optional .stigg.sidecar.v1.UsageUpdateBehavior update_behavior = 5 [json_name = "updateBehavior"];
     * 
     *
     * @param value The enum numeric value on the wire for updateBehavior to set.
     * @return This builder for chaining.
     */
    public Builder setUpdateBehaviorValue(int value) {
      updateBehavior_ = value;
      bitField0_ |= 0x00000010;
      onChanged();
      return this;
    }

    /**
     * 
     * optional .stigg.sidecar.v1.UsageUpdateBehavior update_behavior = 5 [json_name = "updateBehavior"];
     * 
     *
     * @return The updateBehavior.
     */
    @java.lang.Override
    public io.stigg.sidecar.proto.v1.UsageUpdateBehavior getUpdateBehavior() {
      io.stigg.sidecar.proto.v1.UsageUpdateBehavior result =
          io.stigg.sidecar.proto.v1.UsageUpdateBehavior.forNumber(updateBehavior_);
      return result == null ? io.stigg.sidecar.proto.v1.UsageUpdateBehavior.UNRECOGNIZED : result;
    }

    /**
     * 
     * optional .stigg.sidecar.v1.UsageUpdateBehavior update_behavior = 5 [json_name = "updateBehavior"];
     * 
     *
     * @param value The updateBehavior to set.
     * @return This builder for chaining.
     */
    public Builder setUpdateBehavior(io.stigg.sidecar.proto.v1.UsageUpdateBehavior value) {
      if (value == null) {
        throw new NullPointerException();
      }
      bitField0_ |= 0x00000010;
      updateBehavior_ = value.getNumber();
      onChanged();
      return this;
    }

    /**
     * 
     * optional .stigg.sidecar.v1.UsageUpdateBehavior update_behavior = 5 [json_name = "updateBehavior"];
     * 
     *
     * @return This builder for chaining.
     */
    public Builder clearUpdateBehavior() {
      bitField0_ = (bitField0_ & ~0x00000010);
      updateBehavior_ = 0;
      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:stigg.sidecar.v1.ReportUsageRequest)
  }

  // @@protoc_insertion_point(class_scope:stigg.sidecar.v1.ReportUsageRequest)
  private static final io.stigg.sidecar.proto.v1.ReportUsageRequest DEFAULT_INSTANCE;

  static {
    DEFAULT_INSTANCE = new io.stigg.sidecar.proto.v1.ReportUsageRequest();
  }

  public static io.stigg.sidecar.proto.v1.ReportUsageRequest getDefaultInstance() {
    return DEFAULT_INSTANCE;
  }

  private static final com.google.protobuf.Parser PARSER =
      new com.google.protobuf.AbstractParser() {
        @java.lang.Override
        public ReportUsageRequest parsePartialFrom(
            com.google.protobuf.CodedInputStream input,
            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
            throws com.google.protobuf.InvalidProtocolBufferException {
          Builder builder = newBuilder();
          try {
            builder.mergeFrom(input, extensionRegistry);
          } catch (com.google.protobuf.InvalidProtocolBufferException e) {
            throw e.setUnfinishedMessage(builder.buildPartial());
          } catch (com.google.protobuf.UninitializedMessageException e) {
            throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
          } catch (java.io.IOException e) {
            throw new com.google.protobuf.InvalidProtocolBufferException(e)
                .setUnfinishedMessage(builder.buildPartial());
          }
          return builder.buildPartial();
        }
      };

  public static com.google.protobuf.Parser parser() {
    return PARSER;
  }

  @java.lang.Override
  public com.google.protobuf.Parser getParserForType() {
    return PARSER;
  }

  @java.lang.Override
  public io.stigg.sidecar.proto.v1.ReportUsageRequest getDefaultInstanceForType() {
    return DEFAULT_INSTANCE;
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy