public static enum LogDestinationName.DestinationType extends Enum<LogDestinationName.DestinationType>
Enum Constant and Description |
---|
BILLINGACCOUNT |
FOLDER |
ORGANIZATION |
PROJECT |
Modifier and Type | Method and Description |
---|---|
String |
name() |
static LogDestinationName.DestinationType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LogDestinationName.DestinationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LogDestinationName.DestinationType PROJECT
public static final LogDestinationName.DestinationType FOLDER
public static final LogDestinationName.DestinationType ORGANIZATION
public static final LogDestinationName.DestinationType BILLINGACCOUNT
public static LogDestinationName.DestinationType[] values()
for (LogDestinationName.DestinationType c : LogDestinationName.DestinationType.values()) System.out.println(c);
public static LogDestinationName.DestinationType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String name()
Copyright © 2023 Google LLC. All rights reserved.