public interface CertificationOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.type.Date |
getAcquireDate()
Optional.
|
com.google.type.DateOrBuilder |
getAcquireDateOrBuilder()
Optional.
|
String |
getAuthority()
Optional.
|
com.google.protobuf.ByteString |
getAuthorityBytes()
Optional.
|
String |
getDescription()
Optional.
|
com.google.protobuf.ByteString |
getDescriptionBytes()
Optional.
|
String |
getDisplayName()
Optional.
|
com.google.protobuf.ByteString |
getDisplayNameBytes()
Optional.
|
com.google.type.Date |
getExpireDate()
Optional.
|
com.google.type.DateOrBuilder |
getExpireDateOrBuilder()
Optional.
|
boolean |
hasAcquireDate()
Optional.
|
boolean |
hasExpireDate()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getDisplayName()
Optional. Name of license or certification. Number of characters allowed is 100.
string display_name = 1;com.google.protobuf.ByteString getDisplayNameBytes()
Optional. Name of license or certification. Number of characters allowed is 100.
string display_name = 1;boolean hasAcquireDate()
Optional. Acquisition date or effective date of license or certification.
.google.type.Date acquire_date = 2;com.google.type.Date getAcquireDate()
Optional. Acquisition date or effective date of license or certification.
.google.type.Date acquire_date = 2;com.google.type.DateOrBuilder getAcquireDateOrBuilder()
Optional. Acquisition date or effective date of license or certification.
.google.type.Date acquire_date = 2;boolean hasExpireDate()
Optional. Expiration date of license of certification.
.google.type.Date expire_date = 3;com.google.type.Date getExpireDate()
Optional. Expiration date of license of certification.
.google.type.Date expire_date = 3;com.google.type.DateOrBuilder getExpireDateOrBuilder()
Optional. Expiration date of license of certification.
.google.type.Date expire_date = 3;String getAuthority()
Optional. Authority of license, such as government. Number of characters allowed is 100.
string authority = 4;com.google.protobuf.ByteString getAuthorityBytes()
Optional. Authority of license, such as government. Number of characters allowed is 100.
string authority = 4;String getDescription()
Optional. Description of license or certification. Number of characters allowed is 100,000.
string description = 5;com.google.protobuf.ByteString getDescriptionBytes()
Optional. Description of license or certification. Number of characters allowed is 100,000.
string description = 5;Copyright © 2019 Google LLC. All rights reserved.