@Generated(value="by gapic-generator-java") public class FulfillmentName extends Object implements ResourceName
Modifier and Type | Class and Description |
---|---|
static class |
FulfillmentName.Builder
Builder for projects/{project}/agent/fulfillment.
|
static class |
FulfillmentName.ProjectLocationBuilder
Builder for projects/{project}/locations/{location}/agent/fulfillment.
|
Modifier | Constructor and Description |
---|---|
protected |
FulfillmentName()
Deprecated.
|
@Deprecated protected FulfillmentName()
public String getProject()
public String getLocation()
public static FulfillmentName.Builder newBuilder()
@BetaApi(value="The per-pattern Builders are not stable yet and may be changed in the future.") public static FulfillmentName.Builder newProjectBuilder()
@BetaApi(value="The per-pattern Builders are not stable yet and may be changed in the future.") public static FulfillmentName.ProjectLocationBuilder newProjectLocationBuilder()
public FulfillmentName.Builder toBuilder()
public static FulfillmentName of(String project)
@BetaApi(value="The static create methods are not stable yet and may be changed in the future.") public static FulfillmentName ofProjectName(String project)
@BetaApi(value="The static create methods are not stable yet and may be changed in the future.") public static FulfillmentName ofProjectLocationName(String project, String location)
@BetaApi(value="The static format methods are not stable yet and may be changed in the future.") public static String formatProjectName(String project)
@BetaApi(value="The static format methods are not stable yet and may be changed in the future.") public static String formatProjectLocationName(String project, String location)
public static FulfillmentName parse(String formattedString)
public static List<FulfillmentName> parseList(List<String> formattedStrings)
public static List<String> toStringList(List<FulfillmentName> values)
public static boolean isParsableFrom(String formattedString)
public Map<String,String> getFieldValuesMap()
getFieldValuesMap
in interface ResourceName
public String getFieldValue(String fieldName)
getFieldValue
in interface ResourceName
Copyright © 2022 Google LLC. All rights reserved.