Interface BasicConfigPropModelProto.PropDependencyPBOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BasicConfigPropModelProto.PropDependencyPB
,BasicConfigPropModelProto.PropDependencyPB.Builder
- Enclosing class:
- BasicConfigPropModelProto
public static interface BasicConfigPropModelProto.PropDependencyPBOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetKey()
.common.protobuf.AnyObjectPB key = 1;
.common.protobuf.AnyObjectPB key = 1;
getValueSet
(int index) repeated .common.protobuf.InternalPropertyPB valueSet = 2;
int
repeated .common.protobuf.InternalPropertyPB valueSet = 2;
repeated .common.protobuf.InternalPropertyPB valueSet = 2;
getValueSetOrBuilder
(int index) repeated .common.protobuf.InternalPropertyPB valueSet = 2;
repeated .common.protobuf.InternalPropertyPB valueSet = 2;
boolean
hasKey()
.common.protobuf.AnyObjectPB key = 1;
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasKey
boolean hasKey().common.protobuf.AnyObjectPB key = 1;
- Returns:
- Whether the key field is set.
-
getKey
AnyObjectProto.AnyObjectPB getKey().common.protobuf.AnyObjectPB key = 1;
- Returns:
- The key.
-
getKeyOrBuilder
AnyObjectProto.AnyObjectPBOrBuilder getKeyOrBuilder().common.protobuf.AnyObjectPB key = 1;
-
getValueSetList
List<BasicConfigPropModelProto.InternalPropertyPB> getValueSetList()repeated .common.protobuf.InternalPropertyPB valueSet = 2;
-
getValueSet
repeated .common.protobuf.InternalPropertyPB valueSet = 2;
-
getValueSetCount
int getValueSetCount()repeated .common.protobuf.InternalPropertyPB valueSet = 2;
-
getValueSetOrBuilderList
List<? extends BasicConfigPropModelProto.InternalPropertyPBOrBuilder> getValueSetOrBuilderList()repeated .common.protobuf.InternalPropertyPB valueSet = 2;
-
getValueSetOrBuilder
repeated .common.protobuf.InternalPropertyPB valueSet = 2;
-