Skip to content

Commit

Permalink
feat: [infra-manager] added Terraform Plan (#10223)
Browse files Browse the repository at this point in the history
* feat: added Terraform Plan

PiperOrigin-RevId: 597969500

Source-Link: googleapis/googleapis@ea0432d

Source-Link: googleapis/googleapis-gen@970abcc
Copy-Tag: eyJwIjoiamF2YS1pbmZyYS1tYW5hZ2VyLy5Pd2xCb3QueWFtbCIsImgiOiI5NzBhYmNjMjA1MDg1MjNiYjRkZTZlNmM3N2U2YzY1OGY4OTM0MDBiIn0=

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

---------

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
gcf-owl-bot[bot] and gcf-owl-bot[bot] committed Jan 19, 2024
1 parent 90a9033 commit bd6f6bb
Show file tree
Hide file tree
Showing 61 changed files with 24,133 additions and 523 deletions.
2 changes: 1 addition & 1 deletion java-infra-manager/README.md
Expand Up @@ -201,7 +201,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-infra-manager/java11.html
[stability-image]: https://img.shields.io/badge/stability-preview-yellow
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-infra-manager.svg
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-infra-manager/0.9.0
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-infra-manager/0.10.0
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
Expand Down

Large diffs are not rendered by default.

Expand Up @@ -18,6 +18,7 @@

import static com.google.cloud.config.v1.ConfigClient.ListDeploymentsPagedResponse;
import static com.google.cloud.config.v1.ConfigClient.ListLocationsPagedResponse;
import static com.google.cloud.config.v1.ConfigClient.ListPreviewsPagedResponse;
import static com.google.cloud.config.v1.ConfigClient.ListResourcesPagedResponse;
import static com.google.cloud.config.v1.ConfigClient.ListRevisionsPagedResponse;

Expand Down Expand Up @@ -205,6 +206,45 @@ public UnaryCallSettings<ExportLockInfoRequest, LockInfo> exportLockInfoSettings
return ((ConfigStubSettings) getStubSettings()).exportLockInfoSettings();
}

/** Returns the object with the settings used for calls to createPreview. */
public UnaryCallSettings<CreatePreviewRequest, Operation> createPreviewSettings() {
return ((ConfigStubSettings) getStubSettings()).createPreviewSettings();
}

/** Returns the object with the settings used for calls to createPreview. */
public OperationCallSettings<CreatePreviewRequest, Preview, OperationMetadata>
createPreviewOperationSettings() {
return ((ConfigStubSettings) getStubSettings()).createPreviewOperationSettings();
}

/** Returns the object with the settings used for calls to getPreview. */
public UnaryCallSettings<GetPreviewRequest, Preview> getPreviewSettings() {
return ((ConfigStubSettings) getStubSettings()).getPreviewSettings();
}

/** Returns the object with the settings used for calls to listPreviews. */
public PagedCallSettings<ListPreviewsRequest, ListPreviewsResponse, ListPreviewsPagedResponse>
listPreviewsSettings() {
return ((ConfigStubSettings) getStubSettings()).listPreviewsSettings();
}

/** Returns the object with the settings used for calls to deletePreview. */
public UnaryCallSettings<DeletePreviewRequest, Operation> deletePreviewSettings() {
return ((ConfigStubSettings) getStubSettings()).deletePreviewSettings();
}

/** Returns the object with the settings used for calls to deletePreview. */
public OperationCallSettings<DeletePreviewRequest, Preview, OperationMetadata>
deletePreviewOperationSettings() {
return ((ConfigStubSettings) getStubSettings()).deletePreviewOperationSettings();
}

/** Returns the object with the settings used for calls to exportPreviewResult. */
public UnaryCallSettings<ExportPreviewResultRequest, ExportPreviewResultResponse>
exportPreviewResultSettings() {
return ((ConfigStubSettings) getStubSettings()).exportPreviewResultSettings();
}

/** Returns the object with the settings used for calls to listLocations. */
public PagedCallSettings<ListLocationsRequest, ListLocationsResponse, ListLocationsPagedResponse>
listLocationsSettings() {
Expand Down Expand Up @@ -468,6 +508,46 @@ public UnaryCallSettings.Builder<ExportLockInfoRequest, LockInfo> exportLockInfo
return getStubSettingsBuilder().exportLockInfoSettings();
}

/** Returns the builder for the settings used for calls to createPreview. */
public UnaryCallSettings.Builder<CreatePreviewRequest, Operation> createPreviewSettings() {
return getStubSettingsBuilder().createPreviewSettings();
}

