@Generated(value="by gapic-generator-java") public class StoredInfoTypeName extends Object implements com.google.api.resourcenames.ResourceName
| Modifier and Type | Class and Description |
|---|---|
static class |
StoredInfoTypeName.Builder
Builder for organizations/{organization}/storedInfoTypes/{stored_info_type}.
|
static class |
StoredInfoTypeName.OrganizationLocationStoredInfoTypeBuilder
Builder for
organizations/{organization}/locations/{location}/storedInfoTypes/{stored_info_type}.
|
static class |
StoredInfoTypeName.ProjectLocationStoredInfoTypeBuilder
Builder for projects/{project}/locations/{location}/storedInfoTypes/{stored_info_type}.
|
static class |
StoredInfoTypeName.ProjectStoredInfoTypeBuilder
Builder for projects/{project}/storedInfoTypes/{stored_info_type}.
|
| Modifier | Constructor and Description |
|---|---|
protected |
StoredInfoTypeName()
Deprecated.
|
@Deprecated protected StoredInfoTypeName()
public String getOrganization()
public String getStoredInfoType()
public String getProject()
public String getLocation()
public static StoredInfoTypeName.Builder newBuilder()
@BetaApi(value="The per-pattern Builders are not stable yet and may be changed in the future.") public static StoredInfoTypeName.Builder newOrganizationStoredInfoTypeBuilder()
@BetaApi(value="The per-pattern Builders are not stable yet and may be changed in the future.") public static StoredInfoTypeName.ProjectStoredInfoTypeBuilder newProjectStoredInfoTypeBuilder()
@BetaApi(value="The per-pattern Builders are not stable yet and may be changed in the future.") public static StoredInfoTypeName.OrganizationLocationStoredInfoTypeBuilder newOrganizationLocationStoredInfoTypeBuilder()
@BetaApi(value="The per-pattern Builders are not stable yet and may be changed in the future.") public static StoredInfoTypeName.ProjectLocationStoredInfoTypeBuilder newProjectLocationStoredInfoTypeBuilder()
public StoredInfoTypeName.Builder toBuilder()
public static StoredInfoTypeName of(String organization, String storedInfoType)
@BetaApi(value="The static create methods are not stable yet and may be changed in the future.") public static StoredInfoTypeName ofOrganizationStoredInfoTypeName(String organization, String storedInfoType)
@BetaApi(value="The static create methods are not stable yet and may be changed in the future.") public static StoredInfoTypeName ofProjectStoredInfoTypeName(String project, String storedInfoType)
@BetaApi(value="The static create methods are not stable yet and may be changed in the future.") public static StoredInfoTypeName ofOrganizationLocationStoredInfoTypeName(String organization, String location, String storedInfoType)
@BetaApi(value="The static create methods are not stable yet and may be changed in the future.") public static StoredInfoTypeName ofProjectLocationStoredInfoTypeName(String project, String location, String storedInfoType)
@BetaApi(value="The static format methods are not stable yet and may be changed in the future.") public static String formatOrganizationStoredInfoTypeName(String organization, String storedInfoType)
@BetaApi(value="The static format methods are not stable yet and may be changed in the future.") public static String formatProjectStoredInfoTypeName(String project, String storedInfoType)
@BetaApi(value="The static format methods are not stable yet and may be changed in the future.") public static String formatOrganizationLocationStoredInfoTypeName(String organization, String location, String storedInfoType)
@BetaApi(value="The static format methods are not stable yet and may be changed in the future.") public static String formatProjectLocationStoredInfoTypeName(String project, String location, String storedInfoType)
public static StoredInfoTypeName parse(String formattedString)
public static boolean isParsableFrom(String formattedString)
public Map<String,String> getFieldValuesMap()
getFieldValuesMap in interface com.google.api.resourcenames.ResourceNamepublic String getFieldValue(String fieldName)
getFieldValue in interface com.google.api.resourcenames.ResourceNameCopyright © 2022 Google LLC. All rights reserved.