public static interface V1beta1Certificates.CertificateSigningRequestConditionOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Meta.Time |
getLastUpdateTime()
timestamp for the last update to this condition
+optional
|
Meta.TimeOrBuilder |
getLastUpdateTimeOrBuilder()
timestamp for the last update to this condition
+optional
|
String |
getMessage()
human readable message with details about the request state
+optional
|
com.google.protobuf.ByteString |
getMessageBytes()
human readable message with details about the request state
+optional
|
String |
getReason()
brief reason for the request state
+optional
|
com.google.protobuf.ByteString |
getReasonBytes()
brief reason for the request state
+optional
|
String |
getType()
request approval state, currently Approved or Denied.
|
com.google.protobuf.ByteString |
getTypeBytes()
request approval state, currently Approved or Denied.
|
boolean |
hasLastUpdateTime()
timestamp for the last update to this condition
+optional
|
boolean |
hasMessage()
human readable message with details about the request state
+optional
|
boolean |
hasReason()
brief reason for the request state
+optional
|
boolean |
hasType()
request approval state, currently Approved or Denied.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasType()
request approval state, currently Approved or Denied.
optional string type = 1;String getType()
request approval state, currently Approved or Denied.
optional string type = 1;com.google.protobuf.ByteString getTypeBytes()
request approval state, currently Approved or Denied.
optional string type = 1;boolean hasReason()
brief reason for the request state +optional
optional string reason = 2;String getReason()
brief reason for the request state +optional
optional string reason = 2;com.google.protobuf.ByteString getReasonBytes()
brief reason for the request state +optional
optional string reason = 2;boolean hasMessage()
human readable message with details about the request state +optional
optional string message = 3;String getMessage()
human readable message with details about the request state +optional
optional string message = 3;com.google.protobuf.ByteString getMessageBytes()
human readable message with details about the request state +optional
optional string message = 3;boolean hasLastUpdateTime()
timestamp for the last update to this condition +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time lastUpdateTime = 4;Meta.Time getLastUpdateTime()
timestamp for the last update to this condition +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time lastUpdateTime = 4;Meta.TimeOrBuilder getLastUpdateTimeOrBuilder()
timestamp for the last update to this condition +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time lastUpdateTime = 4;Copyright © 2020. All rights reserved.