/** Returns the builder for the settings used for calls to createPreview. */
public OperationCallSettings.Builder<CreatePreviewRequest, Preview, OperationMetadata>
createPreviewOperationSettings() {
return getStubSettingsBuilder().createPreviewOperationSettings();
}

/** Returns the builder for the settings used for calls to getPreview. */
public UnaryCallSettings.Builder<GetPreviewRequest, Preview> getPreviewSettings() {
return getStubSettingsBuilder().getPreviewSettings();
}

/** Returns the builder for the settings used for calls to listPreviews. */
public PagedCallSettings.Builder<
ListPreviewsRequest, ListPreviewsResponse, ListPreviewsPagedResponse>
listPreviewsSettings() {
return getStubSettingsBuilder().listPreviewsSettings();
}

/** Returns the builder for the settings used for calls to deletePreview. */
public UnaryCallSettings.Builder<DeletePreviewRequest, Operation> deletePreviewSettings() {
return getStubSettingsBuilder().deletePreviewSettings();
}

/** Returns the builder for the settings used for calls to deletePreview. */
public OperationCallSettings.Builder<DeletePreviewRequest, Preview, OperationMetadata>
deletePreviewOperationSettings() {
return getStubSettingsBuilder().deletePreviewOperationSettings();
}

/** Returns the builder for the settings used for calls to exportPreviewResult. */
public UnaryCallSettings.Builder<ExportPreviewResultRequest, ExportPreviewResultResponse>
exportPreviewResultSettings() {
return getStubSettingsBuilder().exportPreviewResultSettings();
}

/** Returns the builder for the settings used for calls to listLocations. */
public PagedCallSettings.Builder<
ListLocationsRequest, ListLocationsResponse, ListLocationsPagedResponse>
Expand Down
Expand Up @@ -13,9 +13,15 @@
"CreateDeployment": {
"methods": ["createDeploymentAsync", "createDeploymentAsync", "createDeploymentAsync", "createDeploymentOperationCallable", "createDeploymentCallable"]
},
"CreatePreview": {
"methods": ["createPreviewAsync", "createPreviewAsync", "createPreviewAsync", "createPreviewOperationCallable", "createPreviewCallable"]
},
"DeleteDeployment": {
"methods": ["deleteDeploymentAsync", "deleteDeploymentAsync", "deleteDeploymentAsync", "deleteDeploymentOperationCallable", "deleteDeploymentCallable"]
},
"DeletePreview": {
"methods": ["deletePreviewAsync", "deletePreviewAsync", "deletePreviewAsync", "deletePreviewOperationCallable", "deletePreviewCallable"]
},
"DeleteStatefile": {
"methods": ["deleteStatefile", "deleteStatefile", "deleteStatefile", "deleteStatefileCallable"]
},
Expand All @@ -25,6 +31,9 @@
"ExportLockInfo": {
"methods": ["exportLockInfo", "exportLockInfo", "exportLockInfo", "exportLockInfoCallable"]
},
"ExportPreviewResult": {
"methods": ["exportPreviewResult", "exportPreviewResultCallable"]
},
"ExportRevisionStatefile": {
"methods": ["exportRevisionStatefile", "exportRevisionStatefileCallable"]
},
Expand All @@ -37,6 +46,9 @@
"GetLocation": {
"methods": ["getLocation", "getLocationCallable"]
},
"GetPreview": {
"methods": ["getPreview", "getPreview", "getPreview", "getPreviewCallable"]
},
"GetResource": {
"methods": ["getResource", "getResource", "getResource", "getResourceCallable"]
},
Expand All @@ -52,6 +64,9 @@
"ListLocations": {
"methods": ["listLocations", "listLocationsPagedCallable", "listLocationsCallable"]
},
"ListPreviews": {
"methods": ["listPreviews", "listPreviews", "listPreviews", "listPreviewsPagedCallable", "listPreviewsCallable"]
},
"ListResources": {
"methods": ["listResources", "listResources", "listResources", "listResourcesPagedCallable", "listResourcesCallable"]
},
Expand Down
Expand Up @@ -18,32 +18,41 @@

import static com.google.cloud.config.v1.ConfigClient.ListDeploymentsPagedResponse;
import static com.google.cloud.config.v1.ConfigClient.ListLocationsPagedResponse;
import static com.google.cloud.config.v1.ConfigClient.ListPreviewsPagedResponse;
import static com.google.cloud.config.v1.ConfigClient.ListResourcesPagedResponse;
import static com.google.cloud.config.v1.ConfigClient.ListRevisionsPagedResponse;

