public static interface SSLCertificate.ValidityOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getExpiryTime()
public abstract Timestamp getExpiryTime()Expiry date.
.google.protobuf.Timestamp expiry_time = 1;
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The expiryTime. |
getExpiryTimeOrBuilder()
public abstract TimestampOrBuilder getExpiryTimeOrBuilder()Expiry date.
.google.protobuf.Timestamp expiry_time = 1;
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
getIssueTime()
public abstract Timestamp getIssueTime()Issue date.
.google.protobuf.Timestamp issue_time = 2;
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The issueTime. |
getIssueTimeOrBuilder()
public abstract TimestampOrBuilder getIssueTimeOrBuilder()Issue date.
.google.protobuf.Timestamp issue_time = 2;
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
hasExpiryTime()
public abstract boolean hasExpiryTime()Expiry date.
.google.protobuf.Timestamp expiry_time = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the expiryTime field is set. |
hasIssueTime()
public abstract boolean hasIssueTime()Issue date.
.google.protobuf.Timestamp issue_time = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the issueTime field is set. |