com.google.cloud.securityposture.v1.stub.SecurityPostureStub Maven / Gradle / Ivy
Show all versions of google-cloud-securityposture Show documentation
/*
* Copyright 2024 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.google.cloud.securityposture.v1.stub;
import static com.google.cloud.securityposture.v1.SecurityPostureClient.ListLocationsPagedResponse;
import static com.google.cloud.securityposture.v1.SecurityPostureClient.ListPostureDeploymentsPagedResponse;
import static com.google.cloud.securityposture.v1.SecurityPostureClient.ListPostureRevisionsPagedResponse;
import static com.google.cloud.securityposture.v1.SecurityPostureClient.ListPostureTemplatesPagedResponse;
import static com.google.cloud.securityposture.v1.SecurityPostureClient.ListPosturesPagedResponse;
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.location.GetLocationRequest;
import com.google.cloud.location.ListLocationsRequest;
import com.google.cloud.location.ListLocationsResponse;
import com.google.cloud.location.Location;
import com.google.cloud.securityposture.v1.CreatePostureDeploymentRequest;
import com.google.cloud.securityposture.v1.CreatePostureRequest;
import com.google.cloud.securityposture.v1.DeletePostureDeploymentRequest;
import com.google.cloud.securityposture.v1.DeletePostureRequest;
import com.google.cloud.securityposture.v1.ExtractPostureRequest;
import com.google.cloud.securityposture.v1.GetPostureDeploymentRequest;
import com.google.cloud.securityposture.v1.GetPostureRequest;
import com.google.cloud.securityposture.v1.GetPostureTemplateRequest;
import com.google.cloud.securityposture.v1.ListPostureDeploymentsRequest;
import com.google.cloud.securityposture.v1.ListPostureDeploymentsResponse;
import com.google.cloud.securityposture.v1.ListPostureRevisionsRequest;
import com.google.cloud.securityposture.v1.ListPostureRevisionsResponse;
import com.google.cloud.securityposture.v1.ListPostureTemplatesRequest;
import com.google.cloud.securityposture.v1.ListPostureTemplatesResponse;
import com.google.cloud.securityposture.v1.ListPosturesRequest;
import com.google.cloud.securityposture.v1.ListPosturesResponse;
import com.google.cloud.securityposture.v1.OperationMetadata;
import com.google.cloud.securityposture.v1.Posture;
import com.google.cloud.securityposture.v1.PostureDeployment;
import com.google.cloud.securityposture.v1.PostureTemplate;
import com.google.cloud.securityposture.v1.UpdatePostureDeploymentRequest;
import com.google.cloud.securityposture.v1.UpdatePostureRequest;
import com.google.longrunning.Operation;
import com.google.longrunning.stub.OperationsStub;
import com.google.protobuf.Empty;
import javax.annotation.Generated;
// AUTO-GENERATED DOCUMENTATION AND CLASS.
/**
* Base stub class for the SecurityPosture service API.
*
* This class is for advanced usage and reflects the underlying API directly.
*/
@Generated("by gapic-generator-java")
public abstract class SecurityPostureStub implements BackgroundResource {
public OperationsStub getOperationsStub() {
return null;
}
public com.google.api.gax.httpjson.longrunning.stub.OperationsStub getHttpJsonOperationsStub() {
return null;
}
public UnaryCallable listPosturesPagedCallable() {
throw new UnsupportedOperationException("Not implemented: listPosturesPagedCallable()");
}
public UnaryCallable listPosturesCallable() {
throw new UnsupportedOperationException("Not implemented: listPosturesCallable()");
}
public UnaryCallable
listPostureRevisionsPagedCallable() {
throw new UnsupportedOperationException("Not implemented: listPostureRevisionsPagedCallable()");
}
public UnaryCallable
listPostureRevisionsCallable() {
throw new UnsupportedOperationException("Not implemented: listPostureRevisionsCallable()");
}
public UnaryCallable getPostureCallable() {
throw new UnsupportedOperationException("Not implemented: getPostureCallable()");
}
public OperationCallable
createPostureOperationCallable() {
throw new UnsupportedOperationException("Not implemented: createPostureOperationCallable()");
}
public UnaryCallable createPostureCallable() {
throw new UnsupportedOperationException("Not implemented: createPostureCallable()");
}
public OperationCallable
updatePostureOperationCallable() {
throw new UnsupportedOperationException("Not implemented: updatePostureOperationCallable()");
}
public UnaryCallable updatePostureCallable() {
throw new UnsupportedOperationException("Not implemented: updatePostureCallable()");
}
public OperationCallable
deletePostureOperationCallable() {
throw new UnsupportedOperationException("Not implemented: deletePostureOperationCallable()");
}
public UnaryCallable deletePostureCallable() {
throw new UnsupportedOperationException("Not implemented: deletePostureCallable()");
}
public OperationCallable
extractPostureOperationCallable() {
throw new UnsupportedOperationException("Not implemented: extractPostureOperationCallable()");
}
public UnaryCallable extractPostureCallable() {
throw new UnsupportedOperationException("Not implemented: extractPostureCallable()");
}
public UnaryCallable
listPostureDeploymentsPagedCallable() {
throw new UnsupportedOperationException(
"Not implemented: listPostureDeploymentsPagedCallable()");
}
public UnaryCallable
listPostureDeploymentsCallable() {
throw new UnsupportedOperationException("Not implemented: listPostureDeploymentsCallable()");
}
public UnaryCallable
getPostureDeploymentCallable() {
throw new UnsupportedOperationException("Not implemented: getPostureDeploymentCallable()");
}
public OperationCallable
createPostureDeploymentOperationCallable() {
throw new UnsupportedOperationException(
"Not implemented: createPostureDeploymentOperationCallable()");
}
public UnaryCallable
createPostureDeploymentCallable() {
throw new UnsupportedOperationException("Not implemented: createPostureDeploymentCallable()");
}
public OperationCallable
updatePostureDeploymentOperationCallable() {
throw new UnsupportedOperationException(
"Not implemented: updatePostureDeploymentOperationCallable()");
}
public UnaryCallable
updatePostureDeploymentCallable() {
throw new UnsupportedOperationException("Not implemented: updatePostureDeploymentCallable()");
}
public OperationCallable
deletePostureDeploymentOperationCallable() {
throw new UnsupportedOperationException(
"Not implemented: deletePostureDeploymentOperationCallable()");
}
public UnaryCallable
deletePostureDeploymentCallable() {
throw new UnsupportedOperationException("Not implemented: deletePostureDeploymentCallable()");
}
public UnaryCallable
listPostureTemplatesPagedCallable() {
throw new UnsupportedOperationException("Not implemented: listPostureTemplatesPagedCallable()");
}
public UnaryCallable
listPostureTemplatesCallable() {
throw new UnsupportedOperationException("Not implemented: listPostureTemplatesCallable()");
}
public UnaryCallable getPostureTemplateCallable() {
throw new UnsupportedOperationException("Not implemented: getPostureTemplateCallable()");
}
public UnaryCallable
listLocationsPagedCallable() {
throw new UnsupportedOperationException("Not implemented: listLocationsPagedCallable()");
}
public UnaryCallable listLocationsCallable() {
throw new UnsupportedOperationException("Not implemented: listLocationsCallable()");
}
public UnaryCallable getLocationCallable() {
throw new UnsupportedOperationException("Not implemented: getLocationCallable()");
}
@Override
public abstract void close();
}