Interface AclEntryOrBuilder (0.1.0)

public interface AclEntryOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getExpirationTime()

public abstract Timestamp getExpirationTime()

The time when this access control entry expires in RFC 3339 format, for example 2012-11-15T16:19:00.094Z.

.google.protobuf.Timestamp expiration_time = 2;

Returns
Type Description
Timestamp

The expirationTime.

getExpirationTimeOrBuilder()

public abstract TimestampOrBuilder getExpirationTimeOrBuilder()

The time when this access control entry expires in RFC 3339 format, for example 2012-11-15T16:19:00.094Z.

.google.protobuf.Timestamp expiration_time = 2;

Returns
Type Description
TimestampOrBuilder

getKind()

public abstract String getKind()

This is always sql#aclEntry.

string kind = 4;

Returns
Type Description
String

The kind.

getKindBytes()

public abstract ByteString getKindBytes()

This is always sql#aclEntry.

string kind = 4;

Returns
Type Description
ByteString

The bytes for kind.

getName()

public abstract String getName()

Optional. A label to identify this entry.

string name = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

Optional. A label to identify this entry.

string name = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for name.

getValue()

public abstract String getValue()

The allowlisted value for the access control list.

string value = 1;

Returns
Type Description
String

The value.

getValueBytes()

public abstract ByteString getValueBytes()

The allowlisted value for the access control list.

string value = 1;

Returns
Type Description
ByteString

The bytes for value.

hasExpirationTime()

public abstract boolean hasExpirationTime()

The time when this access control entry expires in RFC 3339 format, for example 2012-11-15T16:19:00.094Z.

.google.protobuf.Timestamp expiration_time = 2;

Returns
Type Description
boolean

Whether the expirationTime field is set.