@InternalApi public class NameUtil extends Object
This class is considered an internal implementation detail and not meant to be used by applications.
Constructor and Description |
---|
NameUtil() |
Modifier and Type | Method and Description |
---|---|
static String |
extractTableIdFromTableName(String fullTableName) |
static String |
extractZoneIdFromLocationName(String fullLocationName) |
static String |
formatAppProfileName(String projectId,
String instanceId,
String appProfileId) |
static String |
formatClusterName(String projectId,
String instanceId,
String clusterId) |
static String |
formatInstanceName(String projectId,
String instanceId) |
static String |
formatLocationName(String projectId,
String zone) |
static String |
formatProjectName(String projectId) |
static String |
formatTableName(String projectId,
String instanceId,
String tableId) |
public static String formatTableName(String projectId, String instanceId, String tableId)
public static String extractZoneIdFromLocationName(String fullLocationName)
public static String formatClusterName(String projectId, String instanceId, String clusterId)
Copyright © 2019 Google LLC. All rights reserved.