Uses of Class
com.google.cloud.securitycenter.v1beta1.OrganizationName
-
Packages that use OrganizationName Package Description com.google.cloud.securitycenter.v1beta1 A client to Security Command Center API -
-
Uses of OrganizationName in com.google.cloud.securitycenter.v1beta1
Methods in com.google.cloud.securitycenter.v1beta1 that return OrganizationName Modifier and Type Method Description OrganizationName
OrganizationName.Builder. build()
static OrganizationName
OrganizationName. of(String organization)
static OrganizationName
OrganizationName. parse(String formattedString)
Methods in com.google.cloud.securitycenter.v1beta1 that return types with arguments of type OrganizationName Modifier and Type Method Description static List<OrganizationName>
OrganizationName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.securitycenter.v1beta1 with parameters of type OrganizationName Modifier and Type Method Description Source
SecurityCenterClient. createSource(OrganizationName parent, Source source)
Creates a source.SecurityCenterClient.ListSourcesPagedResponse
SecurityCenterClient. listSources(OrganizationName parent)
Lists all sources belonging to an organization.com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,com.google.protobuf.Empty>
SecurityCenterClient. runAssetDiscoveryAsync(OrganizationName parent)
Runs asset discovery.Method parameters in com.google.cloud.securitycenter.v1beta1 with type arguments of type OrganizationName Modifier and Type Method Description static List<String>
OrganizationName. toStringList(List<OrganizationName> values)
-