Interface IssuingAttributesProto.IssuingAttributesOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
IssuingAttributesProto.IssuingAttributes,IssuingAttributesProto.IssuingAttributes.Builder
- Enclosing class:
- IssuingAttributesProto
public static interface IssuingAttributesProto.IssuingAttributesOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetDefinitions(int index) repeated .sharepubapi_v1.Definition definitions = 2;intrepeated .sharepubapi_v1.Definition definitions = 2;repeated .sharepubapi_v1.Definition definitions = 2;getDefinitionsOrBuilder(int index) repeated .sharepubapi_v1.Definition definitions = 2;List<? extends IssuingAttributesProto.DefinitionOrBuilder>repeated .sharepubapi_v1.Definition definitions = 2;string expiry_date = 1;com.google.protobuf.ByteStringstring expiry_date = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getExpiryDate
String getExpiryDate()string expiry_date = 1;- Returns:
- The expiryDate.
-
getExpiryDateBytes
com.google.protobuf.ByteString getExpiryDateBytes()string expiry_date = 1;- Returns:
- The bytes for expiryDate.
-
getDefinitionsList
List<IssuingAttributesProto.Definition> getDefinitionsList()repeated .sharepubapi_v1.Definition definitions = 2; -
getDefinitions
repeated .sharepubapi_v1.Definition definitions = 2; -
getDefinitionsCount
int getDefinitionsCount()repeated .sharepubapi_v1.Definition definitions = 2; -
getDefinitionsOrBuilderList
List<? extends IssuingAttributesProto.DefinitionOrBuilder> getDefinitionsOrBuilderList()repeated .sharepubapi_v1.Definition definitions = 2; -
getDefinitionsOrBuilder
repeated .sharepubapi_v1.Definition definitions = 2;
-