Package com.google.logging.v2
Class SettingsName
java.lang.Object
com.google.logging.v2.SettingsName
- All Implemented Interfaces:
com.google.api.resourcenames.ResourceName
@Generated("by gapic-generator-java")
public class SettingsName
extends Object
implements com.google.api.resourcenames.ResourceName
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classBuilder for billingAccounts/{billing_account}/settings.static classBuilder for projects/{project}/settings.static classBuilder for folders/{folder}/settings.static classBuilder for organizations/{organization}/settings. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic Stringstatic StringformatBillingAccountName(String billingAccount) static StringformatFolderName(String folder) static StringformatOrganizationName(String organization) static StringformatProjectName(String project) getFieldValue(String fieldName) inthashCode()static booleanisParsableFrom(String formattedString) static SettingsName.Builderstatic SettingsName.FolderBuilderstatic SettingsName.Builderstatic SettingsNamestatic SettingsNameofBillingAccountName(String billingAccount) static SettingsNameofFolderName(String folder) static SettingsNameofOrganizationName(String organization) static SettingsNameofProjectName(String project) static SettingsNamestatic List<SettingsName>toString()toStringList(List<SettingsName> values)
-
Constructor Details
-
SettingsName
Deprecated.
-
-
Method Details
-
getProject
-
getOrganization
-
getFolder
-
getBillingAccount
-
newBuilder
-
newProjectBuilder
@BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static SettingsName.Builder newProjectBuilder() -
newOrganizationBuilder
@BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static SettingsName.OrganizationBuilder newOrganizationBuilder() -
newFolderBuilder
@BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static SettingsName.FolderBuilder newFolderBuilder() -
newBillingAccountBuilder
@BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static SettingsName.BillingAccountBuilder newBillingAccountBuilder() -
toBuilder
-
of
-
ofProjectName
@BetaApi("The static create methods are not stable yet and may be changed in the future.") public static SettingsName ofProjectName(String project) -
ofOrganizationName
@BetaApi("The static create methods are not stable yet and may be changed in the future.") public static SettingsName ofOrganizationName(String organization) -
ofFolderName
@BetaApi("The static create methods are not stable yet and may be changed in the future.") public static SettingsName ofFolderName(String folder) -
ofBillingAccountName
@BetaApi("The static create methods are not stable yet and may be changed in the future.") public static SettingsName ofBillingAccountName(String billingAccount) -
format
-
formatProjectName
-
formatOrganizationName
-
formatFolderName
-
formatBillingAccountName
-
parse
-
parseList
-
toStringList
-
isParsableFrom
-
getFieldValuesMap
- Specified by:
getFieldValuesMapin interfacecom.google.api.resourcenames.ResourceName
-
getFieldValue
- Specified by:
getFieldValuein interfacecom.google.api.resourcenames.ResourceName
-
toString
-
equals
-
hashCode
public int hashCode()
-