public static final class PrincipalAccessBoundaryPolicy.Builder extends GeneratedMessageV3.Builder<PrincipalAccessBoundaryPolicy.Builder> implements PrincipalAccessBoundaryPolicyOrBuilder
An IAM principal access boundary policy resource.
Protobuf type google.iam.v3beta.PrincipalAccessBoundaryPolicy
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > PrincipalAccessBoundaryPolicy.BuilderImplements
PrincipalAccessBoundaryPolicyOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public PrincipalAccessBoundaryPolicy.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
PrincipalAccessBoundaryPolicy.Builder |
build()
public PrincipalAccessBoundaryPolicy build()
Returns | |
---|---|
Type | Description |
PrincipalAccessBoundaryPolicy |
buildPartial()
public PrincipalAccessBoundaryPolicy buildPartial()
Returns | |
---|---|
Type | Description |
PrincipalAccessBoundaryPolicy |
clear()
public PrincipalAccessBoundaryPolicy.Builder clear()
Returns | |
---|---|
Type | Description |
PrincipalAccessBoundaryPolicy.Builder |
clearAnnotations()
public PrincipalAccessBoundaryPolicy.Builder clearAnnotations()
Returns | |
---|---|
Type | Description |
PrincipalAccessBoundaryPolicy.Builder |
clearCreateTime()
public PrincipalAccessBoundaryPolicy.Builder clearCreateTime()
Output only. The time when the principal access boundary policy was created.
.google.protobuf.Timestamp create_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
PrincipalAccessBoundaryPolicy.Builder |
clearDetails()
public PrincipalAccessBoundaryPolicy.Builder clearDetails()
Optional. The details for the principal access boundary policy.
.google.iam.v3beta.PrincipalAccessBoundaryPolicyDetails details = 8 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
PrincipalAccessBoundaryPolicy.Builder |
clearDisplayName()
public PrincipalAccessBoundaryPolicy.Builder clearDisplayName()
Optional. The description of the principal access boundary policy. Must be less than or equal to 63 characters.
string display_name = 4 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
PrincipalAccessBoundaryPolicy.Builder |
This builder for chaining. |
clearEtag()
public PrincipalAccessBoundaryPolicy.Builder clearEtag()
Optional. The etag for the principal access boundary. If this is provided on update, it must match the server's etag.
string etag = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
PrincipalAccessBoundaryPolicy.Builder |
This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public PrincipalAccessBoundaryPolicy.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field |
FieldDescriptor |
Returns | |
---|---|
Type | Description |
PrincipalAccessBoundaryPolicy.Builder |
clearName()
public PrincipalAccessBoundaryPolicy.Builder clearName()
Identifier. The resource name of the principal access boundary policy.
The following format is supported:
organizations/{organization_id}/locations/{location}/principalAccessBoundaryPolicies/{policy_id}
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
Returns | |
---|---|
Type | Description |
PrincipalAccessBoundaryPolicy.Builder |
This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public PrincipalAccessBoundaryPolicy.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof |
OneofDescriptor |
Returns | |
---|---|
Type | Description |
PrincipalAccessBoundaryPolicy.Builder |
clearUid()
public PrincipalAccessBoundaryPolicy.Builder clearUid()
Output only. The globally unique ID of the principal access boundary policy.
string uid = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.field_info) = { ... }
Returns | |
---|---|
Type | Description |
PrincipalAccessBoundaryPolicy.Builder |
This builder for chaining. |
clearUpdateTime()
public PrincipalAccessBoundaryPolicy.Builder clearUpdateTime()
Output only. The time when the principal access boundary policy was most recently updated.
.google.protobuf.Timestamp update_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
PrincipalAccessBoundaryPolicy.Builder |
clone()
public PrincipalAccessBoundaryPolicy.Builder clone()
Returns | |
---|---|
Type | Description |
PrincipalAccessBoundaryPolicy.Builder |
containsAnnotations(String key)
public boolean containsAnnotations(String key)
Optional. User defined annotations. See https://google.aip.dev/148#annotations for more details such as format and size limitations
map<string, string> annotations = 5 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
key |
String |
Returns | |
---|---|
Type | Description |
boolean |
getAnnotations() (deprecated)
public Map<String,String> getAnnotations()
Use #getAnnotationsMap() instead.
Returns | |
---|---|
Type | Description |
Map<String,String> |
getAnnotationsCount()
public int getAnnotationsCount()
Optional. User defined annotations. See https://google.aip.dev/148#annotations for more details such as format and size limitations
map<string, string> annotations = 5 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
int |
getAnnotationsMap()
public Map<String,String> getAnnotationsMap()
Optional. User defined annotations. See https://google.aip.dev/148#annotations for more details such as format and size limitations
map<string, string> annotations = 5 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
Map<String,String> |
getAnnotationsOrDefault(String key, String defaultValue)
public String getAnnotationsOrDefault(String key, String defaultValue)
Optional. User defined annotations. See https://google.aip.dev/148#annotations for more details such as format and size limitations
map<string, string> annotations = 5 [(.google.api.field_behavior) = OPTIONAL];
Parameters | |
---|---|
Name | Description |
key |
String |
defaultValue |
String |
Returns | |
---|---|
Type | Description |
String |
getAnnotationsOrThrow(String key)
public String getAnnotationsOrThrow(String key)
Optional. User defined annotations. See https://google.aip.dev/148#annotations for more details such as format and size limitations
map<string, string> annotations = 5 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
key |
String |
Returns | |
---|---|
Type | Description |
String |
getCreateTime()
public Timestamp getCreateTime()
Output only. The time when the principal access boundary policy was created.
.google.protobuf.Timestamp create_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
Timestamp |
The createTime. |
getCreateTimeBuilder()
public Timestamp.Builder getCreateTimeBuilder()
Output only. The time when the principal access boundary policy was created.
.google.protobuf.Timestamp create_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
Builder |
getCreateTimeOrBuilder()
public TimestampOrBuilder getCreateTimeOrBuilder()
Output only. The time when the principal access boundary policy was created.
.google.protobuf.Timestamp create_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
TimestampOrBuilder |
getDefaultInstanceForType()
public PrincipalAccessBoundaryPolicy getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
PrincipalAccessBoundaryPolicy |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
getDetails()
public PrincipalAccessBoundaryPolicyDetails getDetails()
Optional. The details for the principal access boundary policy.
.google.iam.v3beta.PrincipalAccessBoundaryPolicyDetails details = 8 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
PrincipalAccessBoundaryPolicyDetails |
The details. |
getDetailsBuilder()
public PrincipalAccessBoundaryPolicyDetails.Builder getDetailsBuilder()
Optional. The details for the principal access boundary policy.
.google.iam.v3beta.PrincipalAccessBoundaryPolicyDetails details = 8 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
PrincipalAccessBoundaryPolicyDetails.Builder |
getDetailsOrBuilder()
public PrincipalAccessBoundaryPolicyDetailsOrBuilder getDetailsOrBuilder()
Optional. The details for the principal access boundary policy.
.google.iam.v3beta.PrincipalAccessBoundaryPolicyDetails details = 8 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
PrincipalAccessBoundaryPolicyDetailsOrBuilder |
getDisplayName()
public String getDisplayName()
Optional. The description of the principal access boundary policy. Must be less than or equal to 63 characters.
string display_name = 4 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
String |
The displayName. |
getDisplayNameBytes()
public ByteString getDisplayNameBytes()
Optional. The description of the principal access boundary policy. Must be less than or equal to 63 characters.
string display_name = 4 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for displayName. |
getEtag()
public String getEtag()
Optional. The etag for the principal access boundary. If this is provided on update, it must match the server's etag.
string etag = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
String |
The etag. |
getEtagBytes()
public ByteString getEtagBytes()
Optional. The etag for the principal access boundary. If this is provided on update, it must match the server's etag.
string etag = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for etag. |
getMutableAnnotations() (deprecated)
public Map<String,String> getMutableAnnotations()
Use alternate mutation accessors instead.
Returns | |
---|---|
Type | Description |
Map<String,String> |
getName()
public String getName()
Identifier. The resource name of the principal access boundary policy.
The following format is supported:
organizations/{organization_id}/locations/{location}/principalAccessBoundaryPolicies/{policy_id}
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
Returns | |
---|---|
Type | Description |
String |
The name. |
getNameBytes()
public ByteString getNameBytes()
Identifier. The resource name of the principal access boundary policy.
The following format is supported:
organizations/{organization_id}/locations/{location}/principalAccessBoundaryPolicies/{policy_id}
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for name. |
getUid()
public String getUid()
Output only. The globally unique ID of the principal access boundary policy.
string uid = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.field_info) = { ... }
Returns | |
---|---|
Type | Description |
String |
The uid. |
getUidBytes()
public ByteString getUidBytes()
Output only. The globally unique ID of the principal access boundary policy.
string uid = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.field_info) = { ... }
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for uid. |
getUpdateTime()
public Timestamp getUpdateTime()
Output only. The time when the principal access boundary policy was most recently updated.
.google.protobuf.Timestamp update_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
Timestamp |
The updateTime. |
getUpdateTimeBuilder()
public Timestamp.Builder getUpdateTimeBuilder()
Output only. The time when the principal access boundary policy was most recently updated.
.google.protobuf.Timestamp update_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
Builder |
getUpdateTimeOrBuilder()
public TimestampOrBuilder getUpdateTimeOrBuilder()
Output only. The time when the principal access boundary policy was most recently updated.
.google.protobuf.Timestamp update_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
TimestampOrBuilder |
hasCreateTime()
public boolean hasCreateTime()
Output only. The time when the principal access boundary policy was created.
.google.protobuf.Timestamp create_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
boolean |
Whether the createTime field is set. |
hasDetails()
public boolean hasDetails()
Optional. The details for the principal access boundary policy.
.google.iam.v3beta.PrincipalAccessBoundaryPolicyDetails details = 8 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
boolean |
Whether the details field is set. |
hasUpdateTime()
public boolean hasUpdateTime()
Output only. The time when the principal access boundary policy was most recently updated.
.google.protobuf.Timestamp update_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
boolean |
Whether the updateTime field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
internalGetMapFieldReflection(int number)
protected MapFieldReflectionAccessor internalGetMapFieldReflection(int number)
Parameter | |
---|---|
Name | Description |
number |
int |
Returns | |
---|---|
Type | Description |
com.google.protobuf.MapFieldReflectionAccessor |
internalGetMutableMapFieldReflection(int number)
protected MapFieldReflectionAccessor internalGetMutableMapFieldReflection(int number)
Parameter | |
---|---|
Name | Description |
number |
int |
Returns | |
---|---|
Type | Description |
com.google.protobuf.MapFieldReflectionAccessor |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
mergeCreateTime(Timestamp value)
public PrincipalAccessBoundaryPolicy.Builder mergeCreateTime(Timestamp value)
Output only. The time when the principal access boundary policy was created.
.google.protobuf.Timestamp create_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
value |
Timestamp |
Returns | |
---|---|
Type | Description |
PrincipalAccessBoundaryPolicy.Builder |
mergeDetails(PrincipalAccessBoundaryPolicyDetails value)
public PrincipalAccessBoundaryPolicy.Builder mergeDetails(PrincipalAccessBoundaryPolicyDetails value)
Optional. The details for the principal access boundary policy.
.google.iam.v3beta.PrincipalAccessBoundaryPolicyDetails details = 8 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
value |
PrincipalAccessBoundaryPolicyDetails |
Returns | |
---|---|
Type | Description |
PrincipalAccessBoundaryPolicy.Builder |
mergeFrom(PrincipalAccessBoundaryPolicy other)
public PrincipalAccessBoundaryPolicy.Builder mergeFrom(PrincipalAccessBoundaryPolicy other)
Parameter | |
---|---|
Name | Description |
other |
PrincipalAccessBoundaryPolicy |
Returns | |
---|---|
Type | Description |
PrincipalAccessBoundaryPolicy.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public PrincipalAccessBoundaryPolicy.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
PrincipalAccessBoundaryPolicy.Builder |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public PrincipalAccessBoundaryPolicy.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other |
Message |
Returns | |
---|---|
Type | Description |
PrincipalAccessBoundaryPolicy.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final PrincipalAccessBoundaryPolicy.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
PrincipalAccessBoundaryPolicy.Builder |
mergeUpdateTime(Timestamp value)
public PrincipalAccessBoundaryPolicy.Builder mergeUpdateTime(Timestamp value)
Output only. The time when the principal access boundary policy was most recently updated.
.google.protobuf.Timestamp update_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
value |
Timestamp |
Returns | |
---|---|
Type | Description |
PrincipalAccessBoundaryPolicy.Builder |
putAllAnnotations(Map<String,String> values)
public PrincipalAccessBoundaryPolicy.Builder putAllAnnotations(Map<String,String> values)
Optional. User defined annotations. See https://google.aip.dev/148#annotations for more details such as format and size limitations
map<string, string> annotations = 5 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
values |
Map<String,String> |
Returns | |
---|---|
Type | Description |
PrincipalAccessBoundaryPolicy.Builder |
putAnnotations(String key, String value)
public PrincipalAccessBoundaryPolicy.Builder putAnnotations(String key, String value)
Optional. User defined annotations. See https://google.aip.dev/148#annotations for more details such as format and size limitations
map<string, string> annotations = 5 [(.google.api.field_behavior) = OPTIONAL];
Parameters | |
---|---|
Name | Description |
key |
String |
value |
String |
Returns | |
---|---|
Type | Description |
PrincipalAccessBoundaryPolicy.Builder |
removeAnnotations(String key)
public PrincipalAccessBoundaryPolicy.Builder removeAnnotations(String key)
Optional. User defined annotations. See https://google.aip.dev/148#annotations for more details such as format and size limitations
map<string, string> annotations = 5 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
key |
String |
Returns | |
---|---|
Type | Description |
PrincipalAccessBoundaryPolicy.Builder |
setCreateTime(Timestamp value)
public PrincipalAccessBoundaryPolicy.Builder setCreateTime(Timestamp value)
Output only. The time when the principal access boundary policy was created.
.google.protobuf.Timestamp create_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
value |
Timestamp |
Returns | |
---|---|
Type | Description |
PrincipalAccessBoundaryPolicy.Builder |
setCreateTime(Timestamp.Builder builderForValue)
public PrincipalAccessBoundaryPolicy.Builder setCreateTime(Timestamp.Builder builderForValue)
Output only. The time when the principal access boundary policy was created.
.google.protobuf.Timestamp create_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
builderForValue |
Builder |
Returns | |
---|---|
Type | Description |
PrincipalAccessBoundaryPolicy.Builder |
setDetails(PrincipalAccessBoundaryPolicyDetails value)
public PrincipalAccessBoundaryPolicy.Builder setDetails(PrincipalAccessBoundaryPolicyDetails value)
Optional. The details for the principal access boundary policy.
.google.iam.v3beta.PrincipalAccessBoundaryPolicyDetails details = 8 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
value |
PrincipalAccessBoundaryPolicyDetails |
Returns | |
---|---|
Type | Description |
PrincipalAccessBoundaryPolicy.Builder |
setDetails(PrincipalAccessBoundaryPolicyDetails.Builder builderForValue)
public PrincipalAccessBoundaryPolicy.Builder setDetails(PrincipalAccessBoundaryPolicyDetails.Builder builderForValue)
Optional. The details for the principal access boundary policy.
.google.iam.v3beta.PrincipalAccessBoundaryPolicyDetails details = 8 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
builderForValue |
PrincipalAccessBoundaryPolicyDetails.Builder |
Returns | |
---|---|
Type | Description |
PrincipalAccessBoundaryPolicy.Builder |
setDisplayName(String value)
public PrincipalAccessBoundaryPolicy.Builder setDisplayName(String value)
Optional. The description of the principal access boundary policy. Must be less than or equal to 63 characters.
string display_name = 4 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
value |
String The displayName to set. |
Returns | |
---|---|
Type | Description |
PrincipalAccessBoundaryPolicy.Builder |
This builder for chaining. |
setDisplayNameBytes(ByteString value)
public PrincipalAccessBoundaryPolicy.Builder setDisplayNameBytes(ByteString value)
Optional. The description of the principal access boundary policy. Must be less than or equal to 63 characters.
string display_name = 4 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for displayName to set. |
Returns | |
---|---|
Type | Description |
PrincipalAccessBoundaryPolicy.Builder |
This builder for chaining. |
setEtag(String value)
public PrincipalAccessBoundaryPolicy.Builder setEtag(String value)
Optional. The etag for the principal access boundary. If this is provided on update, it must match the server's etag.
string etag = 3 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
value |
String The etag to set. |
Returns | |
---|---|
Type | Description |
PrincipalAccessBoundaryPolicy.Builder |
This builder for chaining. |
setEtagBytes(ByteString value)
public PrincipalAccessBoundaryPolicy.Builder setEtagBytes(ByteString value)
Optional. The etag for the principal access boundary. If this is provided on update, it must match the server's etag.
string etag = 3 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for etag to set. |
Returns | |
---|---|
Type | Description |
PrincipalAccessBoundaryPolicy.Builder |
This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public PrincipalAccessBoundaryPolicy.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
PrincipalAccessBoundaryPolicy.Builder |
setName(String value)
public PrincipalAccessBoundaryPolicy.Builder setName(String value)
Identifier. The resource name of the principal access boundary policy.
The following format is supported:
organizations/{organization_id}/locations/{location}/principalAccessBoundaryPolicies/{policy_id}
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
Parameter | |
---|---|
Name | Description |
value |
String The name to set. |
Returns | |
---|---|
Type | Description |
PrincipalAccessBoundaryPolicy.Builder |
This builder for chaining. |
setNameBytes(ByteString value)
public PrincipalAccessBoundaryPolicy.Builder setNameBytes(ByteString value)
Identifier. The resource name of the principal access boundary policy.
The following format is supported:
organizations/{organization_id}/locations/{location}/principalAccessBoundaryPolicies/{policy_id}
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for name to set. |
Returns | |
---|---|
Type | Description |
PrincipalAccessBoundaryPolicy.Builder |
This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public PrincipalAccessBoundaryPolicy.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
Returns | |
---|---|
Type | Description |
PrincipalAccessBoundaryPolicy.Builder |
setUid(String value)
public PrincipalAccessBoundaryPolicy.Builder setUid(String value)
Output only. The globally unique ID of the principal access boundary policy.
string uid = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.field_info) = { ... }
Parameter | |
---|---|
Name | Description |
value |
String The uid to set. |
Returns | |
---|---|
Type | Description |
PrincipalAccessBoundaryPolicy.Builder |
This builder for chaining. |
setUidBytes(ByteString value)
public PrincipalAccessBoundaryPolicy.Builder setUidBytes(ByteString value)
Output only. The globally unique ID of the principal access boundary policy.
string uid = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.field_info) = { ... }
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for uid to set. |
Returns | |
---|---|
Type | Description |
PrincipalAccessBoundaryPolicy.Builder |
This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
public final PrincipalAccessBoundaryPolicy.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
PrincipalAccessBoundaryPolicy.Builder |
setUpdateTime(Timestamp value)
public PrincipalAccessBoundaryPolicy.Builder setUpdateTime(Timestamp value)
Output only. The time when the principal access boundary policy was most recently updated.
.google.protobuf.Timestamp update_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
value |
Timestamp |
Returns | |
---|---|
Type | Description |
PrincipalAccessBoundaryPolicy.Builder |
setUpdateTime(Timestamp.Builder builderForValue)
public PrincipalAccessBoundaryPolicy.Builder setUpdateTime(Timestamp.Builder builderForValue)
Output only. The time when the principal access boundary policy was most recently updated.
.google.protobuf.Timestamp update_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
builderForValue |
Builder |
Returns | |
---|---|
Type | Description |
PrincipalAccessBoundaryPolicy.Builder |