Package | Description |
---|---|
org.opendaylight.p4plugin.gnmi.proto |
Modifier and Type | Method and Description |
---|---|
ModelData.Builder |
ModelData.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ModelData.Builder |
CapabilityResponse.Builder.addSupportedModelsBuilder()
Supported schema models.
|
ModelData.Builder |
CapabilityResponse.Builder.addSupportedModelsBuilder(int index)
Supported schema models.
|
ModelData.Builder |
SubscriptionList.Builder.addUseModelsBuilder()
The set of schemas that define the elements of the data tree that should
be sent by the target.
|
ModelData.Builder |
GetRequest.Builder.addUseModelsBuilder()
The schema models to be used.
|
ModelData.Builder |
SubscriptionList.Builder.addUseModelsBuilder(int index)
The set of schemas that define the elements of the data tree that should
be sent by the target.
|
ModelData.Builder |
GetRequest.Builder.addUseModelsBuilder(int index)
The schema models to be used.
|
ModelData.Builder |
ModelData.Builder.clear() |
ModelData.Builder |
ModelData.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
ModelData.Builder |
ModelData.Builder.clearName()
Name of the model.
|
ModelData.Builder |
ModelData.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
ModelData.Builder |
ModelData.Builder.clearOrganization()
Organization publishing the model.
|
ModelData.Builder |
ModelData.Builder.clearVersion()
Semantic version of the model.
|
ModelData.Builder |
ModelData.Builder.clone() |
ModelData.Builder |
CapabilityResponse.Builder.getSupportedModelsBuilder(int index)
Supported schema models.
|
ModelData.Builder |
SubscriptionList.Builder.getUseModelsBuilder(int index)
The set of schemas that define the elements of the data tree that should
be sent by the target.
|
ModelData.Builder |
GetRequest.Builder.getUseModelsBuilder(int index)
The schema models to be used.
|
ModelData.Builder |
ModelData.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ModelData.Builder |
ModelData.Builder.mergeFrom(com.google.protobuf.Message other) |
ModelData.Builder |
ModelData.Builder.mergeFrom(ModelData other) |
ModelData.Builder |
ModelData.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static ModelData.Builder |
ModelData.newBuilder() |
static ModelData.Builder |
ModelData.newBuilder(ModelData prototype) |
ModelData.Builder |
ModelData.newBuilderForType() |
protected ModelData.Builder |
ModelData.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
ModelData.Builder |
ModelData.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ModelData.Builder |
ModelData.Builder.setName(String value)
Name of the model.
|
ModelData.Builder |
ModelData.Builder.setNameBytes(com.google.protobuf.ByteString value)
Name of the model.
|
ModelData.Builder |
ModelData.Builder.setOrganization(String value)
Organization publishing the model.
|
ModelData.Builder |
ModelData.Builder.setOrganizationBytes(com.google.protobuf.ByteString value)
Organization publishing the model.
|
ModelData.Builder |
ModelData.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
ModelData.Builder |
ModelData.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
ModelData.Builder |
ModelData.Builder.setVersion(String value)
Semantic version of the model.
|
ModelData.Builder |
ModelData.Builder.setVersionBytes(com.google.protobuf.ByteString value)
Semantic version of the model.
|
ModelData.Builder |
ModelData.toBuilder() |
Modifier and Type | Method and Description |
---|---|
List<ModelData.Builder> |
CapabilityResponse.Builder.getSupportedModelsBuilderList()
Supported schema models.
|
List<ModelData.Builder> |
SubscriptionList.Builder.getUseModelsBuilderList()
The set of schemas that define the elements of the data tree that should
be sent by the target.
|
List<ModelData.Builder> |
GetRequest.Builder.getUseModelsBuilderList()
The schema models to be used.
|
Modifier and Type | Method and Description |
---|---|
CapabilityResponse.Builder |
CapabilityResponse.Builder.addSupportedModels(int index,
ModelData.Builder builderForValue)
Supported schema models.
|
CapabilityResponse.Builder |
CapabilityResponse.Builder.addSupportedModels(ModelData.Builder builderForValue)
Supported schema models.
|
SubscriptionList.Builder |
SubscriptionList.Builder.addUseModels(int index,
ModelData.Builder builderForValue)
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.Builder builderForValue)
The schema models to be used.
|
SubscriptionList.Builder |
SubscriptionList.Builder.addUseModels(ModelData.Builder builderForValue)
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.Builder builderForValue)
The schema models to be used.
|
CapabilityResponse.Builder |
CapabilityResponse.Builder.setSupportedModels(int index,
ModelData.Builder builderForValue)
Supported schema models.
|
SubscriptionList.Builder |
SubscriptionList.Builder.setUseModels(int index,
ModelData.Builder builderForValue)
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.Builder builderForValue)
The schema models to be used.
|
Copyright © 2018 OpenDaylight. All rights reserved.