dev.crashteam.crm.UpdateUserContactInfoResponseOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: crm.proto
package dev.crashteam.crm;
public interface UpdateUserContactInfoResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:crm.UpdateUserContactInfoResponse)
com.google.protobuf.MessageOrBuilder {
/**
* .crm.UpdateUserContactInfoResponse.SuccessResponse success_response = 1;
* @return Whether the successResponse field is set.
*/
boolean hasSuccessResponse();
/**
* .crm.UpdateUserContactInfoResponse.SuccessResponse success_response = 1;
* @return The successResponse.
*/
dev.crashteam.crm.UpdateUserContactInfoResponse.SuccessResponse getSuccessResponse();
/**
* .crm.UpdateUserContactInfoResponse.SuccessResponse success_response = 1;
*/
dev.crashteam.crm.UpdateUserContactInfoResponse.SuccessResponseOrBuilder getSuccessResponseOrBuilder();
/**
* .crm.UpdateUserContactInfoResponse.ErrorResponse error_response = 2;
* @return Whether the errorResponse field is set.
*/
boolean hasErrorResponse();
/**
* .crm.UpdateUserContactInfoResponse.ErrorResponse error_response = 2;
* @return The errorResponse.
*/
dev.crashteam.crm.UpdateUserContactInfoResponse.ErrorResponse getErrorResponse();
/**
* .crm.UpdateUserContactInfoResponse.ErrorResponse error_response = 2;
*/
dev.crashteam.crm.UpdateUserContactInfoResponse.ErrorResponseOrBuilder getErrorResponseOrBuilder();
public dev.crashteam.crm.UpdateUserContactInfoResponse.ResponseCase getResponseCase();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy