public interface AssetEnrichmentOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getEnrichmentDataCase()
public abstract AssetEnrichment.EnrichmentDataCase getEnrichmentDataCase()
Returns | |
---|---|
Type | Description |
AssetEnrichment.EnrichmentDataCase |
getResourceOwners()
public abstract ResourceOwners getResourceOwners()
The resource owners for a resource.
Note that this field only contains the members that have "roles/owner" role in the resource's IAM Policy.
.google.cloud.asset.v1.ResourceOwners resource_owners = 7;
Returns | |
---|---|
Type | Description |
ResourceOwners |
The resourceOwners. |
getResourceOwnersOrBuilder()
public abstract ResourceOwnersOrBuilder getResourceOwnersOrBuilder()
The resource owners for a resource.
Note that this field only contains the members that have "roles/owner" role in the resource's IAM Policy.
.google.cloud.asset.v1.ResourceOwners resource_owners = 7;
Returns | |
---|---|
Type | Description |
ResourceOwnersOrBuilder |
hasResourceOwners()
public abstract boolean hasResourceOwners()
The resource owners for a resource.
Note that this field only contains the members that have "roles/owner" role in the resource's IAM Policy.
.google.cloud.asset.v1.ResourceOwners resource_owners = 7;
Returns | |
---|---|
Type | Description |
boolean |
Whether the resourceOwners field is set. |