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

org.hyperledger.fabric.protos.gateway.CommitStatusRequest Maven / Gradle / Ivy

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// source: gateway/gateway.proto
// Protobuf Java Version: 4.28.2

package org.hyperledger.fabric.protos.gateway;

/**
 * 
 * CommitStatusRequest contains the details required to check whether a transaction has been
 * successfully committed.
 * 
* * Protobuf type {@code gateway.CommitStatusRequest} */ public final class CommitStatusRequest extends com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:gateway.CommitStatusRequest) CommitStatusRequestOrBuilder { private static final long serialVersionUID = 0L; static { com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, /* patch= */ 2, /* suffix= */ "", CommitStatusRequest.class.getName()); } // Use CommitStatusRequest.newBuilder() to construct. private CommitStatusRequest(com.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private CommitStatusRequest() { transactionId_ = ""; channelId_ = ""; identity_ = com.google.protobuf.ByteString.EMPTY; } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.hyperledger.fabric.protos.gateway.GatewayProto.internal_static_gateway_CommitStatusRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return org.hyperledger.fabric.protos.gateway.GatewayProto.internal_static_gateway_CommitStatusRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( org.hyperledger.fabric.protos.gateway.CommitStatusRequest.class, org.hyperledger.fabric.protos.gateway.CommitStatusRequest.Builder.class); } public static final int TRANSACTION_ID_FIELD_NUMBER = 1; @SuppressWarnings("serial") private volatile java.lang.Object transactionId_ = ""; /** *
   * Identifier of the transaction to check.
   * 
