com.craxiom.messaging.NetworkRegistrationInfoOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of network-survey-messaging Show documentation
Show all versions of network-survey-messaging Show documentation
Protobuf and gRPC stubs for sending Wireless Protocol Survey messages'
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// source: com/craxiom/messaging/phone_state.proto
// Protobuf Java Version: 4.27.3
package com.craxiom.messaging;
public interface NetworkRegistrationInfoOrBuilder extends
// @@protoc_insertion_point(interface_extends:com.craxiom.messaging.NetworkRegistrationInfo)
com.google.protobuf.MessageOrBuilder {
/**
* .com.craxiom.messaging.phonestate.domain.Domain domain = 1;
* @return The enum numeric value on the wire for domain.
*/
int getDomainValue();
/**
* .com.craxiom.messaging.phonestate.domain.Domain domain = 1;
* @return The domain.
*/
com.craxiom.messaging.phonestate.Domain getDomain();
/**
* .com.craxiom.messaging.phonestate.networktype.NetworkType accessNetworkTechnology = 2;
* @return The enum numeric value on the wire for accessNetworkTechnology.
*/
int getAccessNetworkTechnologyValue();
/**
* .com.craxiom.messaging.phonestate.networktype.NetworkType accessNetworkTechnology = 2;
* @return The accessNetworkTechnology.
*/
com.craxiom.messaging.phonestate.NetworkType getAccessNetworkTechnology();
/**
* .google.protobuf.BoolValue roaming = 3;
* @return Whether the roaming field is set.
*/
boolean hasRoaming();
/**
* .google.protobuf.BoolValue roaming = 3;
* @return The roaming.
*/
com.google.protobuf.BoolValue getRoaming();
/**
* .google.protobuf.BoolValue roaming = 3;
*/
com.google.protobuf.BoolValueOrBuilder getRoamingOrBuilder();
/**
* .google.protobuf.Int32Value rejectCause = 4;
* @return Whether the rejectCause field is set.
*/
boolean hasRejectCause();
/**
* .google.protobuf.Int32Value rejectCause = 4;
* @return The rejectCause.
*/
com.google.protobuf.Int32Value getRejectCause();
/**
* .google.protobuf.Int32Value rejectCause = 4;
*/
com.google.protobuf.Int32ValueOrBuilder getRejectCauseOrBuilder();
/**
* .com.craxiom.messaging.CellIdentityGsm cellIdentityGsm = 5;
* @return Whether the cellIdentityGsm field is set.
*/
boolean hasCellIdentityGsm();
/**
* .com.craxiom.messaging.CellIdentityGsm cellIdentityGsm = 5;
* @return The cellIdentityGsm.
*/
com.craxiom.messaging.CellIdentityGsm getCellIdentityGsm();
/**
* .com.craxiom.messaging.CellIdentityGsm cellIdentityGsm = 5;
*/
com.craxiom.messaging.CellIdentityGsmOrBuilder getCellIdentityGsmOrBuilder();
/**
* .com.craxiom.messaging.CellIdentityCdma cellIdentityCdma = 6;
* @return Whether the cellIdentityCdma field is set.
*/
boolean hasCellIdentityCdma();
/**
* .com.craxiom.messaging.CellIdentityCdma cellIdentityCdma = 6;
* @return The cellIdentityCdma.
*/
com.craxiom.messaging.CellIdentityCdma getCellIdentityCdma();
/**
* .com.craxiom.messaging.CellIdentityCdma cellIdentityCdma = 6;
*/
com.craxiom.messaging.CellIdentityCdmaOrBuilder getCellIdentityCdmaOrBuilder();
/**
* .com.craxiom.messaging.CellIdentityUmts cellIdentityUmts = 7;
* @return Whether the cellIdentityUmts field is set.
*/
boolean hasCellIdentityUmts();
/**
* .com.craxiom.messaging.CellIdentityUmts cellIdentityUmts = 7;
* @return The cellIdentityUmts.
*/
com.craxiom.messaging.CellIdentityUmts getCellIdentityUmts();
/**
* .com.craxiom.messaging.CellIdentityUmts cellIdentityUmts = 7;
*/
com.craxiom.messaging.CellIdentityUmtsOrBuilder getCellIdentityUmtsOrBuilder();
/**
* .com.craxiom.messaging.CellIdentityLte cellIdentityLte = 8;
* @return Whether the cellIdentityLte field is set.
*/
boolean hasCellIdentityLte();
/**
* .com.craxiom.messaging.CellIdentityLte cellIdentityLte = 8;
* @return The cellIdentityLte.
*/
com.craxiom.messaging.CellIdentityLte getCellIdentityLte();
/**
* .com.craxiom.messaging.CellIdentityLte cellIdentityLte = 8;
*/
com.craxiom.messaging.CellIdentityLteOrBuilder getCellIdentityLteOrBuilder();
/**
* .com.craxiom.messaging.CellIdentityNr cellIdentityNr = 9;
* @return Whether the cellIdentityNr field is set.
*/
boolean hasCellIdentityNr();
/**
* .com.craxiom.messaging.CellIdentityNr cellIdentityNr = 9;
* @return The cellIdentityNr.
*/
com.craxiom.messaging.CellIdentityNr getCellIdentityNr();
/**
* .com.craxiom.messaging.CellIdentityNr cellIdentityNr = 9;
*/
com.craxiom.messaging.CellIdentityNrOrBuilder getCellIdentityNrOrBuilder();
com.craxiom.messaging.NetworkRegistrationInfo.CellIdentityCase getCellIdentityCase();
}