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, writeStringNoTag
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public 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.MessageOrBuilder
getUnknownFields
in class com.google.protobuf.GeneratedMessageV3
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessageV3
public List<ModelData> getSupportedModelsList()
Supported schema models.
repeated .gnmi.ModelData supported_models = 1;
getSupportedModelsList
in interface CapabilityResponseOrBuilder
public List<? extends ModelDataOrBuilder> getSupportedModelsOrBuilderList()
Supported schema models.
repeated .gnmi.ModelData supported_models = 1;
getSupportedModelsOrBuilderList
in interface CapabilityResponseOrBuilder
public int getSupportedModelsCount()
Supported schema models.
repeated .gnmi.ModelData supported_models = 1;
getSupportedModelsCount
in interface CapabilityResponseOrBuilder
public ModelData getSupportedModels(int index)
Supported schema models.
repeated .gnmi.ModelData supported_models = 1;
getSupportedModels
in interface CapabilityResponseOrBuilder
public ModelDataOrBuilder getSupportedModelsOrBuilder(int index)
Supported schema models.
repeated .gnmi.ModelData supported_models = 1;
getSupportedModelsOrBuilder
in interface CapabilityResponseOrBuilder
public List<Encoding> getSupportedEncodingsList()
Supported encodings.
repeated .gnmi.Encoding supported_encodings = 2;
getSupportedEncodingsList
in interface CapabilityResponseOrBuilder
public int getSupportedEncodingsCount()
Supported encodings.
repeated .gnmi.Encoding supported_encodings = 2;
getSupportedEncodingsCount
in interface CapabilityResponseOrBuilder
public Encoding getSupportedEncodings(int index)
Supported encodings.
repeated .gnmi.Encoding supported_encodings = 2;
getSupportedEncodings
in interface CapabilityResponseOrBuilder
public List<Integer> getSupportedEncodingsValueList()
Supported encodings.
repeated .gnmi.Encoding supported_encodings = 2;
getSupportedEncodingsValueList
in interface CapabilityResponseOrBuilder
public int getSupportedEncodingsValue(int index)
Supported encodings.
repeated .gnmi.Encoding supported_encodings = 2;
getSupportedEncodingsValue
in interface CapabilityResponseOrBuilder
public String getGNMIVersion()
Supported gNMI version.
string gNMI_version = 3;
getGNMIVersion
in interface CapabilityResponseOrBuilder
public com.google.protobuf.ByteString getGNMIVersionBytes()
Supported gNMI version.
string gNMI_version = 3;
getGNMIVersionBytes
in interface CapabilityResponseOrBuilder
public 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 CapabilityResponseOrBuilder
public 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 CapabilityResponseOrBuilder
public 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 CapabilityResponseOrBuilder
public 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 CapabilityResponseOrBuilder
public 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 CapabilityResponseOrBuilder
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessageV3
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
writeTo
in interface com.google.protobuf.MessageLite
writeTo
in class com.google.protobuf.GeneratedMessageV3
IOException
public int getSerializedSize()
getSerializedSize
in interface com.google.protobuf.MessageLite
getSerializedSize
in class com.google.protobuf.GeneratedMessageV3
public boolean equals(Object obj)
equals
in interface com.google.protobuf.Message
equals
in class com.google.protobuf.AbstractMessage
public int hashCode()
hashCode
in interface com.google.protobuf.Message
hashCode
in class com.google.protobuf.AbstractMessage
public static CapabilityResponse parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static CapabilityResponse parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static CapabilityResponse parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static CapabilityResponse parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static CapabilityResponse parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static CapabilityResponse parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static CapabilityResponse parseFrom(InputStream input) throws IOException
IOException
public static CapabilityResponse parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static CapabilityResponse parseDelimitedFrom(InputStream input) throws IOException
IOException
public static CapabilityResponse parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static CapabilityResponse parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static CapabilityResponse parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public CapabilityResponse.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static CapabilityResponse.Builder newBuilder()
public static CapabilityResponse.Builder newBuilder(CapabilityResponse prototype)
public CapabilityResponse.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected CapabilityResponse.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.GeneratedMessageV3
public static CapabilityResponse getDefaultInstance()
public static com.google.protobuf.Parser<CapabilityResponse> parser()
public com.google.protobuf.Parser<CapabilityResponse> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessageV3
public CapabilityResponse getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
Copyright © 2018 OpenDaylight. All rights reserved.