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

games.mythical.saga.sdk.proto.api.item.IssueItemRequest Maven / Gradle / Ivy

There is a newer version: 1.1.30
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: api/item/definition.proto

package games.mythical.saga.sdk.proto.api.item;

/**
 * 
 * Issue item call 
 * 
* * Protobuf type {@code saga.api.item.IssueItemRequest} */ public final class IssueItemRequest extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:saga.api.item.IssueItemRequest) IssueItemRequestOrBuilder { private static final long serialVersionUID = 0L; // Use IssueItemRequest.newBuilder() to construct. private IssueItemRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private IssueItemRequest() { items_ = java.util.Collections.emptyList(); recipientOauthId_ = ""; itemTypeId_ = ""; } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new IssueItemRequest(); } @java.lang.Override public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return games.mythical.saga.sdk.proto.api.item.Definition.internal_static_saga_api_item_IssueItemRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return games.mythical.saga.sdk.proto.api.item.Definition.internal_static_saga_api_item_IssueItemRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( games.mythical.saga.sdk.proto.api.item.IssueItemRequest.class, games.mythical.saga.sdk.proto.api.item.IssueItemRequest.Builder.class); } public static final int ITEMS_FIELD_NUMBER = 1; private java.util.List items_; /** *
   * Repeated items so that metadata is unique per item 
   * 
* * repeated .saga.api.item.IssueItemProto items = 1; */ @java.lang.Override public java.util.List getItemsList() { return items_; } /** *
   * Repeated items so that metadata is unique per item 
   * 
* * repeated .saga.api.item.IssueItemProto items = 1; */ @java.lang.Override public java.util.List getItemsOrBuilderList() { return items_; } /** *
   * Repeated items so that metadata is unique per item 
   * 
* * repeated .saga.api.item.IssueItemProto items = 1; */ @java.lang.Override public int getItemsCount() { return items_.size(); } /** *
   * Repeated items so that metadata is unique per item 
   * 
* * repeated .saga.api.item.IssueItemProto items = 1; */ @java.lang.Override public games.mythical.saga.sdk.proto.api.item.IssueItemProto getItems(int index) { return items_.get(index); } /** *
   * Repeated items so that metadata is unique per item 
   * 
* * repeated .saga.api.item.IssueItemProto items = 1; */ @java.lang.Override public games.mythical.saga.sdk.proto.api.item.IssueItemProtoOrBuilder getItemsOrBuilder( int index) { return items_.get(index); } public static final int RECIPIENT_OAUTH_ID_FIELD_NUMBER = 2; private volatile java.lang.Object recipientOauthId_; /** *
   * Oauth id of wallet accepting items 
   * 
* * string recipient_oauth_id = 2; * @return The recipientOauthId. */ @java.lang.Override public java.lang.String getRecipientOauthId() { java.lang.Object ref = recipientOauthId_; 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(); recipientOauthId_ = s; return s; } } /** *
   * Oauth id of wallet accepting items 
   * 
* * string recipient_oauth_id = 2; * @return The bytes for recipientOauthId. */ @java.lang.Override public com.google.protobuf.ByteString getRecipientOauthIdBytes() { java.lang.Object ref = recipientOauthId_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); recipientOauthId_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int ITEM_TYPE_ID_FIELD_NUMBER = 3; private volatile java.lang.Object itemTypeId_; /** *
   * Unique id set for your game of the Item being issued 
   * 
* * string item_type_id = 3; * @return The itemTypeId. */ @java.lang.Override public java.lang.String getItemTypeId() { java.lang.Object ref = itemTypeId_; 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(); itemTypeId_ = s; return s; } } /** *
   * Unique id set for your game of the Item being issued 
   * 
* * string item_type_id = 3; * @return The bytes for itemTypeId. */ @java.lang.Override public com.google.protobuf.ByteString getItemTypeIdBytes() { java.lang.Object ref = itemTypeId_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); itemTypeId_ = 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 { for (int i = 0; i < items_.size(); i++) { output.writeMessage(1, items_.get(i)); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(recipientOauthId_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 2, recipientOauthId_); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(itemTypeId_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 3, itemTypeId_); } getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; for (int i = 0; i < items_.size(); i++) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(1, items_.get(i)); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(recipientOauthId_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, recipientOauthId_); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(itemTypeId_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3, itemTypeId_); } 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 games.mythical.saga.sdk.proto.api.item.IssueItemRequest)) { return super.equals(obj); } games.mythical.saga.sdk.proto.api.item.IssueItemRequest other = (games.mythical.saga.sdk.proto.api.item.IssueItemRequest) obj; if (!getItemsList() .equals(other.getItemsList())) return false; if (!getRecipientOauthId() .equals(other.getRecipientOauthId())) return false; if (!getItemTypeId() .equals(other.getItemTypeId())) 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(); if (getItemsCount() > 0) { hash = (37 * hash) + ITEMS_FIELD_NUMBER; hash = (53 * hash) + getItemsList().hashCode(); } hash = (37 * hash) + RECIPIENT_OAUTH_ID_FIELD_NUMBER; hash = (53 * hash) + getRecipientOauthId().hashCode(); hash = (37 * hash) + ITEM_TYPE_ID_FIELD_NUMBER; hash = (53 * hash) + getItemTypeId().hashCode(); hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static games.mythical.saga.sdk.proto.api.item.IssueItemRequest parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static games.mythical.saga.sdk.proto.api.item.IssueItemRequest parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static games.mythical.saga.sdk.proto.api.item.IssueItemRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static games.mythical.saga.sdk.proto.api.item.IssueItemRequest parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static games.mythical.saga.sdk.proto.api.item.IssueItemRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static games.mythical.saga.sdk.proto.api.item.IssueItemRequest parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static games.mythical.saga.sdk.proto.api.item.IssueItemRequest parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static games.mythical.saga.sdk.proto.api.item.IssueItemRequest 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 games.mythical.saga.sdk.proto.api.item.IssueItemRequest parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static games.mythical.saga.sdk.proto.api.item.IssueItemRequest 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 games.mythical.saga.sdk.proto.api.item.IssueItemRequest parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static games.mythical.saga.sdk.proto.api.item.IssueItemRequest 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(games.mythical.saga.sdk.proto.api.item.IssueItemRequest 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; } /** *
   * Issue item call 
   * 
* * Protobuf type {@code saga.api.item.IssueItemRequest} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:saga.api.item.IssueItemRequest) games.mythical.saga.sdk.proto.api.item.IssueItemRequestOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return games.mythical.saga.sdk.proto.api.item.Definition.internal_static_saga_api_item_IssueItemRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return games.mythical.saga.sdk.proto.api.item.Definition.internal_static_saga_api_item_IssueItemRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( games.mythical.saga.sdk.proto.api.item.IssueItemRequest.class, games.mythical.saga.sdk.proto.api.item.IssueItemRequest.Builder.class); } // Construct using games.mythical.saga.sdk.proto.api.item.IssueItemRequest.newBuilder() private Builder() { } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); } @java.lang.Override public Builder clear() { super.clear(); if (itemsBuilder_ == null) { items_ = java.util.Collections.emptyList(); } else { items_ = null; itemsBuilder_.clear(); } bitField0_ = (bitField0_ & ~0x00000001); recipientOauthId_ = ""; itemTypeId_ = ""; return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return games.mythical.saga.sdk.proto.api.item.Definition.internal_static_saga_api_item_IssueItemRequest_descriptor; } @java.lang.Override public games.mythical.saga.sdk.proto.api.item.IssueItemRequest getDefaultInstanceForType() { return games.mythical.saga.sdk.proto.api.item.IssueItemRequest.getDefaultInstance(); } @java.lang.Override public games.mythical.saga.sdk.proto.api.item.IssueItemRequest build() { games.mythical.saga.sdk.proto.api.item.IssueItemRequest result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public games.mythical.saga.sdk.proto.api.item.IssueItemRequest buildPartial() { games.mythical.saga.sdk.proto.api.item.IssueItemRequest result = new games.mythical.saga.sdk.proto.api.item.IssueItemRequest(this); int from_bitField0_ = bitField0_; if (itemsBuilder_ == null) { if (((bitField0_ & 0x00000001) != 0)) { items_ = java.util.Collections.unmodifiableList(items_); bitField0_ = (bitField0_ & ~0x00000001); } result.items_ = items_; } else { result.items_ = itemsBuilder_.build(); } result.recipientOauthId_ = recipientOauthId_; result.itemTypeId_ = itemTypeId_; 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 games.mythical.saga.sdk.proto.api.item.IssueItemRequest) { return mergeFrom((games.mythical.saga.sdk.proto.api.item.IssueItemRequest)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(games.mythical.saga.sdk.proto.api.item.IssueItemRequest other) { if (other == games.mythical.saga.sdk.proto.api.item.IssueItemRequest.getDefaultInstance()) return this; if (itemsBuilder_ == null) { if (!other.items_.isEmpty()) { if (items_.isEmpty()) { items_ = other.items_; bitField0_ = (bitField0_ & ~0x00000001); } else { ensureItemsIsMutable(); items_.addAll(other.items_); } onChanged(); } } else { if (!other.items_.isEmpty()) { if (itemsBuilder_.isEmpty()) { itemsBuilder_.dispose(); itemsBuilder_ = null; items_ = other.items_; bitField0_ = (bitField0_ & ~0x00000001); itemsBuilder_ = com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? getItemsFieldBuilder() : null; } else { itemsBuilder_.addAllMessages(other.items_); } } } if (!other.getRecipientOauthId().isEmpty()) { recipientOauthId_ = other.recipientOauthId_; onChanged(); } if (!other.getItemTypeId().isEmpty()) { itemTypeId_ = other.itemTypeId_; onChanged(); } 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: { games.mythical.saga.sdk.proto.api.item.IssueItemProto m = input.readMessage( games.mythical.saga.sdk.proto.api.item.IssueItemProto.parser(), extensionRegistry); if (itemsBuilder_ == null) { ensureItemsIsMutable(); items_.add(m); } else { itemsBuilder_.addMessage(m); } break; } // case 10 case 18: { recipientOauthId_ = input.readStringRequireUtf8(); break; } // case 18 case 26: { itemTypeId_ = input.readStringRequireUtf8(); 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.util.List items_ = java.util.Collections.emptyList(); private void ensureItemsIsMutable() { if (!((bitField0_ & 0x00000001) != 0)) { items_ = new java.util.ArrayList(items_); bitField0_ |= 0x00000001; } } private com.google.protobuf.RepeatedFieldBuilderV3< games.mythical.saga.sdk.proto.api.item.IssueItemProto, games.mythical.saga.sdk.proto.api.item.IssueItemProto.Builder, games.mythical.saga.sdk.proto.api.item.IssueItemProtoOrBuilder> itemsBuilder_; /** *
     * Repeated items so that metadata is unique per item 
     * 
* * repeated .saga.api.item.IssueItemProto items = 1; */ public java.util.List getItemsList() { if (itemsBuilder_ == null) { return java.util.Collections.unmodifiableList(items_); } else { return itemsBuilder_.getMessageList(); } } /** *
     * Repeated items so that metadata is unique per item 
     * 
* * repeated .saga.api.item.IssueItemProto items = 1; */ public int getItemsCount() { if (itemsBuilder_ == null) { return items_.size(); } else { return itemsBuilder_.getCount(); } } /** *
     * Repeated items so that metadata is unique per item 
     * 
* * repeated .saga.api.item.IssueItemProto items = 1; */ public games.mythical.saga.sdk.proto.api.item.IssueItemProto getItems(int index) { if (itemsBuilder_ == null) { return items_.get(index); } else { return itemsBuilder_.getMessage(index); } } /** *
     * Repeated items so that metadata is unique per item 
     * 
* * repeated .saga.api.item.IssueItemProto items = 1; */ public Builder setItems( int index, games.mythical.saga.sdk.proto.api.item.IssueItemProto value) { if (itemsBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureItemsIsMutable(); items_.set(index, value); onChanged(); } else { itemsBuilder_.setMessage(index, value); } return this; } /** *
     * Repeated items so that metadata is unique per item 
     * 
* * repeated .saga.api.item.IssueItemProto items = 1; */ public Builder setItems( int index, games.mythical.saga.sdk.proto.api.item.IssueItemProto.Builder builderForValue) { if (itemsBuilder_ == null) { ensureItemsIsMutable(); items_.set(index, builderForValue.build()); onChanged(); } else { itemsBuilder_.setMessage(index, builderForValue.build()); } return this; } /** *
     * Repeated items so that metadata is unique per item 
     * 
* * repeated .saga.api.item.IssueItemProto items = 1; */ public Builder addItems(games.mythical.saga.sdk.proto.api.item.IssueItemProto value) { if (itemsBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureItemsIsMutable(); items_.add(value); onChanged(); } else { itemsBuilder_.addMessage(value); } return this; } /** *
     * Repeated items so that metadata is unique per item 
     * 
* * repeated .saga.api.item.IssueItemProto items = 1; */ public Builder addItems( int index, games.mythical.saga.sdk.proto.api.item.IssueItemProto value) { if (itemsBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureItemsIsMutable(); items_.add(index, value); onChanged(); } else { itemsBuilder_.addMessage(index, value); } return this; } /** *
     * Repeated items so that metadata is unique per item 
     * 
* * repeated .saga.api.item.IssueItemProto items = 1; */ public Builder addItems( games.mythical.saga.sdk.proto.api.item.IssueItemProto.Builder builderForValue) { if (itemsBuilder_ == null) { ensureItemsIsMutable(); items_.add(builderForValue.build()); onChanged(); } else { itemsBuilder_.addMessage(builderForValue.build()); } return this; } /** *
     * Repeated items so that metadata is unique per item 
     * 
* * repeated .saga.api.item.IssueItemProto items = 1; */ public Builder addItems( int index, games.mythical.saga.sdk.proto.api.item.IssueItemProto.Builder builderForValue) { if (itemsBuilder_ == null) { ensureItemsIsMutable(); items_.add(index, builderForValue.build()); onChanged(); } else { itemsBuilder_.addMessage(index, builderForValue.build()); } return this; } /** *
     * Repeated items so that metadata is unique per item 
     * 
* * repeated .saga.api.item.IssueItemProto items = 1; */ public Builder addAllItems( java.lang.Iterable values) { if (itemsBuilder_ == null) { ensureItemsIsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, items_); onChanged(); } else { itemsBuilder_.addAllMessages(values); } return this; } /** *
     * Repeated items so that metadata is unique per item 
     * 
* * repeated .saga.api.item.IssueItemProto items = 1; */ public Builder clearItems() { if (itemsBuilder_ == null) { items_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000001); onChanged(); } else { itemsBuilder_.clear(); } return this; } /** *
     * Repeated items so that metadata is unique per item 
     * 
* * repeated .saga.api.item.IssueItemProto items = 1; */ public Builder removeItems(int index) { if (itemsBuilder_ == null) { ensureItemsIsMutable(); items_.remove(index); onChanged(); } else { itemsBuilder_.remove(index); } return this; } /** *
     * Repeated items so that metadata is unique per item 
     * 
* * repeated .saga.api.item.IssueItemProto items = 1; */ public games.mythical.saga.sdk.proto.api.item.IssueItemProto.Builder getItemsBuilder( int index) { return getItemsFieldBuilder().getBuilder(index); } /** *
     * Repeated items so that metadata is unique per item 
     * 
* * repeated .saga.api.item.IssueItemProto items = 1; */ public games.mythical.saga.sdk.proto.api.item.IssueItemProtoOrBuilder getItemsOrBuilder( int index) { if (itemsBuilder_ == null) { return items_.get(index); } else { return itemsBuilder_.getMessageOrBuilder(index); } } /** *
     * Repeated items so that metadata is unique per item 
     * 
* * repeated .saga.api.item.IssueItemProto items = 1; */ public java.util.List getItemsOrBuilderList() { if (itemsBuilder_ != null) { return itemsBuilder_.getMessageOrBuilderList(); } else { return java.util.Collections.unmodifiableList(items_); } } /** *
     * Repeated items so that metadata is unique per item 
     * 
* * repeated .saga.api.item.IssueItemProto items = 1; */ public games.mythical.saga.sdk.proto.api.item.IssueItemProto.Builder addItemsBuilder() { return getItemsFieldBuilder().addBuilder( games.mythical.saga.sdk.proto.api.item.IssueItemProto.getDefaultInstance()); } /** *
     * Repeated items so that metadata is unique per item 
     * 
* * repeated .saga.api.item.IssueItemProto items = 1; */ public games.mythical.saga.sdk.proto.api.item.IssueItemProto.Builder addItemsBuilder( int index) { return getItemsFieldBuilder().addBuilder( index, games.mythical.saga.sdk.proto.api.item.IssueItemProto.getDefaultInstance()); } /** *
     * Repeated items so that metadata is unique per item 
     * 
* * repeated .saga.api.item.IssueItemProto items = 1; */ public java.util.List getItemsBuilderList() { return getItemsFieldBuilder().getBuilderList(); } private com.google.protobuf.RepeatedFieldBuilderV3< games.mythical.saga.sdk.proto.api.item.IssueItemProto, games.mythical.saga.sdk.proto.api.item.IssueItemProto.Builder, games.mythical.saga.sdk.proto.api.item.IssueItemProtoOrBuilder> getItemsFieldBuilder() { if (itemsBuilder_ == null) { itemsBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3< games.mythical.saga.sdk.proto.api.item.IssueItemProto, games.mythical.saga.sdk.proto.api.item.IssueItemProto.Builder, games.mythical.saga.sdk.proto.api.item.IssueItemProtoOrBuilder>( items_, ((bitField0_ & 0x00000001) != 0), getParentForChildren(), isClean()); items_ = null; } return itemsBuilder_; } private java.lang.Object recipientOauthId_ = ""; /** *
     * Oauth id of wallet accepting items 
     * 
* * string recipient_oauth_id = 2; * @return The recipientOauthId. */ public java.lang.String getRecipientOauthId() { java.lang.Object ref = recipientOauthId_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); recipientOauthId_ = s; return s; } else { return (java.lang.String) ref; } } /** *
     * Oauth id of wallet accepting items 
     * 
* * string recipient_oauth_id = 2; * @return The bytes for recipientOauthId. */ public com.google.protobuf.ByteString getRecipientOauthIdBytes() { java.lang.Object ref = recipientOauthId_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); recipientOauthId_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** *
     * Oauth id of wallet accepting items 
     * 
