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

com.hederahashgraph.api.proto.java.ScheduleSignTransactionBody Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: schedule_sign.proto

package com.hederahashgraph.api.proto.java;

/**
 * 
 **
 * Adds zero or more signing keys to a schedule.
 * If Long Term Scheduled Transactions are enabled and <tt>wait_for_expiry</tt> was set to <tt>true</tt> on the
 * <tt>ScheduleCreate</tt> then the transaction will always wait till it's `expiration_time` to execute.
 * Otherwise, if the resulting set of signing keys satisfy the
 * scheduled transaction's signing requirements, it will be executed immediately after the
 * triggering <tt>ScheduleSign</tt>.
 * 
 * Upon <tt>SUCCESS</tt>, the receipt includes the <tt>scheduledTransactionID</tt> to use to query
 * for the record of the scheduled transaction's execution (if it occurs). 
 * 
 * Other notable response codes include <tt>INVALID_SCHEDULE_ID</tt>, <tt>SCHEDULE_ALREADY_DELETED</tt>,
 * <tt>SCHEDULE_PENDING_EXPIRATION</tt>, <tt>SCHEDULE_ALREADY_EXPIRED</tt>,
 * <tt>INVALID_ACCOUNT_ID</tt>, <tt>UNRESOLVABLE_REQUIRED_SIGNERS</tt>,
 * <tt>SOME_SIGNATURES_WERE_INVALID</tt>, and <tt>NO_NEW_VALID_SIGNATURES</tt>. For more information
 * please see the section of this documentation on the <tt>ResponseCode</tt> enum.
 * 
* * Protobuf type {@code proto.ScheduleSignTransactionBody} */ public final class ScheduleSignTransactionBody extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:proto.ScheduleSignTransactionBody) ScheduleSignTransactionBodyOrBuilder { private static final long serialVersionUID = 0L; // Use ScheduleSignTransactionBody.newBuilder() to construct. private ScheduleSignTransactionBody(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private ScheduleSignTransactionBody() { } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new ScheduleSignTransactionBody(); } @java.lang.Override public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private ScheduleSignTransactionBody( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { this(); if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } com.google.protobuf.UnknownFieldSet.Builder unknownFields = com.google.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 10: { com.hederahashgraph.api.proto.java.ScheduleID.Builder subBuilder = null; if (scheduleID_ != null) { subBuilder = scheduleID_.toBuilder(); } scheduleID_ = input.readMessage(com.hederahashgraph.api.proto.java.ScheduleID.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(scheduleID_); scheduleID_ = subBuilder.buildPartial(); } break; } default: { if (!parseUnknownField( input, unknownFields, extensionRegistry, tag)) { done = true; } break; } } } } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException( e).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.hederahashgraph.api.proto.java.ScheduleSign.internal_static_proto_ScheduleSignTransactionBody_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.hederahashgraph.api.proto.java.ScheduleSign.internal_static_proto_ScheduleSignTransactionBody_fieldAccessorTable .ensureFieldAccessorsInitialized( com.hederahashgraph.api.proto.java.ScheduleSignTransactionBody.class, com.hederahashgraph.api.proto.java.ScheduleSignTransactionBody.Builder.class); } public static final int SCHEDULEID_FIELD_NUMBER = 1; private com.hederahashgraph.api.proto.java.ScheduleID scheduleID_; /** *
   **
   * The id of the schedule to add signing keys to
   * 
* * .proto.ScheduleID scheduleID = 1; * @return Whether the scheduleID field is set. */ @java.lang.Override public boolean hasScheduleID() { return scheduleID_ != null; } /** *
   **
   * The id of the schedule to add signing keys to
   * 
* * .proto.ScheduleID scheduleID = 1; * @return The scheduleID. */ @java.lang.Override public com.hederahashgraph.api.proto.java.ScheduleID getScheduleID() { return scheduleID_ == null ? com.hederahashgraph.api.proto.java.ScheduleID.getDefaultInstance() : scheduleID_; } /** *
   **
   * The id of the schedule to add signing keys to
   * 
* * .proto.ScheduleID scheduleID = 1; */ @java.lang.Override public com.hederahashgraph.api.proto.java.ScheduleIDOrBuilder getScheduleIDOrBuilder() { return getScheduleID(); } 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 (scheduleID_ != null) { output.writeMessage(1, getScheduleID()); } unknownFields.writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (scheduleID_ != null) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(1, getScheduleID()); } size += unknownFields.getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof com.hederahashgraph.api.proto.java.ScheduleSignTransactionBody)) { return super.equals(obj); } com.hederahashgraph.api.proto.java.ScheduleSignTransactionBody other = (com.hederahashgraph.api.proto.java.ScheduleSignTransactionBody) obj; if (hasScheduleID() != other.hasScheduleID()) return false; if (hasScheduleID()) { if (!getScheduleID() .equals(other.getScheduleID())) return false; } if (!unknownFields.equals(other.unknownFields)) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); if (hasScheduleID()) { hash = (37 * hash) + SCHEDULEID_FIELD_NUMBER; hash = (53 * hash) + getScheduleID().hashCode(); } hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; } public static com.hederahashgraph.api.proto.java.ScheduleSignTransactionBody parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.hederahashgraph.api.proto.java.ScheduleSignTransactionBody parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.hederahashgraph.api.proto.java.ScheduleSignTransactionBody parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.hederahashgraph.api.proto.java.ScheduleSignTransactionBody parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.hederahashgraph.api.proto.java.ScheduleSignTransactionBody parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.hederahashgraph.api.proto.java.ScheduleSignTransactionBody parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.hederahashgraph.api.proto.java.ScheduleSignTransactionBody parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.hederahashgraph.api.proto.java.ScheduleSignTransactionBody 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 com.hederahashgraph.api.proto.java.ScheduleSignTransactionBody parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static com.hederahashgraph.api.proto.java.ScheduleSignTransactionBody 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 com.hederahashgraph.api.proto.java.ScheduleSignTransactionBody parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.hederahashgraph.api.proto.java.ScheduleSignTransactionBody 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(com.hederahashgraph.api.proto.java.ScheduleSignTransactionBody 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; } /** *
   **
   * Adds zero or more signing keys to a schedule.
   * If Long Term Scheduled Transactions are enabled and <tt>wait_for_expiry</tt> was set to <tt>true</tt> on the
   * <tt>ScheduleCreate</tt> then the transaction will always wait till it's `expiration_time` to execute.
   * Otherwise, if the resulting set of signing keys satisfy the
   * scheduled transaction's signing requirements, it will be executed immediately after the
   * triggering <tt>ScheduleSign</tt>.
   * 
   * Upon <tt>SUCCESS</tt>, the receipt includes the <tt>scheduledTransactionID</tt> to use to query
   * for the record of the scheduled transaction's execution (if it occurs). 
   * 
   * Other notable response codes include <tt>INVALID_SCHEDULE_ID</tt>, <tt>SCHEDULE_ALREADY_DELETED</tt>,
   * <tt>SCHEDULE_PENDING_EXPIRATION</tt>, <tt>SCHEDULE_ALREADY_EXPIRED</tt>,
   * <tt>INVALID_ACCOUNT_ID</tt>, <tt>UNRESOLVABLE_REQUIRED_SIGNERS</tt>,
   * <tt>SOME_SIGNATURES_WERE_INVALID</tt>, and <tt>NO_NEW_VALID_SIGNATURES</tt>. For more information
   * please see the section of this documentation on the <tt>ResponseCode</tt> enum.
   * 
* * Protobuf type {@code proto.ScheduleSignTransactionBody} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:proto.ScheduleSignTransactionBody) com.hederahashgraph.api.proto.java.ScheduleSignTransactionBodyOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.hederahashgraph.api.proto.java.ScheduleSign.internal_static_proto_ScheduleSignTransactionBody_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.hederahashgraph.api.proto.java.ScheduleSign.internal_static_proto_ScheduleSignTransactionBody_fieldAccessorTable .ensureFieldAccessorsInitialized( com.hederahashgraph.api.proto.java.ScheduleSignTransactionBody.class, com.hederahashgraph.api.proto.java.ScheduleSignTransactionBody.Builder.class); } // Construct using com.hederahashgraph.api.proto.java.ScheduleSignTransactionBody.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { } } @java.lang.Override public Builder clear() { super.clear(); if (scheduleIDBuilder_ == null) { scheduleID_ = null; } else { scheduleID_ = null; scheduleIDBuilder_ = null; } return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.hederahashgraph.api.proto.java.ScheduleSign.internal_static_proto_ScheduleSignTransactionBody_descriptor; } @java.lang.Override public com.hederahashgraph.api.proto.java.ScheduleSignTransactionBody getDefaultInstanceForType() { return com.hederahashgraph.api.proto.java.ScheduleSignTransactionBody.getDefaultInstance(); } @java.lang.Override public com.hederahashgraph.api.proto.java.ScheduleSignTransactionBody build() { com.hederahashgraph.api.proto.java.ScheduleSignTransactionBody result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public com.hederahashgraph.api.proto.java.ScheduleSignTransactionBody buildPartial() { com.hederahashgraph.api.proto.java.ScheduleSignTransactionBody result = new com.hederahashgraph.api.proto.java.ScheduleSignTransactionBody(this); if (scheduleIDBuilder_ == null) { result.scheduleID_ = scheduleID_; } else { result.scheduleID_ = scheduleIDBuilder_.build(); } onBuilt(); return result; } @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 com.hederahashgraph.api.proto.java.ScheduleSignTransactionBody) { return mergeFrom((com.hederahashgraph.api.proto.java.ScheduleSignTransactionBody)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.hederahashgraph.api.proto.java.ScheduleSignTransactionBody other) { if (other == com.hederahashgraph.api.proto.java.ScheduleSignTransactionBody.getDefaultInstance()) return this; if (other.hasScheduleID()) { mergeScheduleID(other.getScheduleID()); } this.mergeUnknownFields(other.unknownFields); 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 { com.hederahashgraph.api.proto.java.ScheduleSignTransactionBody parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (com.hederahashgraph.api.proto.java.ScheduleSignTransactionBody) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private com.hederahashgraph.api.proto.java.ScheduleID scheduleID_; private com.google.protobuf.SingleFieldBuilderV3< com.hederahashgraph.api.proto.java.ScheduleID, com.hederahashgraph.api.proto.java.ScheduleID.Builder, com.hederahashgraph.api.proto.java.ScheduleIDOrBuilder> scheduleIDBuilder_; /** *
     **
     * The id of the schedule to add signing keys to
     * 
* * .proto.ScheduleID scheduleID = 1; * @return Whether the scheduleID field is set. */ public boolean hasScheduleID() { return scheduleIDBuilder_ != null || scheduleID_ != null; } /** *
     **
     * The id of the schedule to add signing keys to
     * 
* * .proto.ScheduleID scheduleID = 1; * @return The scheduleID. */ public com.hederahashgraph.api.proto.java.ScheduleID getScheduleID() { if (scheduleIDBuilder_ == null) { return scheduleID_ == null ? com.hederahashgraph.api.proto.java.ScheduleID.getDefaultInstance() : scheduleID_; } else { return scheduleIDBuilder_.getMessage(); } } /** *
     **
     * The id of the schedule to add signing keys to
     * 
* * .proto.ScheduleID scheduleID = 1; */ public Builder setScheduleID(com.hederahashgraph.api.proto.java.ScheduleID value) { if (scheduleIDBuilder_ == null) { if (value == null) { throw new NullPointerException(); } scheduleID_ = value; onChanged(); } else { scheduleIDBuilder_.setMessage(value); } return this; } /** *
     **
     * The id of the schedule to add signing keys to
     * 
* * .proto.ScheduleID scheduleID = 1; */ public Builder setScheduleID( com.hederahashgraph.api.proto.java.ScheduleID.Builder builderForValue) { if (scheduleIDBuilder_ == null) { scheduleID_ = builderForValue.build(); onChanged(); } else { scheduleIDBuilder_.setMessage(builderForValue.build()); } return this; } /** *
     **
     * The id of the schedule to add signing keys to
     * 
* * .proto.ScheduleID scheduleID = 1; */ public Builder mergeScheduleID(com.hederahashgraph.api.proto.java.ScheduleID value) { if (scheduleIDBuilder_ == null) { if (scheduleID_ != null) { scheduleID_ = com.hederahashgraph.api.proto.java.ScheduleID.newBuilder(scheduleID_).mergeFrom(value).buildPartial(); } else { scheduleID_ = value; } onChanged(); } else { scheduleIDBuilder_.mergeFrom(value); } return this; } /** *
     **
     * The id of the schedule to add signing keys to
     * 
* * .proto.ScheduleID scheduleID = 1; */ public Builder clearScheduleID() { if (scheduleIDBuilder_ == null) { scheduleID_ = null; onChanged(); } else { scheduleID_ = null; scheduleIDBuilder_ = null; } return this; } /** *
     **
     * The id of the schedule to add signing keys to
     * 
* * .proto.ScheduleID scheduleID = 1; */ public com.hederahashgraph.api.proto.java.ScheduleID.Builder getScheduleIDBuilder() { onChanged(); return getScheduleIDFieldBuilder().getBuilder(); } /** *
     **
     * The id of the schedule to add signing keys to
     * 
* * .proto.ScheduleID scheduleID = 1; */ public com.hederahashgraph.api.proto.java.ScheduleIDOrBuilder getScheduleIDOrBuilder() { if (scheduleIDBuilder_ != null) { return scheduleIDBuilder_.getMessageOrBuilder(); } else { return scheduleID_ == null ? com.hederahashgraph.api.proto.java.ScheduleID.getDefaultInstance() : scheduleID_; } } /** *
     **
     * The id of the schedule to add signing keys to
     * 
* * .proto.ScheduleID scheduleID = 1; */ private com.google.protobuf.SingleFieldBuilderV3< com.hederahashgraph.api.proto.java.ScheduleID, com.hederahashgraph.api.proto.java.ScheduleID.Builder, com.hederahashgraph.api.proto.java.ScheduleIDOrBuilder> getScheduleIDFieldBuilder() { if (scheduleIDBuilder_ == null) { scheduleIDBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< com.hederahashgraph.api.proto.java.ScheduleID, com.hederahashgraph.api.proto.java.ScheduleID.Builder, com.hederahashgraph.api.proto.java.ScheduleIDOrBuilder>( getScheduleID(), getParentForChildren(), isClean()); scheduleID_ = null; } return scheduleIDBuilder_; } @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:proto.ScheduleSignTransactionBody) } // @@protoc_insertion_point(class_scope:proto.ScheduleSignTransactionBody) private static final com.hederahashgraph.api.proto.java.ScheduleSignTransactionBody DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new com.hederahashgraph.api.proto.java.ScheduleSignTransactionBody(); } public static com.hederahashgraph.api.proto.java.ScheduleSignTransactionBody getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public ScheduleSignTransactionBody parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return new ScheduleSignTransactionBody(input, extensionRegistry); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public com.hederahashgraph.api.proto.java.ScheduleSignTransactionBody getDefaultInstanceForType() { return DEFAULT_INSTANCE; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy