Class MetricDescriptorName (3.43.0)

public class MetricDescriptorName implements ResourceName

Inheritance

Object > MetricDescriptorName

Implements

com.google.api.resourcenames.ResourceName

Static Methods

format(String project, String metricDescriptor)

public static String format(String project, String metricDescriptor)
Parameters
Name Description
project String
metricDescriptor String
Returns
Type Description
String

formatFolderMetricDescriptorName(String folder, String metricDescriptor)

public static String formatFolderMetricDescriptorName(String folder, String metricDescriptor)
Parameters
Name Description
folder String
metricDescriptor String
Returns
Type Description
String

formatOrganizationMetricDescriptorName(String organization, String metricDescriptor)

public static String formatOrganizationMetricDescriptorName(String organization, String metricDescriptor)
Parameters
Name Description
organization String
metricDescriptor String
Returns
Type Description
String

formatProjectMetricDescriptorName(String project, String metricDescriptor)

public static String formatProjectMetricDescriptorName(String project, String metricDescriptor)
Parameters
Name Description
project String
metricDescriptor String
Returns
Type Description
String

isParsableFrom(String formattedString)

public static boolean isParsableFrom(String formattedString)
Parameter
Name Description
formattedString String
Returns
Type Description
boolean

newBuilder()

public static MetricDescriptorName.Builder newBuilder()
Returns
Type Description
MetricDescriptorName.Builder

newFolderMetricDescriptorBuilder()

public static MetricDescriptorName.FolderMetricDescriptorBuilder newFolderMetricDescriptorBuilder()
Returns
Type Description
MetricDescriptorName.FolderMetricDescriptorBuilder

newOrganizationMetricDescriptorBuilder()

public static MetricDescriptorName.OrganizationMetricDescriptorBuilder newOrganizationMetricDescriptorBuilder()
Returns
Type Description
MetricDescriptorName.OrganizationMetricDescriptorBuilder

newProjectMetricDescriptorBuilder()

public static MetricDescriptorName.Builder newProjectMetricDescriptorBuilder()
Returns
Type Description
MetricDescriptorName.Builder

of(String project, String metricDescriptor)

public static MetricDescriptorName of(String project, String metricDescriptor)
Parameters
Name Description
project String
metricDescriptor String
Returns
Type Description
MetricDescriptorName

ofFolderMetricDescriptorName(String folder, String metricDescriptor)

public static MetricDescriptorName ofFolderMetricDescriptorName(String folder, String metricDescriptor)
Parameters
Name Description
folder String
metricDescriptor String
Returns
Type Description
MetricDescriptorName

ofOrganizationMetricDescriptorName(String organization, String metricDescriptor)

public static MetricDescriptorName ofOrganizationMetricDescriptorName(String organization, String metricDescriptor)
Parameters
Name Description
organization String
metricDescriptor String
Returns
Type Description
MetricDescriptorName

ofProjectMetricDescriptorName(String project, String metricDescriptor)

public static MetricDescriptorName ofProjectMetricDescriptorName(String project, String metricDescriptor)
Parameters
Name Description
project String
metricDescriptor String
Returns
Type Description
MetricDescriptorName

parse(String formattedString)

public static MetricDescriptorName parse(String formattedString)
Parameter
Name Description
formattedString String
Returns
Type Description
MetricDescriptorName

parseList(List<String> formattedStrings)

public static List<MetricDescriptorName> parseList(List<String> formattedStrings)
Parameter
Name Description
formattedStrings List<String>
Returns
Type Description
List<MetricDescriptorName>

toStringList(List<MetricDescriptorName> values)

public static List<String> toStringList(List<MetricDescriptorName> values)
Parameter
Name Description
values List<MetricDescriptorName>
Returns
Type Description
List<String>

Constructors

MetricDescriptorName() (deprecated)

protected MetricDescriptorName()

Methods

equals(Object o)

public boolean equals(Object o)
Parameter
Name Description
o Object
Returns
Type Description
boolean
Overrides

getFieldValue(String fieldName)

public String getFieldValue(String fieldName)
Parameter
Name Description
fieldName String
Returns
Type Description
String

getFieldValuesMap()

public Map<String,String> getFieldValuesMap()
Returns
Type Description
Map<String,String>

getFolder()

public String getFolder()
Returns
Type Description
String

getMetricDescriptor()

public String getMetricDescriptor()
Returns
Type Description
String

getOrganization()

public String getOrganization()
Returns
Type Description
String

getProject()

public String getProject()
Returns
Type Description
String

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

toBuilder()

public MetricDescriptorName.Builder toBuilder()
Returns
Type Description
MetricDescriptorName.Builder

toString()

public String toString()
Returns
Type Description
String
Overrides