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

io.grpc.alts.internal.HandshakerResp Maven / Gradle / Ivy

There is a newer version: 1.68.1
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: grpc/gcp/handshaker.proto

// Protobuf Java Version: 3.25.1
package io.grpc.alts.internal;

/**
 * Protobuf type {@code grpc.gcp.HandshakerResp}
 */
public final class HandshakerResp extends
    com.google.protobuf.GeneratedMessageV3 implements
    // @@protoc_insertion_point(message_implements:grpc.gcp.HandshakerResp)
    HandshakerRespOrBuilder {
private static final long serialVersionUID = 0L;
  // Use HandshakerResp.newBuilder() to construct.
  private HandshakerResp(com.google.protobuf.GeneratedMessageV3.Builder builder) {
    super(builder);
  }
  private HandshakerResp() {
    outFrames_ = com.google.protobuf.ByteString.EMPTY;
  }

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

  public static final com.google.protobuf.Descriptors.Descriptor
      getDescriptor() {
    return io.grpc.alts.internal.HandshakerProto.internal_static_grpc_gcp_HandshakerResp_descriptor;
  }

  @java.lang.Override
  protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internalGetFieldAccessorTable() {
    return io.grpc.alts.internal.HandshakerProto.internal_static_grpc_gcp_HandshakerResp_fieldAccessorTable
        .ensureFieldAccessorsInitialized(
            io.grpc.alts.internal.HandshakerResp.class, io.grpc.alts.internal.HandshakerResp.Builder.class);
  }

  private int bitField0_;
  public static final int OUT_FRAMES_FIELD_NUMBER = 1;
  private com.google.protobuf.ByteString outFrames_ = com.google.protobuf.ByteString.EMPTY;
  /**
   * 
   * Frames to be given to the peer for the NextHandshakeMessageReq. May be
   * empty if no out_frames have to be sent to the peer or if in_bytes in the
   * HandshakerReq are incomplete. All the non-empty out frames must be sent to
   * the peer even if the handshaker status is not OK as these frames may
   * contain the alert frames.
   * 
* * bytes out_frames = 1; * @return The outFrames. */ @java.lang.Override public com.google.protobuf.ByteString getOutFrames() { return outFrames_; } public static final int BYTES_CONSUMED_FIELD_NUMBER = 2; private int bytesConsumed_ = 0; /** *
   * Number of bytes in the in_bytes consumed by the handshaker. It is possible
   * that part of in_bytes in HandshakerReq was unrelated to the handshake
   * process.
   * 
* * uint32 bytes_consumed = 2; * @return The bytesConsumed. */ @java.lang.Override public int getBytesConsumed() { return bytesConsumed_; } public static final int RESULT_FIELD_NUMBER = 3; private io.grpc.alts.internal.HandshakerResult result_; /** *
   * This is set iff the handshake was successful. out_frames may still be set
   * to frames that needs to be forwarded to the peer.
   * 
* * .grpc.gcp.HandshakerResult result = 3; * @return Whether the result field is set. */ @java.lang.Override public boolean hasResult() { return ((bitField0_ & 0x00000001) != 0); } /** *
   * This is set iff the handshake was successful. out_frames may still be set
   * to frames that needs to be forwarded to the peer.
   * 
* * .grpc.gcp.HandshakerResult result = 3; * @return The result. */ @java.lang.Override public io.grpc.alts.internal.HandshakerResult getResult() { return result_ == null ? io.grpc.alts.internal.HandshakerResult.getDefaultInstance() : result_; } /** *
   * This is set iff the handshake was successful. out_frames may still be set
   * to frames that needs to be forwarded to the peer.
   * 
* * .grpc.gcp.HandshakerResult result = 3; */ @java.lang.Override public io.grpc.alts.internal.HandshakerResultOrBuilder getResultOrBuilder() { return result_ == null ? io.grpc.alts.internal.HandshakerResult.getDefaultInstance() : result_; } public static final int STATUS_FIELD_NUMBER = 4; private io.grpc.alts.internal.HandshakerStatus status_; /** *
   * Status of the handshaker.
   * 
* * .grpc.gcp.HandshakerStatus status = 4; * @return Whether the status field is set. */ @java.lang.Override public boolean hasStatus() { return ((bitField0_ & 0x00000002) != 0); } /** *
   * Status of the handshaker.
   * 
* * .grpc.gcp.HandshakerStatus status = 4; * @return The status. */ @java.lang.Override public io.grpc.alts.internal.HandshakerStatus getStatus() { return status_ == null ? io.grpc.alts.internal.HandshakerStatus.getDefaultInstance() : status_; } /** *
   * Status of the handshaker.
   * 
* * .grpc.gcp.HandshakerStatus status = 4; */ @java.lang.Override public io.grpc.alts.internal.HandshakerStatusOrBuilder getStatusOrBuilder() { return status_ == null ? io.grpc.alts.internal.HandshakerStatus.getDefaultInstance() : status_; } 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 (!outFrames_.isEmpty()) { output.writeBytes(1, outFrames_); } if (bytesConsumed_ != 0) { output.writeUInt32(2, bytesConsumed_); } if (((bitField0_ & 0x00000001) != 0)) { output.writeMessage(3, getResult()); } if (((bitField0_ & 0x00000002) != 0)) { output.writeMessage(4, getStatus()); } getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (!outFrames_.isEmpty()) { size += com.google.protobuf.CodedOutputStream .computeBytesSize(1, outFrames_); } if (bytesConsumed_ != 0) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(2, bytesConsumed_); } if (((bitField0_ & 0x00000001) != 0)) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(3, getResult()); } if (((bitField0_ & 0x00000002) != 0)) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(4, getStatus()); } 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.grpc.alts.internal.HandshakerResp)) { return super.equals(obj); } io.grpc.alts.internal.HandshakerResp other = (io.grpc.alts.internal.HandshakerResp) obj; if (!getOutFrames() .equals(other.getOutFrames())) return false; if (getBytesConsumed() != other.getBytesConsumed()) return false; if (hasResult() != other.hasResult()) return false; if (hasResult()) { if (!getResult() .equals(other.getResult())) return false; } if (hasStatus() != other.hasStatus()) return false; if (hasStatus()) { if (!getStatus() .equals(other.getStatus())) 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) + OUT_FRAMES_FIELD_NUMBER; hash = (53 * hash) + getOutFrames().hashCode(); hash = (37 * hash) + BYTES_CONSUMED_FIELD_NUMBER; hash = (53 * hash) + getBytesConsumed(); if (hasResult()) { hash = (37 * hash) + RESULT_FIELD_NUMBER; hash = (53 * hash) + getResult().hashCode(); } if (hasStatus()) { hash = (37 * hash) + STATUS_FIELD_NUMBER; hash = (53 * hash) + getStatus().hashCode(); } hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static io.grpc.alts.internal.HandshakerResp parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static io.grpc.alts.internal.HandshakerResp parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static io.grpc.alts.internal.HandshakerResp parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static io.grpc.alts.internal.HandshakerResp parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static io.grpc.alts.internal.HandshakerResp parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static io.grpc.alts.internal.HandshakerResp parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static io.grpc.alts.internal.HandshakerResp parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static io.grpc.alts.internal.HandshakerResp 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.grpc.alts.internal.HandshakerResp parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static io.grpc.alts.internal.HandshakerResp 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.grpc.alts.internal.HandshakerResp parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static io.grpc.alts.internal.HandshakerResp 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.grpc.alts.internal.HandshakerResp 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 grpc.gcp.HandshakerResp} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:grpc.gcp.HandshakerResp) io.grpc.alts.internal.HandshakerRespOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return io.grpc.alts.internal.HandshakerProto.internal_static_grpc_gcp_HandshakerResp_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return io.grpc.alts.internal.HandshakerProto.internal_static_grpc_gcp_HandshakerResp_fieldAccessorTable .ensureFieldAccessorsInitialized( io.grpc.alts.internal.HandshakerResp.class, io.grpc.alts.internal.HandshakerResp.Builder.class); } // Construct using io.grpc.alts.internal.HandshakerResp.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { getResultFieldBuilder(); getStatusFieldBuilder(); } } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; outFrames_ = com.google.protobuf.ByteString.EMPTY; bytesConsumed_ = 0; result_ = null; if (resultBuilder_ != null) { resultBuilder_.dispose(); resultBuilder_ = null; } status_ = null; if (statusBuilder_ != null) { statusBuilder_.dispose(); statusBuilder_ = null; } return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return io.grpc.alts.internal.HandshakerProto.internal_static_grpc_gcp_HandshakerResp_descriptor; } @java.lang.Override public io.grpc.alts.internal.HandshakerResp getDefaultInstanceForType() { return io.grpc.alts.internal.HandshakerResp.getDefaultInstance(); } @java.lang.Override public io.grpc.alts.internal.HandshakerResp build() { io.grpc.alts.internal.HandshakerResp result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public io.grpc.alts.internal.HandshakerResp buildPartial() { io.grpc.alts.internal.HandshakerResp result = new io.grpc.alts.internal.HandshakerResp(this); if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } private void buildPartial0(io.grpc.alts.internal.HandshakerResp result) { int from_bitField0_ = bitField0_; if (((from_bitField0_ & 0x00000001) != 0)) { result.outFrames_ = outFrames_; } if (((from_bitField0_ & 0x00000002) != 0)) { result.bytesConsumed_ = bytesConsumed_; } int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000004) != 0)) { result.result_ = resultBuilder_ == null ? result_ : resultBuilder_.build(); to_bitField0_ |= 0x00000001; } if (((from_bitField0_ & 0x00000008) != 0)) { result.status_ = statusBuilder_ == null ? status_ : statusBuilder_.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.grpc.alts.internal.HandshakerResp) { return mergeFrom((io.grpc.alts.internal.HandshakerResp)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(io.grpc.alts.internal.HandshakerResp other) { if (other == io.grpc.alts.internal.HandshakerResp.getDefaultInstance()) return this; if (other.getOutFrames() != com.google.protobuf.ByteString.EMPTY) { setOutFrames(other.getOutFrames()); } if (other.getBytesConsumed() != 0) { setBytesConsumed(other.getBytesConsumed()); } if (other.hasResult()) { mergeResult(other.getResult()); } if (other.hasStatus()) { mergeStatus(other.getStatus()); } 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: { outFrames_ = input.readBytes(); bitField0_ |= 0x00000001; break; } // case 10 case 16: { bytesConsumed_ = input.readUInt32(); bitField0_ |= 0x00000002; break; } // case 16 case 26: { input.readMessage( getResultFieldBuilder().getBuilder(), extensionRegistry); bitField0_ |= 0x00000004; break; } // case 26 case 34: { input.readMessage( getStatusFieldBuilder().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 com.google.protobuf.ByteString outFrames_ = com.google.protobuf.ByteString.EMPTY; /** *
     * Frames to be given to the peer for the NextHandshakeMessageReq. May be
     * empty if no out_frames have to be sent to the peer or if in_bytes in the
     * HandshakerReq are incomplete. All the non-empty out frames must be sent to
     * the peer even if the handshaker status is not OK as these frames may
     * contain the alert frames.
     * 
