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 SettingsConfigClient. 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 SettingsNameSettingsName.BillingAccountBuilder. build()SettingsNameSettingsName.Builder. build()SettingsNameSettingsName.FolderBuilder. build()SettingsNameSettingsName.OrganizationBuilder. build()static SettingsNameSettingsName. of(String project)static SettingsNameSettingsName. ofBillingAccountName(String billingAccount)static SettingsNameSettingsName. ofFolderName(String folder)static SettingsNameSettingsName. ofOrganizationName(String organization)static SettingsNameSettingsName. ofProjectName(String project)static SettingsNameSettingsName. 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)
-