public final class CapabilityResponse extends com.google.protobuf.GeneratedMessageV3 implements CapabilityResponseOrBuilder
CapabilityResponse is used by the target to report its capabilities to the client within the Capabilities RPC. Reference: gNMI Specification Section 3.2.2Protobuf type
gnmi.CapabilityResponse| Modifier and Type | Class and Description |
|---|---|
static class |
CapabilityResponse.Builder
CapabilityResponse is used by the target to report its capabilities to the
client within the Capabilities RPC.
|
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable| Modifier and Type | Field and Description |
|---|---|
static int |
EXTENSION_FIELD_NUMBER |
static int |
GNMI_VERSION_FIELD_NUMBER |
static int |
SUPPORTED_ENCODINGS_FIELD_NUMBER |
static int |
SUPPORTED_MODELS_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static CapabilityResponse |
getDefaultInstance() |
CapabilityResponse |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
Extension |
getExtension(int index)
Extension messages associated with the CapabilityResponse.
|
int |
getExtensionCount()
Extension messages associated with the CapabilityResponse.
|
List<Extension> |
getExtensionList()
Extension messages associated with the CapabilityResponse.
|
ExtensionOrBuilder |
getExtensionOrBuilder(int index)
Extension messages associated with the CapabilityResponse.
|
List<? extends ExtensionOrBuilder> |
getExtensionOrBuilderList()
Extension messages associated with the CapabilityResponse.
|
String |
getGNMIVersion()
Supported gNMI version.
|
com.google.protobuf.ByteString |
getGNMIVersionBytes()
Supported gNMI version.
|
com.google.protobuf.Parser<CapabilityResponse> |
getParserForType() |
int |
getSerializedSize() |
Encoding |
getSupportedEncodings(int index)
Supported encodings.
|
int |
getSupportedEncodingsCount()
Supported encodings.
|
List<Encoding> |
getSupportedEncodingsList()
Supported encodings.
|
int |
getSupportedEncodingsValue(int index)
Supported encodings.
|
List<Integer> |
getSupportedEncodingsValueList()
Supported encodings.
|
ModelData |
getSupportedModels(int index)
Supported schema models.
|
int |
getSupportedModelsCount()
Supported schema models.
|
List<ModelData> |
getSupportedModelsList()
Supported schema models.
|
ModelDataOrBuilder |
getSupportedModelsOrBuilder(int index)
Supported schema models.
|
List<? extends ModelDataOrBuilder> |
getSupportedModelsOrBuilderList()
Supported schema models.
|
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static CapabilityResponse.Builder |
newBuilder() |
static CapabilityResponse.Builder |
newBuilder(CapabilityResponse prototype) |
CapabilityResponse.Builder |
newBuilderForType() |
protected CapabilityResponse.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static CapabilityResponse |
parseDelimitedFrom(InputStream input) |
static CapabilityResponse |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CapabilityResponse |
parseFrom(byte[] data) |
static CapabilityResponse |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CapabilityResponse |
parseFrom(ByteBuffer data) |
static CapabilityResponse |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CapabilityResponse |
parseFrom(com.google.protobuf.ByteString data) |
static CapabilityResponse |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CapabilityResponse |
parseFrom(com.google.protobuf.CodedInputStream input) |
static CapabilityResponse |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CapabilityResponse |
parseFrom(InputStream input) |
static CapabilityResponse |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<CapabilityResponse> |
parser() |
CapabilityResponse.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newBuilderForType, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int SUPPORTED_MODELS_FIELD_NUMBER
public static final int SUPPORTED_ENCODINGS_FIELD_NUMBER
public static final int GNMI_VERSION_FIELD_NUMBER
public static final int EXTENSION_FIELD_NUMBER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public List<ModelData> getSupportedModelsList()
Supported schema models.
repeated .gnmi.ModelData supported_models = 1;getSupportedModelsList in interface CapabilityResponseOrBuilderpublic List<? extends ModelDataOrBuilder> getSupportedModelsOrBuilderList()
Supported schema models.
repeated .gnmi.ModelData supported_models = 1;getSupportedModelsOrBuilderList in interface CapabilityResponseOrBuilderpublic int getSupportedModelsCount()
Supported schema models.
repeated .gnmi.ModelData supported_models = 1;getSupportedModelsCount in interface CapabilityResponseOrBuilderpublic ModelData getSupportedModels(int index)
Supported schema models.
repeated .gnmi.ModelData supported_models = 1;getSupportedModels in interface CapabilityResponseOrBuilderpublic ModelDataOrBuilder getSupportedModelsOrBuilder(int index)
Supported schema models.
repeated .gnmi.ModelData supported_models = 1;getSupportedModelsOrBuilder in interface CapabilityResponseOrBuilderpublic List<Encoding> getSupportedEncodingsList()
Supported encodings.
repeated .gnmi.Encoding supported_encodings = 2;getSupportedEncodingsList in interface CapabilityResponseOrBuilderpublic int getSupportedEncodingsCount()
Supported encodings.
repeated .gnmi.Encoding supported_encodings = 2;getSupportedEncodingsCount in interface CapabilityResponseOrBuilderpublic Encoding getSupportedEncodings(int index)
Supported encodings.
repeated .gnmi.Encoding supported_encodings = 2;getSupportedEncodings in interface CapabilityResponseOrBuilderpublic List<Integer> getSupportedEncodingsValueList()
Supported encodings.
repeated .gnmi.Encoding supported_encodings = 2;getSupportedEncodingsValueList in interface CapabilityResponseOrBuilderpublic int getSupportedEncodingsValue(int index)
Supported encodings.
repeated .gnmi.Encoding supported_encodings = 2;getSupportedEncodingsValue in interface CapabilityResponseOrBuilderpublic String getGNMIVersion()
Supported gNMI version.
string gNMI_version = 3;getGNMIVersion in interface CapabilityResponseOrBuilderpublic com.google.protobuf.ByteString getGNMIVersionBytes()
Supported gNMI version.
string gNMI_version = 3;getGNMIVersionBytes in interface CapabilityResponseOrBuilderpublic List<Extension> getExtensionList()
Extension messages associated with the CapabilityResponse. See the gNMI extension specification for further definition.
repeated .gnmi_ext.Extension extension = 4;getExtensionList in interface CapabilityResponseOrBuilderpublic List<? extends ExtensionOrBuilder> getExtensionOrBuilderList()
Extension messages associated with the CapabilityResponse. See the gNMI extension specification for further definition.
repeated .gnmi_ext.Extension extension = 4;getExtensionOrBuilderList in interface CapabilityResponseOrBuilderpublic int getExtensionCount()
Extension messages associated with the CapabilityResponse. See the gNMI extension specification for further definition.
repeated .gnmi_ext.Extension extension = 4;getExtensionCount in interface CapabilityResponseOrBuilderpublic Extension getExtension(int index)
Extension messages associated with the CapabilityResponse. See the gNMI extension specification for further definition.
repeated .gnmi_ext.Extension extension = 4;getExtension in interface CapabilityResponseOrBuilderpublic ExtensionOrBuilder getExtensionOrBuilder(int index)
Extension messages associated with the CapabilityResponse. See the gNMI extension specification for further definition.
repeated .gnmi_ext.Extension extension = 4;getExtensionOrBuilder in interface CapabilityResponseOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static CapabilityResponse parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static CapabilityResponse parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static CapabilityResponse parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static CapabilityResponse parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static CapabilityResponse parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static CapabilityResponse parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static CapabilityResponse parseFrom(InputStream input) throws IOException
IOExceptionpublic static CapabilityResponse parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static CapabilityResponse parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static CapabilityResponse parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static CapabilityResponse parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static CapabilityResponse parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic CapabilityResponse.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static CapabilityResponse.Builder newBuilder()
public static CapabilityResponse.Builder newBuilder(CapabilityResponse prototype)
public CapabilityResponse.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected CapabilityResponse.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static CapabilityResponse getDefaultInstance()
public static com.google.protobuf.Parser<CapabilityResponse> parser()
public com.google.protobuf.Parser<CapabilityResponse> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public CapabilityResponse getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2018 OpenDaylight. All rights reserved.