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

dev.crashteam.crm.GetUserContactInfoRequestOrBuilder Maven / Gradle / Ivy

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

package dev.crashteam.crm;

public interface GetUserContactInfoRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:crm.GetUserContactInfoRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   * string user_id = 1;
   * @return The userId.
   */
  java.lang.String getUserId();
  /**
   * string user_id = 1;
   * @return The bytes for userId.
   */
  com.google.protobuf.ByteString
      getUserIdBytes();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy