public static final class Permissions.Builder extends GeneratedMessage.Builder<Permissions.Builder> implements PermissionsOrBuilderIAM permissions.
Protobuf type google.cloud.asset.v1p1beta1.Permissions
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > Permissions.BuilderImplements
PermissionsOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addAllPermissions(Iterable<String> values)
public Permissions.Builder addAllPermissions(Iterable<String> values)A list of permissions. Example permission string: "compute.disk.get".
repeated string permissions = 1;
| Parameter | |
|---|---|
| Name | Description |
values |
Iterable<String>The permissions to add. |
| Returns | |
|---|---|
| Type | Description |
Permissions.Builder |
This builder for chaining. |
addPermissions(String value)
public Permissions.Builder addPermissions(String value)A list of permissions. Example permission string: "compute.disk.get".
repeated string permissions = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe permissions to add. |
| Returns | |
|---|---|
| Type | Description |
Permissions.Builder |
This builder for chaining. |
addPermissionsBytes(ByteString value)
public Permissions.Builder addPermissionsBytes(ByteString value)A list of permissions. Example permission string: "compute.disk.get".
repeated string permissions = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes of the permissions to add. |
| Returns | |
|---|---|
| Type | Description |
Permissions.Builder |
This builder for chaining. |
build()
public Permissions build()| Returns | |
|---|---|
| Type | Description |
Permissions |
|
buildPartial()
public Permissions buildPartial()| Returns | |
|---|---|
| Type | Description |
Permissions |
|
clear()
public Permissions.Builder clear()| Returns | |
|---|---|
| Type | Description |
Permissions.Builder |
|
clearPermissions()
public Permissions.Builder clearPermissions()A list of permissions. Example permission string: "compute.disk.get".
repeated string permissions = 1;
| Returns | |
|---|---|
| Type | Description |
Permissions.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public Permissions getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
Permissions |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getPermissions(int index)
public String getPermissions(int index)A list of permissions. Example permission string: "compute.disk.get".
repeated string permissions = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the element to return. |
| Returns | |
|---|---|
| Type | Description |
String |
The permissions at the given index. |
getPermissionsBytes(int index)
public ByteString getPermissionsBytes(int index)A list of permissions. Example permission string: "compute.disk.get".
repeated string permissions = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the value to return. |
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes of the permissions at the given index. |
getPermissionsCount()
public int getPermissionsCount()A list of permissions. Example permission string: "compute.disk.get".
repeated string permissions = 1;
| Returns | |
|---|---|
| Type | Description |
int |
The count of permissions. |
getPermissionsList()
public ProtocolStringList getPermissionsList()A list of permissions. Example permission string: "compute.disk.get".
repeated string permissions = 1;
| Returns | |
|---|---|
| Type | Description |
ProtocolStringList |
A list containing the permissions. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(Permissions other)
public Permissions.Builder mergeFrom(Permissions other)| Parameter | |
|---|---|
| Name | Description |
other |
Permissions |
| Returns | |
|---|---|
| Type | Description |
Permissions.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public Permissions.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
Permissions.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public Permissions.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
Permissions.Builder |
|
setPermissions(int index, String value)
public Permissions.Builder setPermissions(int index, String value)A list of permissions. Example permission string: "compute.disk.get".
repeated string permissions = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
intThe index to set the value at. |
value |
StringThe permissions to set. |
| Returns | |
|---|---|
| Type | Description |
Permissions.Builder |
This builder for chaining. |