@Generated(value="by gapic-generator-java") public class JobTriggerName extends Object implements com.google.api.resourcenames.ResourceName
| Modifier and Type | Class and Description |
|---|---|
static class |
JobTriggerName.Builder
Builder for projects/{project}/jobTriggers/{job_trigger}.
|
static class |
JobTriggerName.ProjectLocationJobTriggerBuilder
Builder for projects/{project}/locations/{location}/jobTriggers/{job_trigger}.
|
| Modifier | Constructor and Description |
|---|---|
protected |
JobTriggerName()
Deprecated.
|
@Deprecated protected JobTriggerName()
public String getProject()
public String getJobTrigger()
public String getLocation()
public static JobTriggerName.Builder newBuilder()
@BetaApi(value="The per-pattern Builders are not stable yet and may be changed in the future.") public static JobTriggerName.Builder newProjectJobTriggerBuilder()
@BetaApi(value="The per-pattern Builders are not stable yet and may be changed in the future.") public static JobTriggerName.ProjectLocationJobTriggerBuilder newProjectLocationJobTriggerBuilder()
public JobTriggerName.Builder toBuilder()
public static JobTriggerName of(String project, String jobTrigger)
@BetaApi(value="The static create methods are not stable yet and may be changed in the future.") public static JobTriggerName ofProjectJobTriggerName(String project, String jobTrigger)
@BetaApi(value="The static create methods are not stable yet and may be changed in the future.") public static JobTriggerName ofProjectLocationJobTriggerName(String project, String location, String jobTrigger)
@BetaApi(value="The static format methods are not stable yet and may be changed in the future.") public static String formatProjectJobTriggerName(String project, String jobTrigger)
@BetaApi(value="The static format methods are not stable yet and may be changed in the future.") public static String formatProjectLocationJobTriggerName(String project, String location, String jobTrigger)
public static JobTriggerName parse(String formattedString)
public static List<JobTriggerName> parseList(List<String> formattedStrings)
public static List<String> toStringList(List<JobTriggerName> values)
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.