public interface FetchAclResponseOrBuilder extends MessageOrBuilderImplements
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 IAM policy.
.google.iam.v1.Policy policy = 1;
| Returns | |
|---|---|
| Type | Description |
com.google.iam.v1.Policy |
The policy. |
getPolicyOrBuilder()
public abstract PolicyOrBuilder getPolicyOrBuilder()The IAM policy.
.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 IAM policy.
.google.iam.v1.Policy policy = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the policy field is set. |