Package Arp.System.Um.Services.Grpc
Interface ChannelInformationOuterClass.ChannelInformationOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ChannelInformationOuterClass.ChannelInformation,ChannelInformationOuterClass.ChannelInformation.Builder
- Enclosing class:
ChannelInformationOuterClass
public static interface ChannelInformationOuterClass.ChannelInformationOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 GatewayID = 1;string ProtocolObjectName = 2;com.google.protobuf.ByteStringstring ProtocolObjectName = 2;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getGatewayID
int getGatewayID()uint32 GatewayID = 1; -
getProtocolObjectName
String getProtocolObjectName()string ProtocolObjectName = 2; -
getProtocolObjectNameBytes
com.google.protobuf.ByteString getProtocolObjectNameBytes()string ProtocolObjectName = 2;
-