- 0.49.0 (latest)
- 0.48.0
- 0.47.0
- 0.45.0
- 0.44.0
- 0.43.0
- 0.42.0
- 0.41.0
- 0.40.0
- 0.39.0
- 0.38.0
- 0.37.0
- 0.36.0
- 0.35.0
- 0.33.0
- 0.32.0
- 0.31.0
- 0.30.0
- 0.29.0
- 0.28.0
- 0.27.0
- 0.26.0
- 0.25.0
- 0.24.0
- 0.23.0
- 0.20.0
- 0.19.0
- 0.18.0
- 0.17.0
- 0.16.0
- 0.15.0
- 0.14.0
- 0.13.0
- 0.12.0
- 0.11.0
- 0.10.0
- 0.9.0
- 0.8.0
- 0.7.0
- 0.6.0
- 0.5.0
- 0.4.0
- 0.3.0
- 0.2.0
- 0.1.0
public final class SetAclRequest extends GeneratedMessageV3 implements SetAclRequestOrBuilder
Request message for DocumentService.SetAcl.
Protobuf type google.cloud.contentwarehouse.v1.SetAclRequest
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > SetAclRequestImplements
SetAclRequestOrBuilderStatic Fields
POLICY_FIELD_NUMBER
public static final int POLICY_FIELD_NUMBER
Type | Description |
int |
PROJECT_OWNER_FIELD_NUMBER
public static final int PROJECT_OWNER_FIELD_NUMBER
Type | Description |
int |
REQUEST_METADATA_FIELD_NUMBER
public static final int REQUEST_METADATA_FIELD_NUMBER
Type | Description |
int |
RESOURCE_FIELD_NUMBER
public static final int RESOURCE_FIELD_NUMBER
Type | Description |
int |
Static Methods
getDefaultInstance()
public static SetAclRequest getDefaultInstance()
Type | Description |
SetAclRequest |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
newBuilder()
public static SetAclRequest.Builder newBuilder()
Type | Description |
SetAclRequest.Builder |
newBuilder(SetAclRequest prototype)
public static SetAclRequest.Builder newBuilder(SetAclRequest prototype)
Name | Description |
prototype | SetAclRequest |
Type | Description |
SetAclRequest.Builder |
parseDelimitedFrom(InputStream input)
public static SetAclRequest parseDelimitedFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
SetAclRequest |
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static SetAclRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
SetAclRequest |
Type | Description |
IOException |
parseFrom(byte[] data)
public static SetAclRequest parseFrom(byte[] data)
Name | Description |
data | byte[] |
Type | Description |
SetAclRequest |
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static SetAclRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
SetAclRequest |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static SetAclRequest parseFrom(ByteString data)
Name | Description |
data | ByteString |
Type | Description |
SetAclRequest |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static SetAclRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteString |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
SetAclRequest |
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static SetAclRequest parseFrom(CodedInputStream input)
Name | Description |
input | CodedInputStream |
Type | Description |
SetAclRequest |
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static SetAclRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
SetAclRequest |
Type | Description |
IOException |
parseFrom(InputStream input)
public static SetAclRequest parseFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
SetAclRequest |
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static SetAclRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
SetAclRequest |
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static SetAclRequest parseFrom(ByteBuffer data)
Name | Description |
data | ByteBuffer |
Type | Description |
SetAclRequest |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static SetAclRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteBuffer |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
SetAclRequest |
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<SetAclRequest> parser()
Type | Description |
Parser<SetAclRequest> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Name | Description |
obj | Object |
Type | Description |
boolean |
getDefaultInstanceForType()
public SetAclRequest getDefaultInstanceForType()
Type | Description |
SetAclRequest |
getParserForType()
public Parser<SetAclRequest> getParserForType()
Type | Description |
Parser<SetAclRequest> |
getPolicy()
public Policy getPolicy()
Required. REQUIRED: The complete policy to be applied to the resource
. The size of
the policy is limited to a few 10s of KB.
.google.iam.v1.Policy policy = 2 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
com.google.iam.v1.Policy | The policy. |
getPolicyOrBuilder()
public PolicyOrBuilder getPolicyOrBuilder()
Required. REQUIRED: The complete policy to be applied to the resource
. The size of
the policy is limited to a few 10s of KB.
.google.iam.v1.Policy policy = 2 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
com.google.iam.v1.PolicyOrBuilder |
getProjectOwner()
public boolean getProjectOwner()
For Set Project ACL only. Authorization check for end user will be ignored when project_owner=true.
bool project_owner = 4;
Type | Description |
boolean | The projectOwner. |
getRequestMetadata()
public RequestMetadata getRequestMetadata()
The meta information collected about the end user, used to enforce access control for the service.
.google.cloud.contentwarehouse.v1.RequestMetadata request_metadata = 3;
Type | Description |
RequestMetadata | The requestMetadata. |
getRequestMetadataOrBuilder()
public RequestMetadataOrBuilder getRequestMetadataOrBuilder()
The meta information collected about the end user, used to enforce access control for the service.
.google.cloud.contentwarehouse.v1.RequestMetadata request_metadata = 3;
Type | Description |
RequestMetadataOrBuilder |
getResource()
public String getResource()
Required. REQUIRED: The resource for which the policy is being requested. Format for document: projects/{project_number}/locations/{location}/documents/{document_id}. Format for project: projects/{project_number}.
string resource = 1 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
String | The resource. |
getResourceBytes()
public ByteString getResourceBytes()
Required. REQUIRED: The resource for which the policy is being requested. Format for document: projects/{project_number}/locations/{location}/documents/{document_id}. Format for project: projects/{project_number}.
string resource = 1 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
ByteString | The bytes for resource. |
getSerializedSize()
public int getSerializedSize()
Type | Description |
int |
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Type | Description |
UnknownFieldSet |
hasPolicy()
public boolean hasPolicy()
Required. REQUIRED: The complete policy to be applied to the resource
. The size of
the policy is limited to a few 10s of KB.
.google.iam.v1.Policy policy = 2 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
boolean | Whether the policy field is set. |
hasRequestMetadata()
public boolean hasRequestMetadata()
The meta information collected about the end user, used to enforce access control for the service.
.google.cloud.contentwarehouse.v1.RequestMetadata request_metadata = 3;
Type | Description |
boolean | Whether the requestMetadata field is set. |
hashCode()
public int hashCode()
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
newBuilderForType()
public SetAclRequest.Builder newBuilderForType()
Type | Description |
SetAclRequest.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected SetAclRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Name | Description |
parent | BuilderParent |
Type | Description |
SetAclRequest.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Name | Description |
unused | UnusedPrivateParameter |
Type | Description |
Object |
toBuilder()
public SetAclRequest.Builder toBuilder()
Type | Description |
SetAclRequest.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Name | Description |
output | CodedOutputStream |
Type | Description |
IOException |