import com.google.api.gax.core.BackgroundResource;
import com.google.api.gax.rpc.OperationCallable;
import com.google.api.gax.rpc.UnaryCallable;
import com.google.cloud.config.v1.CreateDeploymentRequest;
import com.google.cloud.config.v1.CreatePreviewRequest;
import com.google.cloud.config.v1.DeleteDeploymentRequest;
import com.google.cloud.config.v1.DeletePreviewRequest;
import com.google.cloud.config.v1.DeleteStatefileRequest;
import com.google.cloud.config.v1.Deployment;
import com.google.cloud.config.v1.ExportDeploymentStatefileRequest;
import com.google.cloud.config.v1.ExportLockInfoRequest;
import com.google.cloud.config.v1.ExportPreviewResultRequest;
import com.google.cloud.config.v1.ExportPreviewResultResponse;
import com.google.cloud.config.v1.ExportRevisionStatefileRequest;
import com.google.cloud.config.v1.GetDeploymentRequest;
import com.google.cloud.config.v1.GetPreviewRequest;
import com.google.cloud.config.v1.GetResourceRequest;
import com.google.cloud.config.v1.GetRevisionRequest;
import com.google.cloud.config.v1.ImportStatefileRequest;
import com.google.cloud.config.v1.ListDeploymentsRequest;
import com.google.cloud.config.v1.ListDeploymentsResponse;
import com.google.cloud.config.v1.ListPreviewsRequest;
import com.google.cloud.config.v1.ListPreviewsResponse;
import com.google.cloud.config.v1.ListResourcesRequest;
import com.google.cloud.config.v1.ListResourcesResponse;
import com.google.cloud.config.v1.ListRevisionsRequest;
import com.google.cloud.config.v1.ListRevisionsResponse;
import com.google.cloud.config.v1.LockDeploymentRequest;
import com.google.cloud.config.v1.LockInfo;
import com.google.cloud.config.v1.OperationMetadata;
import com.google.cloud.config.v1.Preview;
import com.google.cloud.config.v1.Resource;
import com.google.cloud.config.v1.Revision;
import com.google.cloud.config.v1.Statefile;
Expand Down Expand Up @@ -186,6 +195,41 @@ public UnaryCallable<ExportLockInfoRequest, LockInfo> exportLockInfoCallable() {
throw new UnsupportedOperationException("Not implemented: exportLockInfoCallable()");
}

public OperationCallable<CreatePreviewRequest, Preview, OperationMetadata>
createPreviewOperationCallable() {
throw new UnsupportedOperationException("Not implemented: createPreviewOperationCallable()");
}

public UnaryCallable<CreatePreviewRequest, Operation> createPreviewCallable() {
throw new UnsupportedOperationException("Not implemented: createPreviewCallable()");
}

public UnaryCallable<GetPreviewRequest, Preview> getPreviewCallable() {
throw new UnsupportedOperationException("Not implemented: getPreviewCallable()");
}

public UnaryCallable<ListPreviewsRequest, ListPreviewsPagedResponse> listPreviewsPagedCallable() {
throw new UnsupportedOperationException("Not implemented: listPreviewsPagedCallable()");
}

public UnaryCallable<ListPreviewsRequest, ListPreviewsResponse> listPreviewsCallable() {
throw new UnsupportedOperationException("Not implemented: listPreviewsCallable()");
}

public OperationCallable<DeletePreviewRequest, Preview, OperationMetadata>
deletePreviewOperationCallable() {
throw new UnsupportedOperationException("Not implemented: deletePreviewOperationCallable()");
}

public UnaryCallable<DeletePreviewRequest, Operation> deletePreviewCallable() {
throw new UnsupportedOperationException("Not implemented: deletePreviewCallable()");
}

public UnaryCallable<ExportPreviewResultRequest, ExportPreviewResultResponse>
exportPreviewResultCallable() {
throw new UnsupportedOperationException("Not implemented: exportPreviewResultCallable()");
}

public UnaryCallable<ListLocationsRequest, ListLocationsPagedResponse>
listLocationsPagedCallable() {
throw new UnsupportedOperationException("Not implemented: listLocationsPagedCallable()");
Expand Down

0 comments on commit bd6f6bb

Please sign in to comment.