Interface ThirdPartyAttributeProto.ThirdPartyAttributeOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ThirdPartyAttributeProto.ThirdPartyAttribute,ThirdPartyAttributeProto.ThirdPartyAttribute.Builder
- Enclosing class:
- ThirdPartyAttributeProto
public static interface ThirdPartyAttributeProto.ThirdPartyAttributeOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.protobuf.ByteStringbytes issuance_token = 1;.sharepubapi_v1.IssuingAttributes issuing_attributes = 2;.sharepubapi_v1.IssuingAttributes issuing_attributes = 2;boolean.sharepubapi_v1.IssuingAttributes issuing_attributes = 2;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
-
getIssuanceToken
com.google.protobuf.ByteString getIssuanceToken()bytes issuance_token = 1;- Returns:
- The issuanceToken.
-
hasIssuingAttributes
boolean hasIssuingAttributes().sharepubapi_v1.IssuingAttributes issuing_attributes = 2;- Returns:
- Whether the issuingAttributes field is set.
-
getIssuingAttributes
IssuingAttributesProto.IssuingAttributes getIssuingAttributes().sharepubapi_v1.IssuingAttributes issuing_attributes = 2;- Returns:
- The issuingAttributes.
-
getIssuingAttributesOrBuilder
IssuingAttributesProto.IssuingAttributesOrBuilder getIssuingAttributesOrBuilder().sharepubapi_v1.IssuingAttributes issuing_attributes = 2;
-