@Generated(value="by gapic-generator-java") public class RunName extends Object implements com.google.api.resourcenames.ResourceName
| Modifier and Type | Class and Description |
|---|---|
static class |
RunName.Builder
Builder for projects/{project}/transferConfigs/{transfer_config}/runs/{run}.
|
static class |
RunName.ProjectLocationTransferConfigRunBuilder
Builder for
projects/{project}/locations/{location}/transferConfigs/{transfer_config}/runs/{run}.
|
| Modifier | Constructor and Description |
|---|---|
protected |
RunName()
Deprecated.
|
@Deprecated protected RunName()
public String getProject()
public String getTransferConfig()
public String getRun()
public String getLocation()
public static RunName.Builder newBuilder()
@BetaApi(value="The per-pattern Builders are not stable yet and may be changed in the future.") public static RunName.Builder newProjectTransferConfigRunBuilder()
@BetaApi(value="The per-pattern Builders are not stable yet and may be changed in the future.") public static RunName.ProjectLocationTransferConfigRunBuilder newProjectLocationTransferConfigRunBuilder()
public RunName.Builder toBuilder()
@BetaApi(value="The static create methods are not stable yet and may be changed in the future.") public static RunName ofProjectTransferConfigRunName(String project, String transferConfig, String run)
@BetaApi(value="The static create methods are not stable yet and may be changed in the future.") public static RunName ofProjectLocationTransferConfigRunName(String project, String location, String transferConfig, String run)
@BetaApi(value="The static format methods are not stable yet and may be changed in the future.") public static String formatProjectTransferConfigRunName(String project, String transferConfig, String run)
@BetaApi(value="The static format methods are not stable yet and may be changed in the future.") public static String formatProjectLocationTransferConfigRunName(String project, String location, String transferConfig, String run)
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 © 2023 Google LLC. All rights reserved.