* * string transaction_id = 1 [json_name = "transactionId"]; * @return The transactionId. */ @java.lang.Override public java.lang.String getTransactionId() { java.lang.Object ref = transactionId_; 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(); transactionId_ = s; return s; } } /** *
   * Identifier of the transaction to check.
   * 
* * string transaction_id = 1 [json_name = "transactionId"]; * @return The bytes for transactionId. */ @java.lang.Override public com.google.protobuf.ByteString getTransactionIdBytes() { java.lang.Object ref = transactionId_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); transactionId_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int CHANNEL_ID_FIELD_NUMBER = 2; @SuppressWarnings("serial") private volatile java.lang.Object channelId_ = ""; /** *
   * Identifier of the channel this request is bound for.
   * 
* * string channel_id = 2 [json_name = "channelId"]; * @return The channelId. */ @java.lang.Override public java.lang.String getChannelId() { java.lang.Object ref = channelId_; 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(); channelId_ = s; return s; } } /** *
   * Identifier of the channel this request is bound for.
   * 
* * string channel_id = 2 [json_name = "channelId"]; * @return The bytes for channelId. */ @java.lang.Override public com.google.protobuf.ByteString getChannelIdBytes() { java.lang.Object ref = channelId_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); channelId_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int IDENTITY_FIELD_NUMBER = 3; private com.google.protobuf.ByteString identity_ = com.google.protobuf.ByteString.EMPTY; /** *
   * Client requestor identity.
   * 
* * bytes identity = 3 [json_name = "identity"]; * @return The identity. */ @java.lang.Override public com.google.protobuf.ByteString getIdentity() { return identity_; } 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.GeneratedMessage.isStringEmpty(transactionId_)) { com.google.protobuf.GeneratedMessage.writeString(output, 1, transactionId_); } if (!com.google.protobuf.GeneratedMessage.isStringEmpty(channelId_)) { com.google.protobuf.GeneratedMessage.writeString(output, 2, channelId_); } if (!identity_.isEmpty()) { output.writeBytes(3, identity_); } getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (!com.google.protobuf.GeneratedMessage.isStringEmpty(transactionId_)) { size += com.google.protobuf.GeneratedMessage.computeStringSize(1, transactionId_); } if (!com.google.protobuf.GeneratedMessage.isStringEmpty(channelId_)) { size += com.google.protobuf.GeneratedMessage.computeStringSize(2, channelId_); } if (!identity_.isEmpty()) { size += com.google.protobuf.CodedOutputStream .computeBytesSize(3, identity_); } 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 org.hyperledger.fabric.protos.gateway.CommitStatusRequest)) { return super.equals(obj); } org.hyperledger.fabric.protos.gateway.CommitStatusRequest other = (org.hyperledger.fabric.protos.gateway.CommitStatusRequest) obj; if (!getTransactionId() .equals(other.getTransactionId())) return false; if (!getChannelId() .equals(other.getChannelId())) return false; if (!getIdentity() .equals(other.getIdentity())) 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) + TRANSACTION_ID_FIELD_NUMBER; hash = (53 * hash) + getTransactionId().hashCode(); hash = (37 * hash) + CHANNEL_ID_FIELD_NUMBER; hash = (53 * hash) + getChannelId().hashCode(); hash = (37 * hash) + IDENTITY_FIELD_NUMBER; hash = (53 * hash) + getIdentity().hashCode(); hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static org.hyperledger.fabric.protos.gateway.CommitStatusRequest parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.hyperledger.fabric.protos.gateway.CommitStatusRequest parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.hyperledger.fabric.protos.gateway.CommitStatusRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.hyperledger.fabric.protos.gateway.CommitStatusRequest parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.hyperledger.fabric.protos.gateway.CommitStatusRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.hyperledger.fabric.protos.gateway.CommitStatusRequest parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.hyperledger.fabric.protos.gateway.CommitStatusRequest parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static org.hyperledger.fabric.protos.gateway.CommitStatusRequest parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } public static org.hyperledger.fabric.protos.gateway.CommitStatusRequest parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input); } public static org.hyperledger.fabric.protos.gateway.CommitStatusRequest parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static org.hyperledger.fabric.protos.gateway.CommitStatusRequest parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static org.hyperledger.fabric.protos.gateway.CommitStatusRequest parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(org.hyperledger.fabric.protos.gateway.CommitStatusRequest 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.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** *
   * CommitStatusRequest contains the details required to check whether a transaction has been
   * successfully committed.
   * 
* * Protobuf type {@code gateway.CommitStatusRequest} */ public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:gateway.CommitStatusRequest) org.hyperledger.fabric.protos.gateway.CommitStatusRequestOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.hyperledger.fabric.protos.gateway.GatewayProto.internal_static_gateway_CommitStatusRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return org.hyperledger.fabric.protos.gateway.GatewayProto.internal_static_gateway_CommitStatusRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( org.hyperledger.fabric.protos.gateway.CommitStatusRequest.class, org.hyperledger.fabric.protos.gateway.CommitStatusRequest.Builder.class); } // Construct using org.hyperledger.fabric.protos.gateway.CommitStatusRequest.newBuilder() private Builder() { } private Builder( com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; transactionId_ = ""; channelId_ = ""; identity_ = com.google.protobuf.ByteString.EMPTY; return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return org.hyperledger.fabric.protos.gateway.GatewayProto.internal_static_gateway_CommitStatusRequest_descriptor; } @java.lang.Override public org.hyperledger.fabric.protos.gateway.CommitStatusRequest getDefaultInstanceForType() { return org.hyperledger.fabric.protos.gateway.CommitStatusRequest.getDefaultInstance(); } @java.lang.Override public org.hyperledger.fabric.protos.gateway.CommitStatusRequest build() { org.hyperledger.fabric.protos.gateway.CommitStatusRequest result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public org.hyperledger.fabric.protos.gateway.CommitStatusRequest buildPartial() { org.hyperledger.fabric.protos.gateway.CommitStatusRequest result = new org.hyperledger.fabric.protos.gateway.CommitStatusRequest(this); if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } private void buildPartial0(org.hyperledger.fabric.protos.gateway.CommitStatusRequest result) { int from_bitField0_ = bitField0_; if (((from_bitField0_ & 0x00000001) != 0)) { result.transactionId_ = transactionId_; } if (((from_bitField0_ & 0x00000002) != 0)) { result.channelId_ = channelId_; } if (((from_bitField0_ & 0x00000004) != 0)) { result.identity_ = identity_; } } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof org.hyperledger.fabric.protos.gateway.CommitStatusRequest) { return mergeFrom((org.hyperledger.fabric.protos.gateway.CommitStatusRequest)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(org.hyperledger.fabric.protos.gateway.CommitStatusRequest other) { if (other == org.hyperledger.fabric.protos.gateway.CommitStatusRequest.getDefaultInstance()) return this; if (!other.getTransactionId().isEmpty()) { transactionId_ = other.transactionId_; bitField0_ |= 0x00000001; onChanged(); } if (!other.getChannelId().isEmpty()) { channelId_ = other.channelId_; bitField0_ |= 0x00000002; onChanged(); } if (other.getIdentity() != com.google.protobuf.ByteString.EMPTY) { setIdentity(other.getIdentity()); } 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: { transactionId_ = input.readStringRequireUtf8(); bitField0_ |= 0x00000001; break; } // case 10 case 18: { channelId_ = input.readStringRequireUtf8(); bitField0_ |= 0x00000002; break; } // case 18 case 26: { identity_ = input.readBytes(); bitField0_ |= 0x00000004; break; } // case 26 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 transactionId_ = ""; /** *
     * Identifier of the transaction to check.
     * 
