public static interface ServicePerimeterConfig.MethodSelectorOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getKindCase()
public abstract ServicePerimeterConfig.MethodSelector.KindCase getKindCase()| Type | Description |
| ServicePerimeterConfig.MethodSelector.KindCase |
getMethod()
public abstract String getMethod() Value for method should be a valid method name for the corresponding
service_name in [ApiOperation]
[google.identity.accesscontextmanager.v1.ServicePerimeterConfig.ApiOperation].
If * used as value for method, then ALL methods and permissions are
allowed.
string method = 1;
| Type | Description |
| String | The method. |
getMethodBytes()
public abstract ByteString getMethodBytes() Value for method should be a valid method name for the corresponding
service_name in [ApiOperation]
[google.identity.accesscontextmanager.v1.ServicePerimeterConfig.ApiOperation].
If * used as value for method, then ALL methods and permissions are
allowed.
string method = 1;
| Type | Description |
| ByteString | The bytes for method. |
getPermission()
public abstract String getPermission() Value for permission should be a valid Cloud IAM permission for the
corresponding service_name in [ApiOperation]
[google.identity.accesscontextmanager.v1.ServicePerimeterConfig.ApiOperation].
string permission = 2;
| Type | Description |
| String | The permission. |
getPermissionBytes()
public abstract ByteString getPermissionBytes() Value for permission should be a valid Cloud IAM permission for the
corresponding service_name in [ApiOperation]
[google.identity.accesscontextmanager.v1.ServicePerimeterConfig.ApiOperation].
string permission = 2;
| Type | Description |
| ByteString | The bytes for permission. |
hasMethod()
public abstract boolean hasMethod() Value for method should be a valid method name for the corresponding
service_name in [ApiOperation]
[google.identity.accesscontextmanager.v1.ServicePerimeterConfig.ApiOperation].
If * used as value for method, then ALL methods and permissions are
allowed.
string method = 1;
| Type | Description |
| boolean | Whether the method field is set. |
hasPermission()
public abstract boolean hasPermission() Value for permission should be a valid Cloud IAM permission for the
corresponding service_name in [ApiOperation]
[google.identity.accesscontextmanager.v1.ServicePerimeterConfig.ApiOperation].
string permission = 2;
| Type | Description |
| boolean | Whether the permission field is set. |