Uses of Class
com.google.logging.v2.SettingsName
-
Packages that use SettingsName Package Description com.google.cloud.logging.v2 A client to Cloud Logging APIcom.google.logging.v2 -
-
Uses of SettingsName in com.google.cloud.logging.v2
Methods in com.google.cloud.logging.v2 with parameters of type SettingsName Modifier and Type Method Description Settings
ConfigClient. getSettings(SettingsName name)
Gets the Log Router settings for the given resource. -
Uses of SettingsName in com.google.logging.v2
Methods in com.google.logging.v2 that return SettingsName Modifier and Type Method Description SettingsName
SettingsName.BillingAccountBuilder. build()
SettingsName
SettingsName.Builder. build()
SettingsName
SettingsName.FolderBuilder. build()
SettingsName
SettingsName.OrganizationBuilder. build()
static SettingsName
SettingsName. of(String project)
static SettingsName
SettingsName. ofBillingAccountName(String billingAccount)
static SettingsName
SettingsName. ofFolderName(String folder)
static SettingsName
SettingsName. ofOrganizationName(String organization)
static SettingsName
SettingsName. ofProjectName(String project)
static SettingsName
SettingsName. parse(String formattedString)
Methods in com.google.logging.v2 that return types with arguments of type SettingsName Modifier and Type Method Description static List<SettingsName>
SettingsName. parseList(List<String> formattedStrings)
Method parameters in com.google.logging.v2 with type arguments of type SettingsName Modifier and Type Method Description static List<String>
SettingsName. toStringList(List<SettingsName> values)
-