* * string transaction_id = 1 [json_name = "transactionId"]; * @return The transactionId. */ public java.lang.String getTransactionId() { java.lang.Object ref = transactionId_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); transactionId_ = s; return s; } else { return (java.lang.String) ref; } } /** *
     * Identifier of the transaction to check.
     * 
* * string transaction_id = 1 [json_name = "transactionId"]; * @return The bytes for transactionId. */ public com.google.protobuf.ByteString getTransactionIdBytes() { java.lang.Object ref = transactionId_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); transactionId_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** *
     * Identifier of the transaction to check.
     * 
* * string transaction_id = 1 [json_name = "transactionId"]; * @param value The transactionId to set. * @return This builder for chaining. */ public Builder setTransactionId( java.lang.String value) { if (value == null) { throw new NullPointerException(); } transactionId_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** *
     * Identifier of the transaction to check.
     * 
* * string transaction_id = 1 [json_name = "transactionId"]; * @return This builder for chaining. */ public Builder clearTransactionId() { transactionId_ = getDefaultInstance().getTransactionId(); bitField0_ = (bitField0_ & ~0x00000001); onChanged(); return this; } /** *
     * Identifier of the transaction to check.
     * 
* * string transaction_id = 1 [json_name = "transactionId"]; * @param value The bytes for transactionId to set. * @return This builder for chaining. */ public Builder setTransactionIdBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); transactionId_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } private java.lang.Object channelId_ = ""; /** *
     * Identifier of the channel this request is bound for.
     * 
* * string channel_id = 2 [json_name = "channelId"]; * @return The channelId. */ public java.lang.String getChannelId() { java.lang.Object ref = channelId_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); channelId_ = s; return s; } else { return (java.lang.String) ref; } } /** *
     * Identifier of the channel this request is bound for.
     * 
* * string channel_id = 2 [json_name = "channelId"]; * @return The bytes for channelId. */ public com.google.protobuf.ByteString getChannelIdBytes() { java.lang.Object ref = channelId_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); channelId_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** *
     * Identifier of the channel this request is bound for.
     * 
* * string channel_id = 2 [json_name = "channelId"]; * @param value The channelId to set. * @return This builder for chaining. */ public Builder setChannelId( java.lang.String value) { if (value == null) { throw new NullPointerException(); } channelId_ = value; bitField0_ |= 0x00000002; onChanged(); return this; } /** *
     * Identifier of the channel this request is bound for.
     * 
* * string channel_id = 2 [json_name = "channelId"]; * @return This builder for chaining. */ public Builder clearChannelId() { channelId_ = getDefaultInstance().getChannelId(); bitField0_ = (bitField0_ & ~0x00000002); onChanged(); return this; } /** *
     * Identifier of the channel this request is bound for.
     * 
* * string channel_id = 2 [json_name = "channelId"]; * @param value The bytes for channelId to set. * @return This builder for chaining. */ public Builder setChannelIdBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); channelId_ = value; bitField0_ |= 0x00000002; onChanged(); return this; } private com.google.protobuf.ByteString identity_ = com.google.protobuf.ByteString.EMPTY; /** *
     * Client requestor identity.
     * 
* * bytes identity = 3 [json_name = "identity"]; * @return The identity. */ @java.lang.Override public com.google.protobuf.ByteString getIdentity() { return identity_; } /** *
     * Client requestor identity.
     * 
* * bytes identity = 3 [json_name = "identity"]; * @param value The identity to set. * @return This builder for chaining. */ public Builder setIdentity(com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } identity_ = value; bitField0_ |= 0x00000004; onChanged(); return this; } /** *
     * Client requestor identity.
     * 
* * bytes identity = 3 [json_name = "identity"]; * @return This builder for chaining. */ public Builder clearIdentity() { bitField0_ = (bitField0_ & ~0x00000004); identity_ = getDefaultInstance().getIdentity(); onChanged(); return this; } // @@protoc_insertion_point(builder_scope:gateway.CommitStatusRequest) } // @@protoc_insertion_point(class_scope:gateway.CommitStatusRequest) private static final org.hyperledger.fabric.protos.gateway.CommitStatusRequest DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new org.hyperledger.fabric.protos.gateway.CommitStatusRequest(); } public static org.hyperledger.fabric.protos.gateway.CommitStatusRequest getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public CommitStatusRequest 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 org.hyperledger.fabric.protos.gateway.CommitStatusRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy