Package com.pulumi.gcp.projects.outputs
Class ApiKeyRestrictionsApiTarget
- java.lang.Object
-
- com.pulumi.gcp.projects.outputs.ApiKeyRestrictionsApiTarget
-
public final class ApiKeyRestrictionsApiTarget extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ApiKeyRestrictionsApiTarget.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ApiKeyRestrictionsApiTarget.Builder
builder()
static ApiKeyRestrictionsApiTarget.Builder
builder(ApiKeyRestrictionsApiTarget defaults)
java.util.List<java.lang.String>
methods()
java.lang.String
service()
-
-
-
Method Detail
-
methods
public java.util.List<java.lang.String> methods()
- Returns:
- Optional. List of one or more methods that can be called. If empty, all methods for the service are allowed. A wildcard (*) can be used as the last symbol. Valid examples: `google.cloud.translate.v2.TranslateService.GetSupportedLanguage` `TranslateText` `Get*` `translate.googleapis.com.Get*`
-
service
public java.lang.String service()
- Returns:
- The service for this restriction. It should be the canonical service name, for example: `translate.googleapis.com`. You can use `gcloud services list` to get a list of services that are enabled in the project.
-
builder
public static ApiKeyRestrictionsApiTarget.Builder builder()
-
builder
public static ApiKeyRestrictionsApiTarget.Builder builder(ApiKeyRestrictionsApiTarget defaults)
-
-