* * string recipient_oauth_id = 2; * @param value The recipientOauthId to set. * @return This builder for chaining. */ public Builder setRecipientOauthId( java.lang.String value) { if (value == null) { throw new NullPointerException(); } recipientOauthId_ = value; onChanged(); return this; } /** *
     * Oauth id of wallet accepting items 
     * 
* * string recipient_oauth_id = 2; * @return This builder for chaining. */ public Builder clearRecipientOauthId() { recipientOauthId_ = getDefaultInstance().getRecipientOauthId(); onChanged(); return this; } /** *
     * Oauth id of wallet accepting items 
     * 
* * string recipient_oauth_id = 2; * @param value The bytes for recipientOauthId to set. * @return This builder for chaining. */ public Builder setRecipientOauthIdBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); recipientOauthId_ = value; onChanged(); return this; } private java.lang.Object itemTypeId_ = ""; /** *
     * Unique id set for your game of the Item being issued 
     * 
* * string item_type_id = 3; * @return The itemTypeId. */ public java.lang.String getItemTypeId() { java.lang.Object ref = itemTypeId_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); itemTypeId_ = s; return s; } else { return (java.lang.String) ref; } } /** *
     * Unique id set for your game of the Item being issued 
     * 
* * string item_type_id = 3; * @return The bytes for itemTypeId. */ public com.google.protobuf.ByteString getItemTypeIdBytes() { java.lang.Object ref = itemTypeId_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); itemTypeId_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** *
     * Unique id set for your game of the Item being issued 
     * 
* * string item_type_id = 3; * @param value The itemTypeId to set. * @return This builder for chaining. */ public Builder setItemTypeId( java.lang.String value) { if (value == null) { throw new NullPointerException(); } itemTypeId_ = value; onChanged(); return this; } /** *
     * Unique id set for your game of the Item being issued 
     * 
* * string item_type_id = 3; * @return This builder for chaining. */ public Builder clearItemTypeId() { itemTypeId_ = getDefaultInstance().getItemTypeId(); onChanged(); return this; } /** *
     * Unique id set for your game of the Item being issued 
     * 
* * string item_type_id = 3; * @param value The bytes for itemTypeId to set. * @return This builder for chaining. */ public Builder setItemTypeIdBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); itemTypeId_ = value; onChanged(); return this; } @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:saga.api.item.IssueItemRequest) } // @@protoc_insertion_point(class_scope:saga.api.item.IssueItemRequest) private static final games.mythical.saga.sdk.proto.api.item.IssueItemRequest DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new games.mythical.saga.sdk.proto.api.item.IssueItemRequest(); } public static games.mythical.saga.sdk.proto.api.item.IssueItemRequest getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public IssueItemRequest 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 games.mythical.saga.sdk.proto.api.item.IssueItemRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy