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

org.xmtp.proto.mls.message.contents.GroupMutableMetadata Maven / Gradle / Ivy

There is a newer version: 3.70.1
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: mls/message_contents/group_mutable_metadata.proto

package org.xmtp.proto.mls.message.contents;

public final class GroupMutableMetadata {
  private GroupMutableMetadata() {}
  public static void registerAllExtensions(
      com.google.protobuf.ExtensionRegistryLite registry) {
  }
  public interface GroupMutableMetadataV1OrBuilder extends
      // @@protoc_insertion_point(interface_extends:xmtp.mls.message_contents.GroupMutableMetadataV1)
      com.google.protobuf.MessageLiteOrBuilder {

    /**
     * string group_name = 1;
     * @return The groupName.
     */
    java.lang.String getGroupName();
    /**
     * string group_name = 1;
     * @return The bytes for groupName.
     */
    com.google.protobuf.ByteString
        getGroupNameBytes();
  }
  /**
   * 
   * Message for group mutable metadata
   * 
* * Protobuf type {@code xmtp.mls.message_contents.GroupMutableMetadataV1} */ public static final class GroupMutableMetadataV1 extends com.google.protobuf.GeneratedMessageLite< GroupMutableMetadataV1, GroupMutableMetadataV1.Builder> implements // @@protoc_insertion_point(message_implements:xmtp.mls.message_contents.GroupMutableMetadataV1) GroupMutableMetadataV1OrBuilder { private GroupMutableMetadataV1() { groupName_ = ""; } public static final int GROUP_NAME_FIELD_NUMBER = 1; private java.lang.String groupName_; /** * string group_name = 1; * @return The groupName. */ @java.lang.Override public java.lang.String getGroupName() { return groupName_; } /** * string group_name = 1; * @return The bytes for groupName. */ @java.lang.Override public com.google.protobuf.ByteString getGroupNameBytes() { return com.google.protobuf.ByteString.copyFromUtf8(groupName_); } /** * string group_name = 1; * @param value The groupName to set. */ private void setGroupName( java.lang.String value) { java.lang.Class valueClass = value.getClass(); groupName_ = value; } /** * string group_name = 1; */ private void clearGroupName() { groupName_ = getDefaultInstance().getGroupName(); } /** * string group_name = 1; * @param value The bytes for groupName to set. */ private void setGroupNameBytes( com.google.protobuf.ByteString value) { checkByteStringIsUtf8(value); groupName_ = value.toStringUtf8(); } public static org.xmtp.proto.mls.message.contents.GroupMutableMetadata.GroupMutableMetadataV1 parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return com.google.protobuf.GeneratedMessageLite.parseFrom( DEFAULT_INSTANCE, data); } public static org.xmtp.proto.mls.message.contents.GroupMutableMetadata.GroupMutableMetadataV1 parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return com.google.protobuf.GeneratedMessageLite.parseFrom( DEFAULT_INSTANCE, data, extensionRegistry); } public static org.xmtp.proto.mls.message.contents.GroupMutableMetadata.GroupMutableMetadataV1 parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return com.google.protobuf.GeneratedMessageLite.parseFrom( DEFAULT_INSTANCE, data); } public static org.xmtp.proto.mls.message.contents.GroupMutableMetadata.GroupMutableMetadataV1 parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return com.google.protobuf.GeneratedMessageLite.parseFrom( DEFAULT_INSTANCE, data, extensionRegistry); } public static org.xmtp.proto.mls.message.contents.GroupMutableMetadata.GroupMutableMetadataV1 parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return com.google.protobuf.GeneratedMessageLite.parseFrom( DEFAULT_INSTANCE, data); } public static org.xmtp.proto.mls.message.contents.GroupMutableMetadata.GroupMutableMetadataV1 parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return com.google.protobuf.GeneratedMessageLite.parseFrom( DEFAULT_INSTANCE, data, extensionRegistry); } public static org.xmtp.proto.mls.message.contents.GroupMutableMetadata.GroupMutableMetadataV1 parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageLite.parseFrom( DEFAULT_INSTANCE, input); } public static org.xmtp.proto.mls.message.contents.GroupMutableMetadata.GroupMutableMetadataV1 parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageLite.parseFrom( DEFAULT_INSTANCE, input, extensionRegistry); } public static org.xmtp.proto.mls.message.contents.GroupMutableMetadata.GroupMutableMetadataV1 parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return parseDelimitedFrom(DEFAULT_INSTANCE, input); } public static org.xmtp.proto.mls.message.contents.GroupMutableMetadata.GroupMutableMetadataV1 parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return parseDelimitedFrom(DEFAULT_INSTANCE, input, extensionRegistry); } public static org.xmtp.proto.mls.message.contents.GroupMutableMetadata.GroupMutableMetadataV1 parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageLite.parseFrom( DEFAULT_INSTANCE, input); } public static org.xmtp.proto.mls.message.contents.GroupMutableMetadata.GroupMutableMetadataV1 parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageLite.parseFrom( DEFAULT_INSTANCE, input, extensionRegistry); } public static Builder newBuilder() { return (Builder) DEFAULT_INSTANCE.createBuilder(); } public static Builder newBuilder(org.xmtp.proto.mls.message.contents.GroupMutableMetadata.GroupMutableMetadataV1 prototype) { return (Builder) DEFAULT_INSTANCE.createBuilder(prototype); } /** *
     * Message for group mutable metadata
     * 
* * Protobuf type {@code xmtp.mls.message_contents.GroupMutableMetadataV1} */ public static final class Builder extends com.google.protobuf.GeneratedMessageLite.Builder< org.xmtp.proto.mls.message.contents.GroupMutableMetadata.GroupMutableMetadataV1, Builder> implements // @@protoc_insertion_point(builder_implements:xmtp.mls.message_contents.GroupMutableMetadataV1) org.xmtp.proto.mls.message.contents.GroupMutableMetadata.GroupMutableMetadataV1OrBuilder { // Construct using org.xmtp.proto.mls.message.contents.GroupMutableMetadata.GroupMutableMetadataV1.newBuilder() private Builder() { super(DEFAULT_INSTANCE); } /** * string group_name = 1; * @return The groupName. */ @java.lang.Override public java.lang.String getGroupName() { return instance.getGroupName(); } /** * string group_name = 1; * @return The bytes for groupName. */ @java.lang.Override public com.google.protobuf.ByteString getGroupNameBytes() { return instance.getGroupNameBytes(); } /** * string group_name = 1; * @param value The groupName to set. * @return This builder for chaining. */ public Builder setGroupName( java.lang.String value) { copyOnWrite(); instance.setGroupName(value); return this; } /** * string group_name = 1; * @return This builder for chaining. */ public Builder clearGroupName() { copyOnWrite(); instance.clearGroupName(); return this; } /** * string group_name = 1; * @param value The bytes for groupName to set. * @return This builder for chaining. */ public Builder setGroupNameBytes( com.google.protobuf.ByteString value) { copyOnWrite(); instance.setGroupNameBytes(value); return this; } // @@protoc_insertion_point(builder_scope:xmtp.mls.message_contents.GroupMutableMetadataV1) } @java.lang.Override @java.lang.SuppressWarnings({"unchecked", "fallthrough"}) protected final java.lang.Object dynamicMethod( com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, java.lang.Object arg0, java.lang.Object arg1) { switch (method) { case NEW_MUTABLE_INSTANCE: { return new org.xmtp.proto.mls.message.contents.GroupMutableMetadata.GroupMutableMetadataV1(); } case NEW_BUILDER: { return new Builder(); } case BUILD_MESSAGE_INFO: { java.lang.Object[] objects = new java.lang.Object[] { "groupName_", }; java.lang.String info = "\u0000\u0001\u0000\u0000\u0001\u0001\u0001\u0000\u0000\u0000\u0001\u0208"; return newMessageInfo(DEFAULT_INSTANCE, info, objects); } // fall through case GET_DEFAULT_INSTANCE: { return DEFAULT_INSTANCE; } case GET_PARSER: { com.google.protobuf.Parser parser = PARSER; if (parser == null) { synchronized (org.xmtp.proto.mls.message.contents.GroupMutableMetadata.GroupMutableMetadataV1.class) { parser = PARSER; if (parser == null) { parser = new DefaultInstanceBasedParser( DEFAULT_INSTANCE); PARSER = parser; } } } return parser; } case GET_MEMOIZED_IS_INITIALIZED: { return (byte) 1; } case SET_MEMOIZED_IS_INITIALIZED: { return null; } } throw new UnsupportedOperationException(); } // @@protoc_insertion_point(class_scope:xmtp.mls.message_contents.GroupMutableMetadataV1) private static final org.xmtp.proto.mls.message.contents.GroupMutableMetadata.GroupMutableMetadataV1 DEFAULT_INSTANCE; static { GroupMutableMetadataV1 defaultInstance = new GroupMutableMetadataV1(); // New instances are implicitly immutable so no need to make // immutable. DEFAULT_INSTANCE = defaultInstance; com.google.protobuf.GeneratedMessageLite.registerDefaultInstance( GroupMutableMetadataV1.class, defaultInstance); } public static org.xmtp.proto.mls.message.contents.GroupMutableMetadata.GroupMutableMetadataV1 getDefaultInstance() { return DEFAULT_INSTANCE; } private static volatile com.google.protobuf.Parser PARSER; public static com.google.protobuf.Parser parser() { return DEFAULT_INSTANCE.getParserForType(); } } static { } // @@protoc_insertion_point(outer_class_scope) }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy