org.hyperledger.fabric.protos.gateway.SubmitRequest 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;
/**
*
* SubmitRequest contains the details required to submit a transaction (update the ledger).
*
*
* Protobuf type {@code gateway.SubmitRequest}
*/
public final class SubmitRequest extends
com.google.protobuf.GeneratedMessage implements
// @@protoc_insertion_point(message_implements:gateway.SubmitRequest)
SubmitRequestOrBuilder {
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= */ "",
SubmitRequest.class.getName());
}
// Use SubmitRequest.newBuilder() to construct.
private SubmitRequest(com.google.protobuf.GeneratedMessage.Builder> builder) {
super(builder);
}
private SubmitRequest() {
transactionId_ = "";
channelId_ = "";
}
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return org.hyperledger.fabric.protos.gateway.GatewayProto.internal_static_gateway_SubmitRequest_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
internalGetFieldAccessorTable() {
return org.hyperledger.fabric.protos.gateway.GatewayProto.internal_static_gateway_SubmitRequest_fieldAccessorTable
.ensureFieldAccessorsInitialized(
org.hyperledger.fabric.protos.gateway.SubmitRequest.class, org.hyperledger.fabric.protos.gateway.SubmitRequest.Builder.class);
}
private int bitField0_;
public static final int TRANSACTION_ID_FIELD_NUMBER = 1;
@SuppressWarnings("serial")
private volatile java.lang.Object transactionId_ = "";
/**
*
* Identifier of the transaction to submit.
*
*
* 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 submit.
*
*
* 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 PREPARED_TRANSACTION_FIELD_NUMBER = 3;
private org.hyperledger.fabric.protos.common.Envelope preparedTransaction_;
/**
*
* The signed set of endorsed transaction responses to submit.
*
*
* .common.Envelope prepared_transaction = 3 [json_name = "preparedTransaction"];
* @return Whether the preparedTransaction field is set.
*/
@java.lang.Override
public boolean hasPreparedTransaction() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
*
* The signed set of endorsed transaction responses to submit.
*
*
* .common.Envelope prepared_transaction = 3 [json_name = "preparedTransaction"];
* @return The preparedTransaction.
*/
@java.lang.Override
public org.hyperledger.fabric.protos.common.Envelope getPreparedTransaction() {
return preparedTransaction_ == null ? org.hyperledger.fabric.protos.common.Envelope.getDefaultInstance() : preparedTransaction_;
}
/**
*
* The signed set of endorsed transaction responses to submit.
*
*
* .common.Envelope prepared_transaction = 3 [json_name = "preparedTransaction"];
*/
@java.lang.Override
public org.hyperledger.fabric.protos.common.EnvelopeOrBuilder getPreparedTransactionOrBuilder() {
return preparedTransaction_ == null ? org.hyperledger.fabric.protos.common.Envelope.getDefaultInstance() : preparedTransaction_;
}
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 (((bitField0_ & 0x00000001) != 0)) {
output.writeMessage(3, getPreparedTransaction());
}
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 (((bitField0_ & 0x00000001) != 0)) {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(3, getPreparedTransaction());
}
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.SubmitRequest)) {
return super.equals(obj);
}
org.hyperledger.fabric.protos.gateway.SubmitRequest other = (org.hyperledger.fabric.protos.gateway.SubmitRequest) obj;
if (!getTransactionId()
.equals(other.getTransactionId())) return false;
if (!getChannelId()
.equals(other.getChannelId())) return false;
if (hasPreparedTransaction() != other.hasPreparedTransaction()) return false;
if (hasPreparedTransaction()) {
if (!getPreparedTransaction()
.equals(other.getPreparedTransaction())) 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();
if (hasPreparedTransaction()) {
hash = (37 * hash) + PREPARED_TRANSACTION_FIELD_NUMBER;
hash = (53 * hash) + getPreparedTransaction().hashCode();
}
hash = (29 * hash) + getUnknownFields().hashCode();
memoizedHashCode = hash;
return hash;
}
public static org.hyperledger.fabric.protos.gateway.SubmitRequest parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static org.hyperledger.fabric.protos.gateway.SubmitRequest 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.SubmitRequest parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static org.hyperledger.fabric.protos.gateway.SubmitRequest 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.SubmitRequest parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static org.hyperledger.fabric.protos.gateway.SubmitRequest 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.SubmitRequest parseFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessage
.parseWithIOException(PARSER, input);
}
public static org.hyperledger.fabric.protos.gateway.SubmitRequest 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.SubmitRequest parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessage
.parseDelimitedWithIOException(PARSER, input);
}
public static org.hyperledger.fabric.protos.gateway.SubmitRequest 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.SubmitRequest 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.SubmitRequest 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.SubmitRequest 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;
}
/**
*
* SubmitRequest contains the details required to submit a transaction (update the ledger).
*
*
* Protobuf type {@code gateway.SubmitRequest}
*/
public static final class Builder extends
com.google.protobuf.GeneratedMessage.Builder implements
// @@protoc_insertion_point(builder_implements:gateway.SubmitRequest)
org.hyperledger.fabric.protos.gateway.SubmitRequestOrBuilder {
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return org.hyperledger.fabric.protos.gateway.GatewayProto.internal_static_gateway_SubmitRequest_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
internalGetFieldAccessorTable() {
return org.hyperledger.fabric.protos.gateway.GatewayProto.internal_static_gateway_SubmitRequest_fieldAccessorTable
.ensureFieldAccessorsInitialized(
org.hyperledger.fabric.protos.gateway.SubmitRequest.class, org.hyperledger.fabric.protos.gateway.SubmitRequest.Builder.class);
}
// Construct using org.hyperledger.fabric.protos.gateway.SubmitRequest.newBuilder()
private Builder() {
maybeForceBuilderInitialization();
}
private Builder(
com.google.protobuf.GeneratedMessage.BuilderParent parent) {
super(parent);
maybeForceBuilderInitialization();
}
private void maybeForceBuilderInitialization() {
if (com.google.protobuf.GeneratedMessage
.alwaysUseFieldBuilders) {
getPreparedTransactionFieldBuilder();
}
}
@java.lang.Override
public Builder clear() {
super.clear();
bitField0_ = 0;
transactionId_ = "";
channelId_ = "";
preparedTransaction_ = null;
if (preparedTransactionBuilder_ != null) {
preparedTransactionBuilder_.dispose();
preparedTransactionBuilder_ = null;
}
return this;
}
@java.lang.Override
public com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return org.hyperledger.fabric.protos.gateway.GatewayProto.internal_static_gateway_SubmitRequest_descriptor;
}
@java.lang.Override
public org.hyperledger.fabric.protos.gateway.SubmitRequest getDefaultInstanceForType() {
return org.hyperledger.fabric.protos.gateway.SubmitRequest.getDefaultInstance();
}
@java.lang.Override
public org.hyperledger.fabric.protos.gateway.SubmitRequest build() {
org.hyperledger.fabric.protos.gateway.SubmitRequest result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
@java.lang.Override
public org.hyperledger.fabric.protos.gateway.SubmitRequest buildPartial() {
org.hyperledger.fabric.protos.gateway.SubmitRequest result = new org.hyperledger.fabric.protos.gateway.SubmitRequest(this);
if (bitField0_ != 0) { buildPartial0(result); }
onBuilt();
return result;
}
private void buildPartial0(org.hyperledger.fabric.protos.gateway.SubmitRequest result) {
int from_bitField0_ = bitField0_;
if (((from_bitField0_ & 0x00000001) != 0)) {
result.transactionId_ = transactionId_;
}
if (((from_bitField0_ & 0x00000002) != 0)) {
result.channelId_ = channelId_;
}
int to_bitField0_ = 0;
if (((from_bitField0_ & 0x00000004) != 0)) {
result.preparedTransaction_ = preparedTransactionBuilder_ == null
? preparedTransaction_
: preparedTransactionBuilder_.build();
to_bitField0_ |= 0x00000001;
}
result.bitField0_ |= to_bitField0_;
}
@java.lang.Override
public Builder mergeFrom(com.google.protobuf.Message other) {
if (other instanceof org.hyperledger.fabric.protos.gateway.SubmitRequest) {
return mergeFrom((org.hyperledger.fabric.protos.gateway.SubmitRequest)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(org.hyperledger.fabric.protos.gateway.SubmitRequest other) {
if (other == org.hyperledger.fabric.protos.gateway.SubmitRequest.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.hasPreparedTransaction()) {
mergePreparedTransaction(other.getPreparedTransaction());
}
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: {
input.readMessage(
getPreparedTransactionFieldBuilder().getBuilder(),
extensionRegistry);
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 submit.
*
*
* 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 submit.
*
*
* 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 submit.
*
*
* 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 submit.
*
*
* 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 submit.
*
*
* 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 org.hyperledger.fabric.protos.common.Envelope preparedTransaction_;
private com.google.protobuf.SingleFieldBuilder<
org.hyperledger.fabric.protos.common.Envelope, org.hyperledger.fabric.protos.common.Envelope.Builder, org.hyperledger.fabric.protos.common.EnvelopeOrBuilder> preparedTransactionBuilder_;
/**
*
* The signed set of endorsed transaction responses to submit.
*
*
* .common.Envelope prepared_transaction = 3 [json_name = "preparedTransaction"];
* @return Whether the preparedTransaction field is set.
*/
public boolean hasPreparedTransaction() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
*
* The signed set of endorsed transaction responses to submit.
*
*
* .common.Envelope prepared_transaction = 3 [json_name = "preparedTransaction"];
* @return The preparedTransaction.
*/
public org.hyperledger.fabric.protos.common.Envelope getPreparedTransaction() {
if (preparedTransactionBuilder_ == null) {
return preparedTransaction_ == null ? org.hyperledger.fabric.protos.common.Envelope.getDefaultInstance() : preparedTransaction_;
} else {
return preparedTransactionBuilder_.getMessage();
}
}
/**
*
* The signed set of endorsed transaction responses to submit.
*
*
* .common.Envelope prepared_transaction = 3 [json_name = "preparedTransaction"];
*/
public Builder setPreparedTransaction(org.hyperledger.fabric.protos.common.Envelope value) {
if (preparedTransactionBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
preparedTransaction_ = value;
} else {
preparedTransactionBuilder_.setMessage(value);
}
bitField0_ |= 0x00000004;
onChanged();
return this;
}
/**
*
* The signed set of endorsed transaction responses to submit.
*
*
* .common.Envelope prepared_transaction = 3 [json_name = "preparedTransaction"];
*/
public Builder setPreparedTransaction(
org.hyperledger.fabric.protos.common.Envelope.Builder builderForValue) {
if (preparedTransactionBuilder_ == null) {
preparedTransaction_ = builderForValue.build();
} else {
preparedTransactionBuilder_.setMessage(builderForValue.build());
}
bitField0_ |= 0x00000004;
onChanged();
return this;
}
/**
*
* The signed set of endorsed transaction responses to submit.
*
*
* .common.Envelope prepared_transaction = 3 [json_name = "preparedTransaction"];
*/
public Builder mergePreparedTransaction(org.hyperledger.fabric.protos.common.Envelope value) {
if (preparedTransactionBuilder_ == null) {
if (((bitField0_ & 0x00000004) != 0) &&
preparedTransaction_ != null &&
preparedTransaction_ != org.hyperledger.fabric.protos.common.Envelope.getDefaultInstance()) {
getPreparedTransactionBuilder().mergeFrom(value);
} else {
preparedTransaction_ = value;
}
} else {
preparedTransactionBuilder_.mergeFrom(value);
}
if (preparedTransaction_ != null) {
bitField0_ |= 0x00000004;
onChanged();
}
return this;
}
/**
*
* The signed set of endorsed transaction responses to submit.
*
*
* .common.Envelope prepared_transaction = 3 [json_name = "preparedTransaction"];
*/
public Builder clearPreparedTransaction() {
bitField0_ = (bitField0_ & ~0x00000004);
preparedTransaction_ = null;
if (preparedTransactionBuilder_ != null) {
preparedTransactionBuilder_.dispose();
preparedTransactionBuilder_ = null;
}
onChanged();
return this;
}
/**
*
* The signed set of endorsed transaction responses to submit.
*
*
* .common.Envelope prepared_transaction = 3 [json_name = "preparedTransaction"];
*/
public org.hyperledger.fabric.protos.common.Envelope.Builder getPreparedTransactionBuilder() {
bitField0_ |= 0x00000004;
onChanged();
return getPreparedTransactionFieldBuilder().getBuilder();
}
/**
*
* The signed set of endorsed transaction responses to submit.
*
*
* .common.Envelope prepared_transaction = 3 [json_name = "preparedTransaction"];
*/
public org.hyperledger.fabric.protos.common.EnvelopeOrBuilder getPreparedTransactionOrBuilder() {
if (preparedTransactionBuilder_ != null) {
return preparedTransactionBuilder_.getMessageOrBuilder();
} else {
return preparedTransaction_ == null ?
org.hyperledger.fabric.protos.common.Envelope.getDefaultInstance() : preparedTransaction_;
}
}
/**
*
* The signed set of endorsed transaction responses to submit.
*
*
* .common.Envelope prepared_transaction = 3 [json_name = "preparedTransaction"];
*/
private com.google.protobuf.SingleFieldBuilder<
org.hyperledger.fabric.protos.common.Envelope, org.hyperledger.fabric.protos.common.Envelope.Builder, org.hyperledger.fabric.protos.common.EnvelopeOrBuilder>
getPreparedTransactionFieldBuilder() {
if (preparedTransactionBuilder_ == null) {
preparedTransactionBuilder_ = new com.google.protobuf.SingleFieldBuilder<
org.hyperledger.fabric.protos.common.Envelope, org.hyperledger.fabric.protos.common.Envelope.Builder, org.hyperledger.fabric.protos.common.EnvelopeOrBuilder>(
getPreparedTransaction(),
getParentForChildren(),
isClean());
preparedTransaction_ = null;
}
return preparedTransactionBuilder_;
}
// @@protoc_insertion_point(builder_scope:gateway.SubmitRequest)
}
// @@protoc_insertion_point(class_scope:gateway.SubmitRequest)
private static final org.hyperledger.fabric.protos.gateway.SubmitRequest DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new org.hyperledger.fabric.protos.gateway.SubmitRequest();
}
public static org.hyperledger.fabric.protos.gateway.SubmitRequest getDefaultInstance() {
return DEFAULT_INSTANCE;
}
private static final com.google.protobuf.Parser
PARSER = new com.google.protobuf.AbstractParser() {
@java.lang.Override
public SubmitRequest 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.SubmitRequest getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy