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

io.stigg.sidecar.proto.v1.GetBooleanEntitlementRequest 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.GetBooleanEntitlementRequest} */
public final class GetBooleanEntitlementRequest extends com.google.protobuf.GeneratedMessageV3
    implements
    // @@protoc_insertion_point(message_implements:stigg.sidecar.v1.GetBooleanEntitlementRequest)
    GetBooleanEntitlementRequestOrBuilder {
  private static final long serialVersionUID = 0L;

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

  private GetBooleanEntitlementRequest() {
    customerId_ = "";
    featureId_ = "";
    resourceId_ = "";
  }

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

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

  @java.lang.Override
  protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internalGetFieldAccessorTable() {
    return io.stigg.sidecar.proto.v1.SidecarProto
        .internal_static_stigg_sidecar_v1_GetBooleanEntitlementRequest_fieldAccessorTable
        .ensureFieldAccessorsInitialized(
            io.stigg.sidecar.proto.v1.GetBooleanEntitlementRequest.class,
            io.stigg.sidecar.proto.v1.GetBooleanEntitlementRequest.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 FEATURE_ID_FIELD_NUMBER = 2;

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

  /**
   * string feature_id = 2 [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 = 2 [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 RESOURCE_ID_FIELD_NUMBER = 3;

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

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

  /**
   * optional string resource_id = 3 [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 = 3 [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 OPTIONS_FIELD_NUMBER = 4;
  private io.stigg.sidecar.proto.v1.BooleanEntitlementOptions options_;

  /**
   * optional .stigg.sidecar.v1.BooleanEntitlementOptions options = 4 [json_name = "options"];
   * 
   *
   * @return Whether the options field is set.
   */
  @java.lang.Override
  public boolean hasOptions() {
    return ((bitField0_ & 0x00000002) != 0);
  }

  /**
   * optional .stigg.sidecar.v1.BooleanEntitlementOptions options = 4 [json_name = "options"];
   * 
   *
   * @return The options.
   */
  @java.lang.Override
  public io.stigg.sidecar.proto.v1.BooleanEntitlementOptions getOptions() {
    return options_ == null
        ? io.stigg.sidecar.proto.v1.BooleanEntitlementOptions.getDefaultInstance()
        : options_;
  }

  /**
   * optional .stigg.sidecar.v1.BooleanEntitlementOptions options = 4 [json_name = "options"];
   * 
   */
  @java.lang.Override
  public io.stigg.sidecar.proto.v1.BooleanEntitlementOptionsOrBuilder getOptionsOrBuilder() {
    return options_ == null
        ? io.stigg.sidecar.proto.v1.BooleanEntitlementOptions.getDefaultInstance()
        : options_;
  }

  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 (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(featureId_)) {
      com.google.protobuf.GeneratedMessageV3.writeString(output, 2, featureId_);
    }
    if (((bitField0_ & 0x00000001) != 0)) {
      com.google.protobuf.GeneratedMessageV3.writeString(output, 3, resourceId_);
    }
    if (((bitField0_ & 0x00000002) != 0)) {
      output.writeMessage(4, getOptions());
    }
    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 (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(featureId_)) {
      size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, featureId_);
    }
    if (((bitField0_ & 0x00000001) != 0)) {
      size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3, resourceId_);
    }
    if (((bitField0_ & 0x00000002) != 0)) {
      size += com.google.protobuf.CodedOutputStream.computeMessageSize(4, getOptions());
    }
    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.GetBooleanEntitlementRequest)) {
      return super.equals(obj);
    }
    io.stigg.sidecar.proto.v1.GetBooleanEntitlementRequest other =
        (io.stigg.sidecar.proto.v1.GetBooleanEntitlementRequest) obj;

    if (!getCustomerId().equals(other.getCustomerId())) return false;
    if (!getFeatureId().equals(other.getFeatureId())) return false;
    if (hasResourceId() != other.hasResourceId()) return false;
    if (hasResourceId()) {
      if (!getResourceId().equals(other.getResourceId())) return false;
    }
    if (hasOptions() != other.hasOptions()) return false;
    if (hasOptions()) {
      if (!getOptions().equals(other.getOptions())) 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();
    hash = (37 * hash) + FEATURE_ID_FIELD_NUMBER;
    hash = (53 * hash) + getFeatureId().hashCode();
    if (hasResourceId()) {
      hash = (37 * hash) + RESOURCE_ID_FIELD_NUMBER;
      hash = (53 * hash) + getResourceId().hashCode();
    }
    if (hasOptions()) {
      hash = (37 * hash) + OPTIONS_FIELD_NUMBER;
      hash = (53 * hash) + getOptions().hashCode();
    }
    hash = (29 * hash) + getUnknownFields().hashCode();
    memoizedHashCode = hash;
    return hash;
  }

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

  public static io.stigg.sidecar.proto.v1.GetBooleanEntitlementRequest 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.GetBooleanEntitlementRequest parseFrom(
      com.google.protobuf.ByteString data)
      throws com.google.protobuf.InvalidProtocolBufferException {
    return PARSER.parseFrom(data);
  }

  public static io.stigg.sidecar.proto.v1.GetBooleanEntitlementRequest 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.GetBooleanEntitlementRequest parseFrom(byte[] data)
      throws com.google.protobuf.InvalidProtocolBufferException {
    return PARSER.parseFrom(data);
  }

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

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

  public static io.stigg.sidecar.proto.v1.GetBooleanEntitlementRequest 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.GetBooleanEntitlementRequest 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.GetBooleanEntitlementRequest 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.GetBooleanEntitlementRequest 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.GetBooleanEntitlementRequest} */
  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
      implements
      // @@protoc_insertion_point(builder_implements:stigg.sidecar.v1.GetBooleanEntitlementRequest)
      io.stigg.sidecar.proto.v1.GetBooleanEntitlementRequestOrBuilder {
    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
      return io.stigg.sidecar.proto.v1.SidecarProto
          .internal_static_stigg_sidecar_v1_GetBooleanEntitlementRequest_descriptor;
    }

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

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

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

    private void maybeForceBuilderInitialization() {
      if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {
        getOptionsFieldBuilder();
      }
    }

    @java.lang.Override
    public Builder clear() {
      super.clear();
      bitField0_ = 0;
      customerId_ = "";
      featureId_ = "";
      resourceId_ = "";
      options_ = null;
      if (optionsBuilder_ != null) {
        optionsBuilder_.dispose();
        optionsBuilder_ = null;
      }
      return this;
    }

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

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

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

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

    private void buildPartial0(io.stigg.sidecar.proto.v1.GetBooleanEntitlementRequest result) {
      int from_bitField0_ = bitField0_;
      if (((from_bitField0_ & 0x00000001) != 0)) {
        result.customerId_ = customerId_;
      }
      if (((from_bitField0_ & 0x00000002) != 0)) {
        result.featureId_ = featureId_;
      }
      int to_bitField0_ = 0;
      if (((from_bitField0_ & 0x00000004) != 0)) {
        result.resourceId_ = resourceId_;
        to_bitField0_ |= 0x00000001;
      }
      if (((from_bitField0_ & 0x00000008) != 0)) {
        result.options_ = optionsBuilder_ == null ? options_ : optionsBuilder_.build();
        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.GetBooleanEntitlementRequest) {
        return mergeFrom((io.stigg.sidecar.proto.v1.GetBooleanEntitlementRequest) other);
      } else {
        super.mergeFrom(other);
        return this;
      }
    }

    public Builder mergeFrom(io.stigg.sidecar.proto.v1.GetBooleanEntitlementRequest other) {
      if (other == io.stigg.sidecar.proto.v1.GetBooleanEntitlementRequest.getDefaultInstance())
        return this;
      if (!other.getCustomerId().isEmpty()) {
        customerId_ = other.customerId_;
        bitField0_ |= 0x00000001;
        onChanged();
      }
      if (!other.getFeatureId().isEmpty()) {
        featureId_ = other.featureId_;
        bitField0_ |= 0x00000002;
        onChanged();
      }
      if (other.hasResourceId()) {
        resourceId_ = other.resourceId_;
        bitField0_ |= 0x00000004;
        onChanged();
      }
      if (other.hasOptions()) {
        mergeOptions(other.getOptions());
      }
      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:
              {
                featureId_ = input.readStringRequireUtf8();
                bitField0_ |= 0x00000002;
                break;
              } // case 18
            case 26:
              {
                resourceId_ = input.readStringRequireUtf8();
                bitField0_ |= 0x00000004;
                break;
              } // case 26
            case 34:
              {
                input.readMessage(getOptionsFieldBuilder().getBuilder(), extensionRegistry);
                bitField0_ |= 0x00000008;
                break;
              } // case 34
            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 featureId_ = "";

    /**
     * string feature_id = 2 [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 = 2 [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 = 2 [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_ |= 0x00000002;
      onChanged();
      return this;
    }

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

    /**
     * string feature_id = 2 [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_ |= 0x00000002;
      onChanged();
      return this;
    }

    private java.lang.Object resourceId_ = "";

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

    /**
     * optional string resource_id = 3 [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 = 3 [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 = 3 [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_ |= 0x00000004;
      onChanged();
      return this;
    }

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

    /**
     * optional string resource_id = 3 [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_ |= 0x00000004;
      onChanged();
      return this;
    }

    private io.stigg.sidecar.proto.v1.BooleanEntitlementOptions options_;
    private com.google.protobuf.SingleFieldBuilderV3<
            io.stigg.sidecar.proto.v1.BooleanEntitlementOptions,
            io.stigg.sidecar.proto.v1.BooleanEntitlementOptions.Builder,
            io.stigg.sidecar.proto.v1.BooleanEntitlementOptionsOrBuilder>
        optionsBuilder_;

    /**
     * 
     * optional .stigg.sidecar.v1.BooleanEntitlementOptions options = 4 [json_name = "options"];
     * 
     *
     * @return Whether the options field is set.
     */
    public boolean hasOptions() {
      return ((bitField0_ & 0x00000008) != 0);
    }

    /**
     * 
     * optional .stigg.sidecar.v1.BooleanEntitlementOptions options = 4 [json_name = "options"];
     * 
     *
     * @return The options.
     */
    public io.stigg.sidecar.proto.v1.BooleanEntitlementOptions getOptions() {
      if (optionsBuilder_ == null) {
        return options_ == null
            ? io.stigg.sidecar.proto.v1.BooleanEntitlementOptions.getDefaultInstance()
            : options_;
      } else {
        return optionsBuilder_.getMessage();
      }
    }

    /**
     * 
     * optional .stigg.sidecar.v1.BooleanEntitlementOptions options = 4 [json_name = "options"];
     * 
     */
    public Builder setOptions(io.stigg.sidecar.proto.v1.BooleanEntitlementOptions value) {
      if (optionsBuilder_ == null) {
        if (value == null) {
          throw new NullPointerException();
        }
        options_ = value;
      } else {
        optionsBuilder_.setMessage(value);
      }
      bitField0_ |= 0x00000008;
      onChanged();
      return this;
    }

    /**
     * 
     * optional .stigg.sidecar.v1.BooleanEntitlementOptions options = 4 [json_name = "options"];
     * 
     */
    public Builder setOptions(
        io.stigg.sidecar.proto.v1.BooleanEntitlementOptions.Builder builderForValue) {
      if (optionsBuilder_ == null) {
        options_ = builderForValue.build();
      } else {
        optionsBuilder_.setMessage(builderForValue.build());
      }
      bitField0_ |= 0x00000008;
      onChanged();
      return this;
    }

    /**
     * 
     * optional .stigg.sidecar.v1.BooleanEntitlementOptions options = 4 [json_name = "options"];
     * 
     */
    public Builder mergeOptions(io.stigg.sidecar.proto.v1.BooleanEntitlementOptions value) {
      if (optionsBuilder_ == null) {
        if (((bitField0_ & 0x00000008) != 0)
            && options_ != null
            && options_
                != io.stigg.sidecar.proto.v1.BooleanEntitlementOptions.getDefaultInstance()) {
          getOptionsBuilder().mergeFrom(value);
        } else {
          options_ = value;
        }
      } else {
        optionsBuilder_.mergeFrom(value);
      }
      if (options_ != null) {
        bitField0_ |= 0x00000008;
        onChanged();
      }
      return this;
    }

    /**
     * 
     * optional .stigg.sidecar.v1.BooleanEntitlementOptions options = 4 [json_name = "options"];
     * 
     */
    public Builder clearOptions() {
      bitField0_ = (bitField0_ & ~0x00000008);
      options_ = null;
      if (optionsBuilder_ != null) {
        optionsBuilder_.dispose();
        optionsBuilder_ = null;
      }
      onChanged();
      return this;
    }

    /**
     * 
     * optional .stigg.sidecar.v1.BooleanEntitlementOptions options = 4 [json_name = "options"];
     * 
     */
    public io.stigg.sidecar.proto.v1.BooleanEntitlementOptions.Builder getOptionsBuilder() {
      bitField0_ |= 0x00000008;
      onChanged();
      return getOptionsFieldBuilder().getBuilder();
    }

    /**
     * 
     * optional .stigg.sidecar.v1.BooleanEntitlementOptions options = 4 [json_name = "options"];
     * 
     */
    public io.stigg.sidecar.proto.v1.BooleanEntitlementOptionsOrBuilder getOptionsOrBuilder() {
      if (optionsBuilder_ != null) {
        return optionsBuilder_.getMessageOrBuilder();
      } else {
        return options_ == null
            ? io.stigg.sidecar.proto.v1.BooleanEntitlementOptions.getDefaultInstance()
            : options_;
      }
    }

    /**
     * 
     * optional .stigg.sidecar.v1.BooleanEntitlementOptions options = 4 [json_name = "options"];
     * 
     */
    private com.google.protobuf.SingleFieldBuilderV3<
            io.stigg.sidecar.proto.v1.BooleanEntitlementOptions,
            io.stigg.sidecar.proto.v1.BooleanEntitlementOptions.Builder,
            io.stigg.sidecar.proto.v1.BooleanEntitlementOptionsOrBuilder>
        getOptionsFieldBuilder() {
      if (optionsBuilder_ == null) {
        optionsBuilder_ =
            new com.google.protobuf.SingleFieldBuilderV3<
                io.stigg.sidecar.proto.v1.BooleanEntitlementOptions,
                io.stigg.sidecar.proto.v1.BooleanEntitlementOptions.Builder,
                io.stigg.sidecar.proto.v1.BooleanEntitlementOptionsOrBuilder>(
                getOptions(), getParentForChildren(), isClean());
        options_ = null;
      }
      return optionsBuilder_;
    }

    @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.GetBooleanEntitlementRequest)
  }

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

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

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

  private static final com.google.protobuf.Parser PARSER =
      new com.google.protobuf.AbstractParser() {
        @java.lang.Override
        public GetBooleanEntitlementRequest 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.GetBooleanEntitlementRequest getDefaultInstanceForType() {
    return DEFAULT_INSTANCE;
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy