Class SqlAclEntry.Builder (0.16.0)
Note: Some or all of the information on this page might not apply
to Trusted Cloud. For a list of services that are available in
Trusted Cloud, see Services available for
Trusted Cloud .
Version latestkeyboard_arrow_down
public static final class SqlAclEntry . Builder extends GeneratedMessageV3 . Builder<SqlAclEntry . Builder > implements SqlAclEntryOrBuilder
An entry for an Access Control list.
Protobuf type google.events.cloud.clouddms.v1.SqlAclEntry
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public SqlAclEntry . Builder addRepeatedField ( Descriptors . FieldDescriptor field , Object value )
Overrides
build()
public SqlAclEntry build ()
buildPartial()
public SqlAclEntry buildPartial ()
clear()
public SqlAclEntry . Builder clear ()
Overrides
clearExpiration()
public SqlAclEntry . Builder clearExpiration ()
clearExpireTime()
public SqlAclEntry . Builder clearExpireTime ()
The time when this access control entry expires in
RFC 3339 format, for example:
2012-11-15T16:19:00.094Z
.
.google.protobuf.Timestamp expire_time = 10;
clearField(Descriptors.FieldDescriptor field)
public SqlAclEntry . Builder clearField ( Descriptors . FieldDescriptor field )
Overrides
clearLabel()
public SqlAclEntry . Builder clearLabel ()
A label to identify this entry.
string label = 3;
clearOneof(Descriptors.OneofDescriptor oneof)
public SqlAclEntry . Builder clearOneof ( Descriptors . OneofDescriptor oneof )
Overrides
clearValue()
public SqlAclEntry . Builder clearValue ()
The allowlisted value for the access control list.
string value = 1;
clone()
public SqlAclEntry . Builder clone ()
Overrides
getDefaultInstanceForType()
public SqlAclEntry getDefaultInstanceForType ()
getDescriptorForType()
public Descriptors . Descriptor getDescriptorForType ()
Overrides
getExpirationCase()
public SqlAclEntry . ExpirationCase getExpirationCase ()
getExpireTime()
public Timestamp getExpireTime ()
The time when this access control entry expires in
RFC 3339 format, for example:
2012-11-15T16:19:00.094Z
.
.google.protobuf.Timestamp expire_time = 10;
Returns
Type
Description
Timestamp
The expireTime.
getExpireTimeBuilder()
public Timestamp . Builder getExpireTimeBuilder ()
The time when this access control entry expires in
RFC 3339 format, for example:
2012-11-15T16:19:00.094Z
.
.google.protobuf.Timestamp expire_time = 10;
getExpireTimeOrBuilder()
public TimestampOrBuilder getExpireTimeOrBuilder ()
The time when this access control entry expires in
RFC 3339 format, for example:
2012-11-15T16:19:00.094Z
.
.google.protobuf.Timestamp expire_time = 10;
getLabel()
A label to identify this entry.
string label = 3;
Returns
Type
Description
String
The label.
getLabelBytes()
public ByteString getLabelBytes ()
A label to identify this entry.
string label = 3;
Returns
Type
Description
ByteString
The bytes for label.
getValue()
The allowlisted value for the access control list.
string value = 1;
Returns
Type
Description
String
The value.
getValueBytes()
public ByteString getValueBytes ()
The allowlisted value for the access control list.
string value = 1;
Returns
Type
Description
ByteString
The bytes for value.
hasExpireTime()
public boolean hasExpireTime ()
The time when this access control entry expires in
RFC 3339 format, for example:
2012-11-15T16:19:00.094Z
.
.google.protobuf.Timestamp expire_time = 10;
Returns
Type
Description
boolean
Whether the expireTime field is set.
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
mergeExpireTime(Timestamp value)
public SqlAclEntry . Builder mergeExpireTime ( Timestamp value )
The time when this access control entry expires in
RFC 3339 format, for example:
2012-11-15T16:19:00.094Z
.
.google.protobuf.Timestamp expire_time = 10;
mergeFrom(SqlAclEntry other)
public SqlAclEntry . Builder mergeFrom ( SqlAclEntry other )
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public SqlAclEntry . Builder mergeFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Overrides
mergeFrom(Message other)
public SqlAclEntry . Builder mergeFrom ( Message other )
Parameter
Name
Description
other
Message
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final SqlAclEntry . Builder mergeUnknownFields ( UnknownFieldSet unknownFields )
Overrides
setExpireTime(Timestamp value)
public SqlAclEntry . Builder setExpireTime ( Timestamp value )
The time when this access control entry expires in
RFC 3339 format, for example:
2012-11-15T16:19:00.094Z
.
.google.protobuf.Timestamp expire_time = 10;
setExpireTime(Timestamp.Builder builderForValue)
public SqlAclEntry . Builder setExpireTime ( Timestamp . Builder builderForValue )
The time when this access control entry expires in
RFC 3339 format, for example:
2012-11-15T16:19:00.094Z
.
.google.protobuf.Timestamp expire_time = 10;
Parameter
Name
Description
builderForValue
Builder
setField(Descriptors.FieldDescriptor field, Object value)
public SqlAclEntry . Builder setField ( Descriptors . FieldDescriptor field , Object value )
Overrides
setLabel(String value)
public SqlAclEntry . Builder setLabel ( String value )
A label to identify this entry.
string label = 3;
Parameter
Name
Description
value
String
The label to set.
setLabelBytes(ByteString value)
public SqlAclEntry . Builder setLabelBytes ( ByteString value )
A label to identify this entry.
string label = 3;
Parameter
Name
Description
value
ByteString
The bytes for label to set.
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public SqlAclEntry . Builder setRepeatedField ( Descriptors . FieldDescriptor field , int index , Object value )
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final SqlAclEntry . Builder setUnknownFields ( UnknownFieldSet unknownFields )
Overrides
setValue(String value)
public SqlAclEntry . Builder setValue ( String value )
The allowlisted value for the access control list.
string value = 1;
Parameter
Name
Description
value
String
The value to set.
setValueBytes(ByteString value)
public SqlAclEntry . Builder setValueBytes ( ByteString value )
The allowlisted value for the access control list.
string value = 1;
Parameter
Name
Description
value
ByteString
The bytes for value to set.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-07 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[],[]]