public class MonitoredResourceDescriptorName implements ResourceName
Inheritance
Object >
MonitoredResourceDescriptorName
Implements
com.google.api.resourcenames.ResourceName
Static Methods
public static String format(String project, String monitoredResourceDescriptor)
Parameters Name Description project
String
monitoredResourceDescriptor
String
public static String formatFolderMonitoredResourceDescriptorName(String folder, String monitoredResourceDescriptor)
Beta
The static format methods are not stable yet and may be changed in the future.
This feature is covered by the Pre-GA Offerings Terms of the Terms of Service. Pre-GA libraries might have limited support, and changes to pre-GA libraries might not be compatible with other pre-GA versions. For more information, see the launch stage descriptions.
Parameters Name Description folder
String
monitoredResourceDescriptor
String
public static String formatOrganizationMonitoredResourceDescriptorName(String organization, String monitoredResourceDescriptor)
Beta
The static format methods are not stable yet and may be changed in the future.
This feature is covered by the Pre-GA Offerings Terms of the Terms of Service. Pre-GA libraries might have limited support, and changes to pre-GA libraries might not be compatible with other pre-GA versions. For more information, see the launch stage descriptions.
Parameters Name Description organization
String
monitoredResourceDescriptor
String
public static String formatProjectMonitoredResourceDescriptorName(String project, String monitoredResourceDescriptor)
Beta
The static format methods are not stable yet and may be changed in the future.
This feature is covered by the Pre-GA Offerings Terms of the Terms of Service. Pre-GA libraries might have limited support, and changes to pre-GA libraries might not be compatible with other pre-GA versions. For more information, see the launch stage descriptions.
Parameters Name Description project
String
monitoredResourceDescriptor
String
isParsableFrom(String formattedString)
public static boolean isParsableFrom(String formattedString)
Parameter Name Description formattedString
String
newBuilder()
public static MonitoredResourceDescriptorName.Builder newBuilder()
newFolderMonitoredResourceDescriptorBuilder()
public static MonitoredResourceDescriptorName.FolderMonitoredResourceDescriptorBuilder newFolderMonitoredResourceDescriptorBuilder()
Beta
The per-pattern Builders are not stable yet and may be changed in the future.
This feature is covered by the Pre-GA Offerings Terms of the Terms of Service. Pre-GA libraries might have limited support, and changes to pre-GA libraries might not be compatible with other pre-GA versions. For more information, see the launch stage descriptions.
newOrganizationMonitoredResourceDescriptorBuilder()
public static MonitoredResourceDescriptorName.OrganizationMonitoredResourceDescriptorBuilder newOrganizationMonitoredResourceDescriptorBuilder()
Beta
The per-pattern Builders are not stable yet and may be changed in the future.
This feature is covered by the Pre-GA Offerings Terms of the Terms of Service. Pre-GA libraries might have limited support, and changes to pre-GA libraries might not be compatible with other pre-GA versions. For more information, see the launch stage descriptions.
newProjectMonitoredResourceDescriptorBuilder()
public static MonitoredResourceDescriptorName.Builder newProjectMonitoredResourceDescriptorBuilder()
Beta
The per-pattern Builders are not stable yet and may be changed in the future.
This feature is covered by the Pre-GA Offerings Terms of the Terms of Service. Pre-GA libraries might have limited support, and changes to pre-GA libraries might not be compatible with other pre-GA versions. For more information, see the launch stage descriptions.
of(String project, String monitoredResourceDescriptor)
public static MonitoredResourceDescriptorName of(String project, String monitoredResourceDescriptor)
Parameters Name Description project
String
monitoredResourceDescriptor
String
ofFolderMonitoredResourceDescriptorName(String folder, String monitoredResourceDescriptor)
public static MonitoredResourceDescriptorName ofFolderMonitoredResourceDescriptorName(String folder, String monitoredResourceDescriptor)
Beta
The static create methods are not stable yet and may be changed in the future.
This feature is covered by the Pre-GA Offerings Terms of the Terms of Service. Pre-GA libraries might have limited support, and changes to pre-GA libraries might not be compatible with other pre-GA versions. For more information, see the launch stage descriptions.
Parameters Name Description folder
String
monitoredResourceDescriptor
String
ofOrganizationMonitoredResourceDescriptorName(String organization, String monitoredResourceDescriptor)
public static MonitoredResourceDescriptorName ofOrganizationMonitoredResourceDescriptorName(String organization, String monitoredResourceDescriptor)
Beta
The static create methods are not stable yet and may be changed in the future.
This feature is covered by the Pre-GA Offerings Terms of the Terms of Service. Pre-GA libraries might have limited support, and changes to pre-GA libraries might not be compatible with other pre-GA versions. For more information, see the launch stage descriptions.
Parameters Name Description organization
String
monitoredResourceDescriptor
String
ofProjectMonitoredResourceDescriptorName(String project, String monitoredResourceDescriptor)
public static MonitoredResourceDescriptorName ofProjectMonitoredResourceDescriptorName(String project, String monitoredResourceDescriptor)
Beta
The static create methods are not stable yet and may be changed in the future.
This feature is covered by the Pre-GA Offerings Terms of the Terms of Service. Pre-GA libraries might have limited support, and changes to pre-GA libraries might not be compatible with other pre-GA versions. For more information, see the launch stage descriptions.
Parameters Name Description project
String
monitoredResourceDescriptor
String
parse(String formattedString)
public static MonitoredResourceDescriptorName parse(String formattedString)
Parameter Name Description formattedString
String
parseList(List<String> formattedStrings)
public static List<MonitoredResourceDescriptorName> parseList(List<String> formattedStrings)
Parameter Name Description formattedStrings
List <String >
toStringList(List<MonitoredResourceDescriptorName> values)
public static List<String> toStringList(List<MonitoredResourceDescriptorName> values)
Constructors
MonitoredResourceDescriptorName() (deprecated)
protected MonitoredResourceDescriptorName()
Methods
equals(Object o)
public boolean equals(Object o)
Parameter Name Description o
Object
Overrides
getFieldValue(String fieldName)
public String getFieldValue(String fieldName)
Parameter Name Description fieldName
String
getFieldValuesMap()
public Map<String,String> getFieldValuesMap()
getFolder()
public String getFolder()
getMonitoredResourceDescriptor()
public String getMonitoredResourceDescriptor()
getOrganization()
public String getOrganization()
getProject()
public String getProject()
hashCode()
Returns Type Description int
Overrides
toBuilder()
public MonitoredResourceDescriptorName.Builder toBuilder()
toString()
Overrides