@Generated(value="by gapic-generator-java") public class JobName extends Object implements com.google.api.resourcenames.ResourceName
Modifier and Type | Class and Description |
---|---|
static class |
JobName.Builder
Builder for projects/{project}/tenants/{tenant}/jobs/{job}.
|
static class |
JobName.ProjectJobBuilder
Builder for projects/{project}/jobs/{job}.
|
Modifier | Constructor and Description |
---|---|
protected |
JobName()
Deprecated.
|
@Deprecated protected JobName()
public String getProject()
public String getTenant()
public String getJob()
public static JobName.Builder newBuilder()
@BetaApi(value="The per-pattern Builders are not stable yet and may be changed in the future.") public static JobName.Builder newProjectTenantJobBuilder()
@BetaApi(value="The per-pattern Builders are not stable yet and may be changed in the future.") public static JobName.ProjectJobBuilder newProjectJobBuilder()
public JobName.Builder toBuilder()
@BetaApi(value="The static create methods are not stable yet and may be changed in the future.") public static JobName ofProjectTenantJobName(String project, String tenant, String job)
@BetaApi(value="The static create methods are not stable yet and may be changed in the future.") public static JobName ofProjectJobName(String project, String job)
@BetaApi(value="The static format methods are not stable yet and may be changed in the future.") public static String formatProjectTenantJobName(String project, String tenant, String job)
@BetaApi(value="The static format methods are not stable yet and may be changed in the future.") public static String formatProjectJobName(String project, String job)
public static boolean isParsableFrom(String formattedString)
public Map<String,String> getFieldValuesMap()
getFieldValuesMap
in interface com.google.api.resourcenames.ResourceName
public String getFieldValue(String fieldName)
getFieldValue
in interface com.google.api.resourcenames.ResourceName
Copyright © 2022 Google LLC. All rights reserved.