Interface IamPolicySearchResultOrBuilder (3.45.0)

public interface IamPolicySearchResultOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getExplanation()

public abstract IamPolicySearchResult.Explanation getExplanation()

Explanation about the IAM policy search result. It contains additional information that explains why the search result matches the query.

.google.cloud.asset.v1p1beta1.IamPolicySearchResult.Explanation explanation = 5;

Returns
TypeDescription
IamPolicySearchResult.Explanation

The explanation.

getExplanationOrBuilder()

public abstract IamPolicySearchResult.ExplanationOrBuilder getExplanationOrBuilder()

Explanation about the IAM policy search result. It contains additional information that explains why the search result matches the query.

.google.cloud.asset.v1p1beta1.IamPolicySearchResult.Explanation explanation = 5;

Returns
TypeDescription
IamPolicySearchResult.ExplanationOrBuilder

getPolicy()

public abstract Policy getPolicy()

The IAM policy attached to the specified resource. Note that the original IAM policy can contain multiple bindings. This only contains the bindings that match the given query. For queries that don't contain a constraint on policies (e.g. an empty query), this contains all the bindings.

.google.iam.v1.Policy policy = 4;

Returns
TypeDescription
com.google.iam.v1.Policy

The policy.

getPolicyOrBuilder()

public abstract PolicyOrBuilder getPolicyOrBuilder()

The IAM policy attached to the specified resource. Note that the original IAM policy can contain multiple bindings. This only contains the bindings that match the given query. For queries that don't contain a constraint on policies (e.g. an empty query), this contains all the bindings.

.google.iam.v1.Policy policy = 4;

Returns
TypeDescription
com.google.iam.v1.PolicyOrBuilder

getProject()

public abstract String getProject()

The project that the associated Google Cloud resource belongs to, in the form of projects/{project_number}. If an IAM policy is set on a resource -- such as a Compute Engine instance or a Cloud Storage bucket -- the project field will indicate the project that contains the resource. If an IAM policy is set on a folder or orgnization, the project field will be empty.

string project = 3;

Returns
TypeDescription
String

The project.

getProjectBytes()

public abstract ByteString getProjectBytes()

The project that the associated Google Cloud resource belongs to, in the form of projects/{project_number}. If an IAM policy is set on a resource -- such as a Compute Engine instance or a Cloud Storage bucket -- the project field will indicate the project that contains the resource. If an IAM policy is set on a folder or orgnization, the project field will be empty.

string project = 3;

Returns
TypeDescription
ByteString

The bytes for project.

getResource()

public abstract String getResource()

The full resource name of the resource associated with this IAM policy.

string resource = 1;

Returns
TypeDescription
String

The resource.

getResourceBytes()

public abstract ByteString getResourceBytes()

The full resource name of the resource associated with this IAM policy.

string resource = 1;

Returns
TypeDescription
ByteString

The bytes for resource.

hasExplanation()

public abstract boolean hasExplanation()

Explanation about the IAM policy search result. It contains additional information that explains why the search result matches the query.

.google.cloud.asset.v1p1beta1.IamPolicySearchResult.Explanation explanation = 5;

Returns
TypeDescription
boolean

Whether the explanation field is set.

hasPolicy()

public abstract boolean hasPolicy()

The IAM policy attached to the specified resource. Note that the original IAM policy can contain multiple bindings. This only contains the bindings that match the given query. For queries that don't contain a constraint on policies (e.g. an empty query), this contains all the bindings.

.google.iam.v1.Policy policy = 4;

Returns
TypeDescription
boolean

Whether the policy field is set.