public interface ResourceInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getContainer()
Optional.
|
com.google.protobuf.ByteString |
getContainerBytes()
Optional.
|
String |
getLocation()
Optional.
|
com.google.protobuf.ByteString |
getLocationBytes()
Optional.
|
String |
getName()
The name of the resource referenced in the request.
|
com.google.protobuf.ByteString |
getNameBytes()
The name of the resource referenced in the request.
|
String |
getPermission()
The resource permission needed for this request.
|
com.google.protobuf.ByteString |
getPermissionBytes()
The resource permission needed for this request.
|
String |
getType()
The resource type in the format of "{service}/{kind}".
|
com.google.protobuf.ByteString |
getTypeBytes()
The resource type in the format of "{service}/{kind}".
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
The name of the resource referenced in the request.
string name = 1;com.google.protobuf.ByteString getNameBytes()
The name of the resource referenced in the request.
string name = 1;String getType()
The resource type in the format of "{service}/{kind}".
string type = 2;com.google.protobuf.ByteString getTypeBytes()
The resource type in the format of "{service}/{kind}".
string type = 2;String getPermission()
The resource permission needed for this request.
The format must be "{service}/{plural}.{verb}".
string permission = 3;com.google.protobuf.ByteString getPermissionBytes()
The resource permission needed for this request.
The format must be "{service}/{plural}.{verb}".
string permission = 3;String getContainer()
Optional. The identifier of the container of this resource. For Google
Cloud APIs, the resource container must be one of the following formats:
- `projects/<project-id or project-number>`
- `folders/<folder-id>`
- `organizations/<organization-id>`
For the policy enforcement on the container level (VPCSC and Location
Policy check), this field takes precedence on the container extracted from
name when presents.
string container = 4;com.google.protobuf.ByteString getContainerBytes()
Optional. The identifier of the container of this resource. For Google
Cloud APIs, the resource container must be one of the following formats:
- `projects/<project-id or project-number>`
- `folders/<folder-id>`
- `organizations/<organization-id>`
For the policy enforcement on the container level (VPCSC and Location
Policy check), this field takes precedence on the container extracted from
name when presents.
string container = 4;String getLocation()
Optional. The location of the resource. The value must be a valid zone, region or multiregion. For example: "europe-west4" or "northamerica-northeast1-a"
string location = 5;com.google.protobuf.ByteString getLocationBytes()
Optional. The location of the resource. The value must be a valid zone, region or multiregion. For example: "europe-west4" or "northamerica-northeast1-a"
string location = 5;Copyright © 2024 Google LLC. All rights reserved.