Package | Description |
---|---|
org.opendaylight.p4plugin.gnmi.proto |
Modifier and Type | Method and Description |
---|---|
ModelData |
ModelData.Builder.build() |
ModelData |
ModelData.Builder.buildPartial() |
static ModelData |
ModelData.getDefaultInstance() |
ModelData |
ModelData.getDefaultInstanceForType() |
ModelData |
ModelData.Builder.getDefaultInstanceForType() |
ModelData |
CapabilityResponseOrBuilder.getSupportedModels(int index)
Supported schema models.
|
ModelData |
CapabilityResponse.getSupportedModels(int index)
Supported schema models.
|
ModelData |
CapabilityResponse.Builder.getSupportedModels(int index)
Supported schema models.
|
ModelData |
SubscriptionListOrBuilder.getUseModels(int index)
The set of schemas that define the elements of the data tree that should
be sent by the target.
|
ModelData |
SubscriptionList.getUseModels(int index)
The set of schemas that define the elements of the data tree that should
be sent by the target.
|
ModelData |
SubscriptionList.Builder.getUseModels(int index)
The set of schemas that define the elements of the data tree that should
be sent by the target.
|
ModelData |
GetRequestOrBuilder.getUseModels(int index)
The schema models to be used.
|
ModelData |
GetRequest.getUseModels(int index)
The schema models to be used.
|
ModelData |
GetRequest.Builder.getUseModels(int index)
The schema models to be used.
|
static ModelData |
ModelData.parseDelimitedFrom(InputStream input) |
static ModelData |
ModelData.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ModelData |
ModelData.parseFrom(byte[] data) |
static ModelData |
ModelData.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ModelData |
ModelData.parseFrom(ByteBuffer data) |
static ModelData |
ModelData.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ModelData |
ModelData.parseFrom(com.google.protobuf.ByteString data) |
static ModelData |
ModelData.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ModelData |
ModelData.parseFrom(com.google.protobuf.CodedInputStream input) |
static ModelData |
ModelData.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ModelData |
ModelData.parseFrom(InputStream input) |
static ModelData |
ModelData.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<ModelData> |
ModelData.getParserForType() |
List<ModelData> |
CapabilityResponseOrBuilder.getSupportedModelsList()
Supported schema models.
|
List<ModelData> |
CapabilityResponse.getSupportedModelsList()
Supported schema models.
|
List<ModelData> |
CapabilityResponse.Builder.getSupportedModelsList()
Supported schema models.
|
List<ModelData> |
SubscriptionListOrBuilder.getUseModelsList()
The set of schemas that define the elements of the data tree that should
be sent by the target.
|
List<ModelData> |
SubscriptionList.getUseModelsList()
The set of schemas that define the elements of the data tree that should
be sent by the target.
|
List<ModelData> |
SubscriptionList.Builder.getUseModelsList()
The set of schemas that define the elements of the data tree that should
be sent by the target.
|
List<ModelData> |
GetRequestOrBuilder.getUseModelsList()
The schema models to be used.
|
List<ModelData> |
GetRequest.getUseModelsList()
The schema models to be used.
|
List<ModelData> |
GetRequest.Builder.getUseModelsList()
The schema models to be used.
|
static com.google.protobuf.Parser<ModelData> |
ModelData.parser() |
Modifier and Type | Method and Description |
---|---|
CapabilityResponse.Builder |
CapabilityResponse.Builder.addSupportedModels(int index,
ModelData value)
Supported schema models.
|
CapabilityResponse.Builder |
CapabilityResponse.Builder.addSupportedModels(ModelData value)
Supported schema models.
|
SubscriptionList.Builder |
SubscriptionList.Builder.addUseModels(int index,
ModelData value)
The set of schemas that define the elements of the data tree that should
be sent by the target.
|
GetRequest.Builder |
GetRequest.Builder.addUseModels(int index,
ModelData value)
The schema models to be used.
|
SubscriptionList.Builder |
SubscriptionList.Builder.addUseModels(ModelData value)
The set of schemas that define the elements of the data tree that should
be sent by the target.
|
GetRequest.Builder |
GetRequest.Builder.addUseModels(ModelData value)
The schema models to be used.
|
ModelData.Builder |
ModelData.Builder.mergeFrom(ModelData other) |
static ModelData.Builder |
ModelData.newBuilder(ModelData prototype) |
CapabilityResponse.Builder |
CapabilityResponse.Builder.setSupportedModels(int index,
ModelData value)
Supported schema models.
|
SubscriptionList.Builder |
SubscriptionList.Builder.setUseModels(int index,
ModelData value)
The set of schemas that define the elements of the data tree that should
be sent by the target.
|
GetRequest.Builder |
GetRequest.Builder.setUseModels(int index,
ModelData value)
The schema models to be used.
|
Modifier and Type | Method and Description |
---|---|
CapabilityResponse.Builder |
CapabilityResponse.Builder.addAllSupportedModels(Iterable<? extends ModelData> values)
Supported schema models.
|
SubscriptionList.Builder |
SubscriptionList.Builder.addAllUseModels(Iterable<? extends ModelData> values)
The set of schemas that define the elements of the data tree that should
be sent by the target.
|
GetRequest.Builder |
GetRequest.Builder.addAllUseModels(Iterable<? extends ModelData> values)
The schema models to be used.
|
Copyright © 2018 OpenDaylight. All rights reserved.