com.google.cloud.bigquery.reservation.v1.stub.ReservationServiceStub Maven / Gradle / Ivy
Show all versions of google-cloud-bigqueryreservation 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.bigquery.reservation.v1.stub;
import static com.google.cloud.bigquery.reservation.v1.ReservationServiceClient.ListAssignmentsPagedResponse;
import static com.google.cloud.bigquery.reservation.v1.ReservationServiceClient.ListCapacityCommitmentsPagedResponse;
import static com.google.cloud.bigquery.reservation.v1.ReservationServiceClient.ListReservationsPagedResponse;
import static com.google.cloud.bigquery.reservation.v1.ReservationServiceClient.SearchAllAssignmentsPagedResponse;
import static com.google.cloud.bigquery.reservation.v1.ReservationServiceClient.SearchAssignmentsPagedResponse;
import com.google.api.gax.core.BackgroundResource;
import com.google.api.gax.rpc.UnaryCallable;
import com.google.cloud.bigquery.reservation.v1.Assignment;
import com.google.cloud.bigquery.reservation.v1.BiReservation;
import com.google.cloud.bigquery.reservation.v1.CapacityCommitment;
import com.google.cloud.bigquery.reservation.v1.CreateAssignmentRequest;
import com.google.cloud.bigquery.reservation.v1.CreateCapacityCommitmentRequest;
import com.google.cloud.bigquery.reservation.v1.CreateReservationRequest;
import com.google.cloud.bigquery.reservation.v1.DeleteAssignmentRequest;
import com.google.cloud.bigquery.reservation.v1.DeleteCapacityCommitmentRequest;
import com.google.cloud.bigquery.reservation.v1.DeleteReservationRequest;
import com.google.cloud.bigquery.reservation.v1.GetBiReservationRequest;
import com.google.cloud.bigquery.reservation.v1.GetCapacityCommitmentRequest;
import com.google.cloud.bigquery.reservation.v1.GetReservationRequest;
import com.google.cloud.bigquery.reservation.v1.ListAssignmentsRequest;
import com.google.cloud.bigquery.reservation.v1.ListAssignmentsResponse;
import com.google.cloud.bigquery.reservation.v1.ListCapacityCommitmentsRequest;
import com.google.cloud.bigquery.reservation.v1.ListCapacityCommitmentsResponse;
import com.google.cloud.bigquery.reservation.v1.ListReservationsRequest;
import com.google.cloud.bigquery.reservation.v1.ListReservationsResponse;
import com.google.cloud.bigquery.reservation.v1.MergeCapacityCommitmentsRequest;
import com.google.cloud.bigquery.reservation.v1.MoveAssignmentRequest;
import com.google.cloud.bigquery.reservation.v1.Reservation;
import com.google.cloud.bigquery.reservation.v1.SearchAllAssignmentsRequest;
import com.google.cloud.bigquery.reservation.v1.SearchAllAssignmentsResponse;
import com.google.cloud.bigquery.reservation.v1.SearchAssignmentsRequest;
import com.google.cloud.bigquery.reservation.v1.SearchAssignmentsResponse;
import com.google.cloud.bigquery.reservation.v1.SplitCapacityCommitmentRequest;
import com.google.cloud.bigquery.reservation.v1.SplitCapacityCommitmentResponse;
import com.google.cloud.bigquery.reservation.v1.UpdateAssignmentRequest;
import com.google.cloud.bigquery.reservation.v1.UpdateBiReservationRequest;
import com.google.cloud.bigquery.reservation.v1.UpdateCapacityCommitmentRequest;
import com.google.cloud.bigquery.reservation.v1.UpdateReservationRequest;
import com.google.protobuf.Empty;
import javax.annotation.Generated;
// AUTO-GENERATED DOCUMENTATION AND CLASS.
/**
* Base stub class for the ReservationService service API.
*
* This class is for advanced usage and reflects the underlying API directly.
*/
@Generated("by gapic-generator-java")
public abstract class ReservationServiceStub implements BackgroundResource {
public UnaryCallable createReservationCallable() {
throw new UnsupportedOperationException("Not implemented: createReservationCallable()");
}
public UnaryCallable
listReservationsPagedCallable() {
throw new UnsupportedOperationException("Not implemented: listReservationsPagedCallable()");
}
public UnaryCallable
listReservationsCallable() {
throw new UnsupportedOperationException("Not implemented: listReservationsCallable()");
}
public UnaryCallable getReservationCallable() {
throw new UnsupportedOperationException("Not implemented: getReservationCallable()");
}
public UnaryCallable deleteReservationCallable() {
throw new UnsupportedOperationException("Not implemented: deleteReservationCallable()");
}
public UnaryCallable updateReservationCallable() {
throw new UnsupportedOperationException("Not implemented: updateReservationCallable()");
}
public UnaryCallable
createCapacityCommitmentCallable() {
throw new UnsupportedOperationException("Not implemented: createCapacityCommitmentCallable()");
}
public UnaryCallable
listCapacityCommitmentsPagedCallable() {
throw new UnsupportedOperationException(
"Not implemented: listCapacityCommitmentsPagedCallable()");
}
public UnaryCallable
listCapacityCommitmentsCallable() {
throw new UnsupportedOperationException("Not implemented: listCapacityCommitmentsCallable()");
}
public UnaryCallable
getCapacityCommitmentCallable() {
throw new UnsupportedOperationException("Not implemented: getCapacityCommitmentCallable()");
}
public UnaryCallable deleteCapacityCommitmentCallable() {
throw new UnsupportedOperationException("Not implemented: deleteCapacityCommitmentCallable()");
}
public UnaryCallable
updateCapacityCommitmentCallable() {
throw new UnsupportedOperationException("Not implemented: updateCapacityCommitmentCallable()");
}
public UnaryCallable
splitCapacityCommitmentCallable() {
throw new UnsupportedOperationException("Not implemented: splitCapacityCommitmentCallable()");
}
public UnaryCallable
mergeCapacityCommitmentsCallable() {
throw new UnsupportedOperationException("Not implemented: mergeCapacityCommitmentsCallable()");
}
public UnaryCallable createAssignmentCallable() {
throw new UnsupportedOperationException("Not implemented: createAssignmentCallable()");
}
public UnaryCallable
listAssignmentsPagedCallable() {
throw new UnsupportedOperationException("Not implemented: listAssignmentsPagedCallable()");
}
public UnaryCallable listAssignmentsCallable() {
throw new UnsupportedOperationException("Not implemented: listAssignmentsCallable()");
}
public UnaryCallable deleteAssignmentCallable() {
throw new UnsupportedOperationException("Not implemented: deleteAssignmentCallable()");
}
@Deprecated
public UnaryCallable
searchAssignmentsPagedCallable() {
throw new UnsupportedOperationException("Not implemented: searchAssignmentsPagedCallable()");
}
@Deprecated
public UnaryCallable
searchAssignmentsCallable() {
throw new UnsupportedOperationException("Not implemented: searchAssignmentsCallable()");
}
public UnaryCallable
searchAllAssignmentsPagedCallable() {
throw new UnsupportedOperationException("Not implemented: searchAllAssignmentsPagedCallable()");
}
public UnaryCallable
searchAllAssignmentsCallable() {
throw new UnsupportedOperationException("Not implemented: searchAllAssignmentsCallable()");
}
public UnaryCallable moveAssignmentCallable() {
throw new UnsupportedOperationException("Not implemented: moveAssignmentCallable()");
}
public UnaryCallable updateAssignmentCallable() {
throw new UnsupportedOperationException("Not implemented: updateAssignmentCallable()");
}
public UnaryCallable getBiReservationCallable() {
throw new UnsupportedOperationException("Not implemented: getBiReservationCallable()");
}
public UnaryCallable updateBiReservationCallable() {
throw new UnsupportedOperationException("Not implemented: updateBiReservationCallable()");
}
@Override
public abstract void close();
}