public interface SetAclResponseOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getMetadata()
public abstract ResponseMetadata getMetadata()
Additional information for the API invocation, such as the request tracking id.
.google.cloud.contentwarehouse.v1.ResponseMetadata metadata = 2;
Returns | |
---|---|
Type | Description |
ResponseMetadata | The metadata. |
getMetadataOrBuilder()
public abstract ResponseMetadataOrBuilder getMetadataOrBuilder()
Additional information for the API invocation, such as the request tracking id.
.google.cloud.contentwarehouse.v1.ResponseMetadata metadata = 2;
Returns | |
---|---|
Type | Description |
ResponseMetadataOrBuilder |
getPolicy()
public abstract Policy getPolicy()
The policy will be attached to a resource (e.g. projecct, document).
.google.iam.v1.Policy policy = 1;
Returns | |
---|---|
Type | Description |
com.google.iam.v1.Policy | The policy. |
getPolicyOrBuilder()
public abstract PolicyOrBuilder getPolicyOrBuilder()
The policy will be attached to a resource (e.g. projecct, document).
.google.iam.v1.Policy policy = 1;
Returns | |
---|---|
Type | Description |
com.google.iam.v1.PolicyOrBuilder |
hasMetadata()
public abstract boolean hasMetadata()
Additional information for the API invocation, such as the request tracking id.
.google.cloud.contentwarehouse.v1.ResponseMetadata metadata = 2;
Returns | |
---|---|
Type | Description |
boolean | Whether the metadata field is set. |
hasPolicy()
public abstract boolean hasPolicy()
The policy will be attached to a resource (e.g. projecct, document).
.google.iam.v1.Policy policy = 1;
Returns | |
---|---|
Type | Description |
boolean | Whether the policy field is set. |