public class EndpointName implements ResourceName
Inheritance
Object >
EndpointName
Implements
com.google.api.resourcenames.ResourceName
Static Methods
public static String format(String project, String location, String endpoint)
public static String formatProjectLocationEndpointName(String project, String location, String endpoint)
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.
public static String formatProjectLocationPublisherModelName(String project, String location, String publisher, String model)
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.
public static boolean isParsableFrom(String formattedString)
Parameter Name Description formattedString
String
public static EndpointName.Builder newBuilder()
public static EndpointName.Builder newProjectLocationEndpointBuilder()
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.
public static EndpointName.ProjectLocationPublisherModelBuilder newProjectLocationPublisherModelBuilder()
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.
public static EndpointName of(String project, String location, String endpoint)
public static EndpointName ofProjectLocationEndpointName(String project, String location, String endpoint)
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.
public static EndpointName ofProjectLocationPublisherModelName(String project, String location, String publisher, String model)
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.
public static EndpointName parse(String formattedString)
Parameter Name Description formattedString
String
public static List<EndpointName> parseList(List<String> formattedStrings)
Parameter Name Description formattedStrings
List <String >
public static List<String> toStringList(List<EndpointName> values)
Constructors
Methods
public boolean equals(Object o)
Parameter Name Description o
Object
Overrides
public String getEndpoint()
public String getFieldValue(String fieldName)
Parameter Name Description fieldName
String
public Map<String,String> getFieldValuesMap()
public String getLocation()
public String getProject()
public String getPublisher()
Returns Type Description int
Overrides
public EndpointName.Builder toBuilder()
Overrides