com.craxiom.messaging.CellIdentityGsmOrBuilder 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 CellIdentityGsmOrBuilder extends
// @@protoc_insertion_point(interface_extends:com.craxiom.messaging.CellIdentityGsm)
com.google.protobuf.MessageOrBuilder {
/**
* .google.protobuf.Int32Value mcc = 1;
* @return Whether the mcc field is set.
*/
boolean hasMcc();
/**
* .google.protobuf.Int32Value mcc = 1;
* @return The mcc.
*/
com.google.protobuf.Int32Value getMcc();
/**
* .google.protobuf.Int32Value mcc = 1;
*/
com.google.protobuf.Int32ValueOrBuilder getMccOrBuilder();
/**
* .google.protobuf.Int32Value mnc = 2;
* @return Whether the mnc field is set.
*/
boolean hasMnc();
/**
* .google.protobuf.Int32Value mnc = 2;
* @return The mnc.
*/
com.google.protobuf.Int32Value getMnc();
/**
* .google.protobuf.Int32Value mnc = 2;
*/
com.google.protobuf.Int32ValueOrBuilder getMncOrBuilder();
/**
* .google.protobuf.Int32Value lac = 3;
* @return Whether the lac field is set.
*/
boolean hasLac();
/**
* .google.protobuf.Int32Value lac = 3;
* @return The lac.
*/
com.google.protobuf.Int32Value getLac();
/**
* .google.protobuf.Int32Value lac = 3;
*/
com.google.protobuf.Int32ValueOrBuilder getLacOrBuilder();
/**
* .google.protobuf.Int32Value ci = 4;
* @return Whether the ci field is set.
*/
boolean hasCi();
/**
* .google.protobuf.Int32Value ci = 4;
* @return The ci.
*/
com.google.protobuf.Int32Value getCi();
/**
* .google.protobuf.Int32Value ci = 4;
*/
com.google.protobuf.Int32ValueOrBuilder getCiOrBuilder();
/**
* .google.protobuf.Int32Value arfcn = 5;
* @return Whether the arfcn field is set.
*/
boolean hasArfcn();
/**
* .google.protobuf.Int32Value arfcn = 5;
* @return The arfcn.
*/
com.google.protobuf.Int32Value getArfcn();
/**
* .google.protobuf.Int32Value arfcn = 5;
*/
com.google.protobuf.Int32ValueOrBuilder getArfcnOrBuilder();
/**
* .google.protobuf.Int32Value bsic = 6;
* @return Whether the bsic field is set.
*/
boolean hasBsic();
/**
* .google.protobuf.Int32Value bsic = 6;
* @return The bsic.
*/
com.google.protobuf.Int32Value getBsic();
/**
* .google.protobuf.Int32Value bsic = 6;
*/
com.google.protobuf.Int32ValueOrBuilder getBsicOrBuilder();
}