* * bytes out_frames = 1; * @return The outFrames. */ @java.lang.Override public com.google.protobuf.ByteString getOutFrames() { return outFrames_; } /** *
     * Frames to be given to the peer for the NextHandshakeMessageReq. May be
     * empty if no out_frames have to be sent to the peer or if in_bytes in the
     * HandshakerReq are incomplete. All the non-empty out frames must be sent to
     * the peer even if the handshaker status is not OK as these frames may
     * contain the alert frames.
     * 
* * bytes out_frames = 1; * @param value The outFrames to set. * @return This builder for chaining. */ public Builder setOutFrames(com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } outFrames_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** *
     * Frames to be given to the peer for the NextHandshakeMessageReq. May be
     * empty if no out_frames have to be sent to the peer or if in_bytes in the
     * HandshakerReq are incomplete. All the non-empty out frames must be sent to
     * the peer even if the handshaker status is not OK as these frames may
     * contain the alert frames.
     * 
* * bytes out_frames = 1; * @return This builder for chaining. */ public Builder clearOutFrames() { bitField0_ = (bitField0_ & ~0x00000001); outFrames_ = getDefaultInstance().getOutFrames(); onChanged(); return this; } private int bytesConsumed_ ; /** *
     * Number of bytes in the in_bytes consumed by the handshaker. It is possible
     * that part of in_bytes in HandshakerReq was unrelated to the handshake
     * process.
     * 
* * uint32 bytes_consumed = 2; * @return The bytesConsumed. */ @java.lang.Override public int getBytesConsumed() { return bytesConsumed_; } /** *
     * Number of bytes in the in_bytes consumed by the handshaker. It is possible
     * that part of in_bytes in HandshakerReq was unrelated to the handshake
     * process.
     * 
* * uint32 bytes_consumed = 2; * @param value The bytesConsumed to set. * @return This builder for chaining. */ public Builder setBytesConsumed(int value) { bytesConsumed_ = value; bitField0_ |= 0x00000002; onChanged(); return this; } /** *
     * Number of bytes in the in_bytes consumed by the handshaker. It is possible
     * that part of in_bytes in HandshakerReq was unrelated to the handshake
     * process.
     * 
* * uint32 bytes_consumed = 2; * @return This builder for chaining. */ public Builder clearBytesConsumed() { bitField0_ = (bitField0_ & ~0x00000002); bytesConsumed_ = 0; onChanged(); return this; } private io.grpc.alts.internal.HandshakerResult result_; private com.google.protobuf.SingleFieldBuilderV3< io.grpc.alts.internal.HandshakerResult, io.grpc.alts.internal.HandshakerResult.Builder, io.grpc.alts.internal.HandshakerResultOrBuilder> resultBuilder_; /** *
     * This is set iff the handshake was successful. out_frames may still be set
     * to frames that needs to be forwarded to the peer.
     * 
* * .grpc.gcp.HandshakerResult result = 3; * @return Whether the result field is set. */ public boolean hasResult() { return ((bitField0_ & 0x00000004) != 0); } /** *
     * This is set iff the handshake was successful. out_frames may still be set
     * to frames that needs to be forwarded to the peer.
     * 
* * .grpc.gcp.HandshakerResult result = 3; * @return The result. */ public io.grpc.alts.internal.HandshakerResult getResult() { if (resultBuilder_ == null) { return result_ == null ? io.grpc.alts.internal.HandshakerResult.getDefaultInstance() : result_; } else { return resultBuilder_.getMessage(); } } /** *
     * This is set iff the handshake was successful. out_frames may still be set
     * to frames that needs to be forwarded to the peer.
     * 
* * .grpc.gcp.HandshakerResult result = 3; */ public Builder setResult(io.grpc.alts.internal.HandshakerResult value) { if (resultBuilder_ == null) { if (value == null) { throw new NullPointerException(); } result_ = value; } else { resultBuilder_.setMessage(value); } bitField0_ |= 0x00000004; onChanged(); return this; } /** *
     * This is set iff the handshake was successful. out_frames may still be set
     * to frames that needs to be forwarded to the peer.
     * 
* * .grpc.gcp.HandshakerResult result = 3; */ public Builder setResult( io.grpc.alts.internal.HandshakerResult.Builder builderForValue) { if (resultBuilder_ == null) { result_ = builderForValue.build(); } else { resultBuilder_.setMessage(builderForValue.build()); } bitField0_ |= 0x00000004; onChanged(); return this; } /** *
     * This is set iff the handshake was successful. out_frames may still be set
     * to frames that needs to be forwarded to the peer.
     * 
* * .grpc.gcp.HandshakerResult result = 3; */ public Builder mergeResult(io.grpc.alts.internal.HandshakerResult value) { if (resultBuilder_ == null) { if (((bitField0_ & 0x00000004) != 0) && result_ != null && result_ != io.grpc.alts.internal.HandshakerResult.getDefaultInstance()) { getResultBuilder().mergeFrom(value); } else { result_ = value; } } else { resultBuilder_.mergeFrom(value); } if (result_ != null) { bitField0_ |= 0x00000004; onChanged(); } return this; } /** *
     * This is set iff the handshake was successful. out_frames may still be set
     * to frames that needs to be forwarded to the peer.
     * 
* * .grpc.gcp.HandshakerResult result = 3; */ public Builder clearResult() { bitField0_ = (bitField0_ & ~0x00000004); result_ = null; if (resultBuilder_ != null) { resultBuilder_.dispose(); resultBuilder_ = null; } onChanged(); return this; } /** *
     * This is set iff the handshake was successful. out_frames may still be set
     * to frames that needs to be forwarded to the peer.
     * 
* * .grpc.gcp.HandshakerResult result = 3; */ public io.grpc.alts.internal.HandshakerResult.Builder getResultBuilder() { bitField0_ |= 0x00000004; onChanged(); return getResultFieldBuilder().getBuilder(); } /** *
     * This is set iff the handshake was successful. out_frames may still be set
     * to frames that needs to be forwarded to the peer.
     * 
* * .grpc.gcp.HandshakerResult result = 3; */ public io.grpc.alts.internal.HandshakerResultOrBuilder getResultOrBuilder() { if (resultBuilder_ != null) { return resultBuilder_.getMessageOrBuilder(); } else { return result_ == null ? io.grpc.alts.internal.HandshakerResult.getDefaultInstance() : result_; } } /** *
     * This is set iff the handshake was successful. out_frames may still be set
     * to frames that needs to be forwarded to the peer.
     * 
* * .grpc.gcp.HandshakerResult result = 3; */ private com.google.protobuf.SingleFieldBuilderV3< io.grpc.alts.internal.HandshakerResult, io.grpc.alts.internal.HandshakerResult.Builder, io.grpc.alts.internal.HandshakerResultOrBuilder> getResultFieldBuilder() { if (resultBuilder_ == null) { resultBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< io.grpc.alts.internal.HandshakerResult, io.grpc.alts.internal.HandshakerResult.Builder, io.grpc.alts.internal.HandshakerResultOrBuilder>( getResult(), getParentForChildren(), isClean()); result_ = null; } return resultBuilder_; } private io.grpc.alts.internal.HandshakerStatus status_; private com.google.protobuf.SingleFieldBuilderV3< io.grpc.alts.internal.HandshakerStatus, io.grpc.alts.internal.HandshakerStatus.Builder, io.grpc.alts.internal.HandshakerStatusOrBuilder> statusBuilder_; /** *
     * Status of the handshaker.
     * 
* * .grpc.gcp.HandshakerStatus status = 4; * @return Whether the status field is set. */ public boolean hasStatus() { return ((bitField0_ & 0x00000008) != 0); } /** *
     * Status of the handshaker.
     * 
* * .grpc.gcp.HandshakerStatus status = 4; * @return The status. */ public io.grpc.alts.internal.HandshakerStatus getStatus() { if (statusBuilder_ == null) { return status_ == null ? io.grpc.alts.internal.HandshakerStatus.getDefaultInstance() : status_; } else { return statusBuilder_.getMessage(); } } /** *
     * Status of the handshaker.
     * 
* * .grpc.gcp.HandshakerStatus status = 4; */ public Builder setStatus(io.grpc.alts.internal.HandshakerStatus value) { if (statusBuilder_ == null) { if (value == null) { throw new NullPointerException(); } status_ = value; } else { statusBuilder_.setMessage(value); } bitField0_ |= 0x00000008; onChanged(); return this; } /** *
     * Status of the handshaker.
     * 
* * .grpc.gcp.HandshakerStatus status = 4; */ public Builder setStatus( io.grpc.alts.internal.HandshakerStatus.Builder builderForValue) { if (statusBuilder_ == null) { status_ = builderForValue.build(); } else { statusBuilder_.setMessage(builderForValue.build()); } bitField0_ |= 0x00000008; onChanged(); return this; } /** *
     * Status of the handshaker.
     * 
* * .grpc.gcp.HandshakerStatus status = 4; */ public Builder mergeStatus(io.grpc.alts.internal.HandshakerStatus value) { if (statusBuilder_ == null) { if (((bitField0_ & 0x00000008) != 0) && status_ != null && status_ != io.grpc.alts.internal.HandshakerStatus.getDefaultInstance()) { getStatusBuilder().mergeFrom(value); } else { status_ = value; } } else { statusBuilder_.mergeFrom(value); } if (status_ != null) { bitField0_ |= 0x00000008; onChanged(); } return this; } /** *
     * Status of the handshaker.
     * 
* * .grpc.gcp.HandshakerStatus status = 4; */ public Builder clearStatus() { bitField0_ = (bitField0_ & ~0x00000008); status_ = null; if (statusBuilder_ != null) { statusBuilder_.dispose(); statusBuilder_ = null; } onChanged(); return this; } /** *
     * Status of the handshaker.
     * 
* * .grpc.gcp.HandshakerStatus status = 4; */ public io.grpc.alts.internal.HandshakerStatus.Builder getStatusBuilder() { bitField0_ |= 0x00000008; onChanged(); return getStatusFieldBuilder().getBuilder(); } /** *
     * Status of the handshaker.
     * 
* * .grpc.gcp.HandshakerStatus status = 4; */ public io.grpc.alts.internal.HandshakerStatusOrBuilder getStatusOrBuilder() { if (statusBuilder_ != null) { return statusBuilder_.getMessageOrBuilder(); } else { return status_ == null ? io.grpc.alts.internal.HandshakerStatus.getDefaultInstance() : status_; } } /** *
     * Status of the handshaker.
     * 
* * .grpc.gcp.HandshakerStatus status = 4; */ private com.google.protobuf.SingleFieldBuilderV3< io.grpc.alts.internal.HandshakerStatus, io.grpc.alts.internal.HandshakerStatus.Builder, io.grpc.alts.internal.HandshakerStatusOrBuilder> getStatusFieldBuilder() { if (statusBuilder_ == null) { statusBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< io.grpc.alts.internal.HandshakerStatus, io.grpc.alts.internal.HandshakerStatus.Builder, io.grpc.alts.internal.HandshakerStatusOrBuilder>( getStatus(), getParentForChildren(), isClean()); status_ = null; } return statusBuilder_; } @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:grpc.gcp.HandshakerResp) } // @@protoc_insertion_point(class_scope:grpc.gcp.HandshakerResp) private static final io.grpc.alts.internal.HandshakerResp DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new io.grpc.alts.internal.HandshakerResp(); } public static io.grpc.alts.internal.HandshakerResp getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public HandshakerResp 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.grpc.alts.internal.HandshakerResp getDefaultInstanceForType() { return DEFAULT_INSTANCE; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy