Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance. Project price only 1 $
You can buy this project and download/modify it how often you want.
* signers is the list of address of those signing this request.
*
*
* repeated string signers = 2;
*/
public com.google.protobuf.ByteString
getSignersBytes(int index) {
return signers_.getByteString(index);
}
public static final int SCOPE_UUID_FIELD_NUMBER = 3;
private volatile java.lang.Object scopeUuid_;
/**
*
* scope_uuid is an optional uuid string, e.g. "91978ba2-5f35-459a-86a7-feca1b0512e0"
* If provided, it will be used to generate the MetadataAddress for the scope which will override the scope_id in the
* provided scope. If not provided (or it is an empty string), nothing special happens.
* If there is a value in scope.scope_id that is different from the one created from this uuid, an error is returned.
*
* scope_uuid is an optional uuid string, e.g. "91978ba2-5f35-459a-86a7-feca1b0512e0"
* If provided, it will be used to generate the MetadataAddress for the scope which will override the scope_id in the
* provided scope. If not provided (or it is an empty string), nothing special happens.
* If there is a value in scope.scope_id that is different from the one created from this uuid, an error is returned.
*
*
* string scope_uuid = 3 [(.gogoproto.moretags) = "yaml:\"scope_uuid\""];
*/
public com.google.protobuf.ByteString
getScopeUuidBytes() {
java.lang.Object ref = scopeUuid_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
scopeUuid_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int SPEC_UUID_FIELD_NUMBER = 4;
private volatile java.lang.Object specUuid_;
/**
*
* spec_uuid is an optional scope specification uuid string, e.g. "dc83ea70-eacd-40fe-9adf-1cf6148bf8a2"
* If provided, it will be used to generate the MetadataAddress for the scope specification which will override the
* specification_id in the provided scope. If not provided (or it is an empty string), nothing special happens.
* If there is a value in scope.specification_id that is different from the one created from this uuid, an error is
* returned.
*
* spec_uuid is an optional scope specification uuid string, e.g. "dc83ea70-eacd-40fe-9adf-1cf6148bf8a2"
* If provided, it will be used to generate the MetadataAddress for the scope specification which will override the
* specification_id in the provided scope. If not provided (or it is an empty string), nothing special happens.
* If there is a value in scope.specification_id that is different from the one created from this uuid, an error is
* returned.
*
*
* string spec_uuid = 4 [(.gogoproto.moretags) = "yaml:\"spec_uuid\""];
*/
public com.google.protobuf.ByteString
getSpecUuidBytes() {
java.lang.Object ref = specUuid_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
specUuid_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
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 (scope_ != null) {
output.writeMessage(1, getScope());
}
for (int i = 0; i < signers_.size(); i++) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 2, signers_.getRaw(i));
}
if (!getScopeUuidBytes().isEmpty()) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 3, scopeUuid_);
}
if (!getSpecUuidBytes().isEmpty()) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 4, specUuid_);
}
unknownFields.writeTo(output);
}
@java.lang.Override
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
if (scope_ != null) {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(1, getScope());
}
{
int dataSize = 0;
for (int i = 0; i < signers_.size(); i++) {
dataSize += computeStringSizeNoTag(signers_.getRaw(i));
}
size += dataSize;
size += 1 * getSignersList().size();
}
if (!getScopeUuidBytes().isEmpty()) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3, scopeUuid_);
}
if (!getSpecUuidBytes().isEmpty()) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(4, specUuid_);
}
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 io.provenance.metadata.v1.MsgWriteScopeRequest)) {
return super.equals(obj);
}
io.provenance.metadata.v1.MsgWriteScopeRequest other = (io.provenance.metadata.v1.MsgWriteScopeRequest) obj;
boolean result = true;
result = result && (hasScope() == other.hasScope());
if (hasScope()) {
result = result && getScope()
.equals(other.getScope());
}
result = result && getSignersList()
.equals(other.getSignersList());
result = result && getScopeUuid()
.equals(other.getScopeUuid());
result = result && getSpecUuid()
.equals(other.getSpecUuid());
result = result && unknownFields.equals(other.unknownFields);
return result;
}
@java.lang.Override
public int hashCode() {
if (memoizedHashCode != 0) {
return memoizedHashCode;
}
int hash = 41;
hash = (19 * hash) + getDescriptor().hashCode();
if (hasScope()) {
hash = (37 * hash) + SCOPE_FIELD_NUMBER;
hash = (53 * hash) + getScope().hashCode();
}
if (getSignersCount() > 0) {
hash = (37 * hash) + SIGNERS_FIELD_NUMBER;
hash = (53 * hash) + getSignersList().hashCode();
}
hash = (37 * hash) + SCOPE_UUID_FIELD_NUMBER;
hash = (53 * hash) + getScopeUuid().hashCode();
hash = (37 * hash) + SPEC_UUID_FIELD_NUMBER;
hash = (53 * hash) + getSpecUuid().hashCode();
hash = (29 * hash) + unknownFields.hashCode();
memoizedHashCode = hash;
return hash;
}
public static io.provenance.metadata.v1.MsgWriteScopeRequest parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static io.provenance.metadata.v1.MsgWriteScopeRequest parseFrom(
java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static io.provenance.metadata.v1.MsgWriteScopeRequest parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static io.provenance.metadata.v1.MsgWriteScopeRequest parseFrom(
com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static io.provenance.metadata.v1.MsgWriteScopeRequest parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static io.provenance.metadata.v1.MsgWriteScopeRequest parseFrom(
byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static io.provenance.metadata.v1.MsgWriteScopeRequest parseFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static io.provenance.metadata.v1.MsgWriteScopeRequest 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.provenance.metadata.v1.MsgWriteScopeRequest parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input);
}
public static io.provenance.metadata.v1.MsgWriteScopeRequest 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.provenance.metadata.v1.MsgWriteScopeRequest parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static io.provenance.metadata.v1.MsgWriteScopeRequest 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.provenance.metadata.v1.MsgWriteScopeRequest 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;
}
/**
*
* MsgWriteScopeRequest is the request type for the Msg/WriteScope RPC method.
*
* scope_uuid is an optional uuid string, e.g. "91978ba2-5f35-459a-86a7-feca1b0512e0"
* If provided, it will be used to generate the MetadataAddress for the scope which will override the scope_id in the
* provided scope. If not provided (or it is an empty string), nothing special happens.
* If there is a value in scope.scope_id that is different from the one created from this uuid, an error is returned.
*
* scope_uuid is an optional uuid string, e.g. "91978ba2-5f35-459a-86a7-feca1b0512e0"
* If provided, it will be used to generate the MetadataAddress for the scope which will override the scope_id in the
* provided scope. If not provided (or it is an empty string), nothing special happens.
* If there is a value in scope.scope_id that is different from the one created from this uuid, an error is returned.
*
* scope_uuid is an optional uuid string, e.g. "91978ba2-5f35-459a-86a7-feca1b0512e0"
* If provided, it will be used to generate the MetadataAddress for the scope which will override the scope_id in the
* provided scope. If not provided (or it is an empty string), nothing special happens.
* If there is a value in scope.scope_id that is different from the one created from this uuid, an error is returned.
*
* scope_uuid is an optional uuid string, e.g. "91978ba2-5f35-459a-86a7-feca1b0512e0"
* If provided, it will be used to generate the MetadataAddress for the scope which will override the scope_id in the
* provided scope. If not provided (or it is an empty string), nothing special happens.
* If there is a value in scope.scope_id that is different from the one created from this uuid, an error is returned.
*
* scope_uuid is an optional uuid string, e.g. "91978ba2-5f35-459a-86a7-feca1b0512e0"
* If provided, it will be used to generate the MetadataAddress for the scope which will override the scope_id in the
* provided scope. If not provided (or it is an empty string), nothing special happens.
* If there is a value in scope.scope_id that is different from the one created from this uuid, an error is returned.
*
* spec_uuid is an optional scope specification uuid string, e.g. "dc83ea70-eacd-40fe-9adf-1cf6148bf8a2"
* If provided, it will be used to generate the MetadataAddress for the scope specification which will override the
* specification_id in the provided scope. If not provided (or it is an empty string), nothing special happens.
* If there is a value in scope.specification_id that is different from the one created from this uuid, an error is
* returned.
*
* spec_uuid is an optional scope specification uuid string, e.g. "dc83ea70-eacd-40fe-9adf-1cf6148bf8a2"
* If provided, it will be used to generate the MetadataAddress for the scope specification which will override the
* specification_id in the provided scope. If not provided (or it is an empty string), nothing special happens.
* If there is a value in scope.specification_id that is different from the one created from this uuid, an error is
* returned.
*
* spec_uuid is an optional scope specification uuid string, e.g. "dc83ea70-eacd-40fe-9adf-1cf6148bf8a2"
* If provided, it will be used to generate the MetadataAddress for the scope specification which will override the
* specification_id in the provided scope. If not provided (or it is an empty string), nothing special happens.
* If there is a value in scope.specification_id that is different from the one created from this uuid, an error is
* returned.
*
* spec_uuid is an optional scope specification uuid string, e.g. "dc83ea70-eacd-40fe-9adf-1cf6148bf8a2"
* If provided, it will be used to generate the MetadataAddress for the scope specification which will override the
* specification_id in the provided scope. If not provided (or it is an empty string), nothing special happens.
* If there is a value in scope.specification_id that is different from the one created from this uuid, an error is
* returned.
*
* spec_uuid is an optional scope specification uuid string, e.g. "dc83ea70-eacd-40fe-9adf-1cf6148bf8a2"
* If provided, it will be used to generate the MetadataAddress for the scope specification which will override the
* specification_id in the provided scope. If not provided (or it is an empty string), nothing special happens.
* If there is a value in scope.specification_id that is different from the one created from this uuid, an error is
* returned.
*
*
* string spec_uuid = 4 [(.gogoproto.moretags) = "yaml:\"spec_uuid\""];
*/
public Builder setSpecUuidBytes(
com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
specUuid_ = value;
onChanged();
return this;
}
@java.lang.Override
public final Builder setUnknownFields(
final com.google.protobuf.UnknownFieldSet unknownFields) {
return super.setUnknownFieldsProto3(unknownFields);
}
@java.lang.Override
public final Builder mergeUnknownFields(
final com.google.protobuf.UnknownFieldSet unknownFields) {
return super.mergeUnknownFields(unknownFields);
}
// @@protoc_insertion_point(builder_scope:provenance.metadata.v1.MsgWriteScopeRequest)
}
// @@protoc_insertion_point(class_scope:provenance.metadata.v1.MsgWriteScopeRequest)
private static final io.provenance.metadata.v1.MsgWriteScopeRequest DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new io.provenance.metadata.v1.MsgWriteScopeRequest();
}
public static io.provenance.metadata.v1.MsgWriteScopeRequest getDefaultInstance() {
return DEFAULT_INSTANCE;
}
private static final com.google.protobuf.Parser
PARSER = new com.google.protobuf.AbstractParser() {
@java.lang.Override
public MsgWriteScopeRequest parsePartialFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return new MsgWriteScopeRequest(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 io.provenance.metadata.v1.MsgWriteScopeRequest getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}