public static interface ServicePerimeterConfig.MethodSelectorOrBuilder extends MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ServicePerimeterConfig.MethodSelector.KindCase |
getKindCase() |
String |
getMethod()
Value for `method` should be a valid method name for the corresponding
`service_name` in [ApiOperation]
[google.identity.accesscontextmanager.v1.ServicePerimeterConfig.ApiOperation].
|
ByteString |
getMethodBytes()
Value for `method` should be a valid method name for the corresponding
`service_name` in [ApiOperation]
[google.identity.accesscontextmanager.v1.ServicePerimeterConfig.ApiOperation].
|
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].
|
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].
|
boolean |
hasMethod()
Value for `method` should be a valid method name for the corresponding
`service_name` in [ApiOperation]
[google.identity.accesscontextmanager.v1.ServicePerimeterConfig.ApiOperation].
|
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].
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofisInitializedboolean 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;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;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;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;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;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;ServicePerimeterConfig.MethodSelector.KindCase getKindCase()
Copyright © 2021 Google LLC. All rights reserved.