public interface SqlAclEntryOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
SqlAclEntry.ExpirationCase |
getExpirationCase() |
com.google.protobuf.Timestamp |
getExpireTime()
The time when this access control entry expires in
[RFC 3339](https://tools.ietf.org/html/rfc3339) format, for example:
`2012-11-15T16:19:00.094Z`.
|
com.google.protobuf.TimestampOrBuilder |
getExpireTimeOrBuilder()
The time when this access control entry expires in
[RFC 3339](https://tools.ietf.org/html/rfc3339) format, for example:
`2012-11-15T16:19:00.094Z`.
|
String |
getLabel()
A label to identify this entry.
|
com.google.protobuf.ByteString |
getLabelBytes()
A label to identify this entry.
|
com.google.protobuf.Duration |
getTtl()
Input only.
|
com.google.protobuf.DurationOrBuilder |
getTtlOrBuilder()
Input only.
|
String |
getValue()
The allowlisted value for the access control list.
|
com.google.protobuf.ByteString |
getValueBytes()
The allowlisted value for the access control list.
|
boolean |
hasExpireTime()
The time when this access control entry expires in
[RFC 3339](https://tools.ietf.org/html/rfc3339) format, for example:
`2012-11-15T16:19:00.094Z`.
|
boolean |
hasTtl()
Input only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getValue()
The allowlisted value for the access control list.
string value = 1;com.google.protobuf.ByteString getValueBytes()
The allowlisted value for the access control list.
string value = 1;boolean hasExpireTime()
The time when this access control entry expires in [RFC 3339](https://tools.ietf.org/html/rfc3339) format, for example: `2012-11-15T16:19:00.094Z`.
.google.protobuf.Timestamp expire_time = 10;com.google.protobuf.Timestamp getExpireTime()
The time when this access control entry expires in [RFC 3339](https://tools.ietf.org/html/rfc3339) format, for example: `2012-11-15T16:19:00.094Z`.
.google.protobuf.Timestamp expire_time = 10;com.google.protobuf.TimestampOrBuilder getExpireTimeOrBuilder()
The time when this access control entry expires in [RFC 3339](https://tools.ietf.org/html/rfc3339) format, for example: `2012-11-15T16:19:00.094Z`.
.google.protobuf.Timestamp expire_time = 10;boolean hasTtl()
Input only. The time-to-leave of this access control entry.
.google.protobuf.Duration ttl = 11 [(.google.api.field_behavior) = INPUT_ONLY];com.google.protobuf.Duration getTtl()
Input only. The time-to-leave of this access control entry.
.google.protobuf.Duration ttl = 11 [(.google.api.field_behavior) = INPUT_ONLY];com.google.protobuf.DurationOrBuilder getTtlOrBuilder()
Input only. The time-to-leave of this access control entry.
.google.protobuf.Duration ttl = 11 [(.google.api.field_behavior) = INPUT_ONLY];String getLabel()
A label to identify this entry.
string label = 3;com.google.protobuf.ByteString getLabelBytes()
A label to identify this entry.
string label = 3;SqlAclEntry.ExpirationCase getExpirationCase()
Copyright © 2024 Google LLC. All rights reserved.