
com.google.cloud.developerconnect.v1.stub.DeveloperConnectStub Maven / Gradle / Ivy
/*
* 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.developerconnect.v1.stub;
import static com.google.cloud.developerconnect.v1.DeveloperConnectClient.FetchGitRefsPagedResponse;
import static com.google.cloud.developerconnect.v1.DeveloperConnectClient.FetchLinkableGitRepositoriesPagedResponse;
import static com.google.cloud.developerconnect.v1.DeveloperConnectClient.ListConnectionsPagedResponse;
import static com.google.cloud.developerconnect.v1.DeveloperConnectClient.ListGitRepositoryLinksPagedResponse;
import static com.google.cloud.developerconnect.v1.DeveloperConnectClient.ListLocationsPagedResponse;
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.developerconnect.v1.Connection;
import com.google.cloud.developerconnect.v1.CreateConnectionRequest;
import com.google.cloud.developerconnect.v1.CreateGitRepositoryLinkRequest;
import com.google.cloud.developerconnect.v1.DeleteConnectionRequest;
import com.google.cloud.developerconnect.v1.DeleteGitRepositoryLinkRequest;
import com.google.cloud.developerconnect.v1.FetchGitHubInstallationsRequest;
import com.google.cloud.developerconnect.v1.FetchGitHubInstallationsResponse;
import com.google.cloud.developerconnect.v1.FetchGitRefsRequest;
import com.google.cloud.developerconnect.v1.FetchGitRefsResponse;
import com.google.cloud.developerconnect.v1.FetchLinkableGitRepositoriesRequest;
import com.google.cloud.developerconnect.v1.FetchLinkableGitRepositoriesResponse;
import com.google.cloud.developerconnect.v1.FetchReadTokenRequest;
import com.google.cloud.developerconnect.v1.FetchReadTokenResponse;
import com.google.cloud.developerconnect.v1.FetchReadWriteTokenRequest;
import com.google.cloud.developerconnect.v1.FetchReadWriteTokenResponse;
import com.google.cloud.developerconnect.v1.GetConnectionRequest;
import com.google.cloud.developerconnect.v1.GetGitRepositoryLinkRequest;
import com.google.cloud.developerconnect.v1.GitRepositoryLink;
import com.google.cloud.developerconnect.v1.ListConnectionsRequest;
import com.google.cloud.developerconnect.v1.ListConnectionsResponse;
import com.google.cloud.developerconnect.v1.ListGitRepositoryLinksRequest;
import com.google.cloud.developerconnect.v1.ListGitRepositoryLinksResponse;
import com.google.cloud.developerconnect.v1.OperationMetadata;
import com.google.cloud.developerconnect.v1.UpdateConnectionRequest;
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.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 DeveloperConnect service API.
*
* This class is for advanced usage and reflects the underlying API directly.
*/
@Generated("by gapic-generator-java")
public abstract class DeveloperConnectStub implements BackgroundResource {
public OperationsStub getOperationsStub() {
return null;
}
public com.google.api.gax.httpjson.longrunning.stub.OperationsStub getHttpJsonOperationsStub() {
return null;
}
public UnaryCallable
listConnectionsPagedCallable() {
throw new UnsupportedOperationException("Not implemented: listConnectionsPagedCallable()");
}
public UnaryCallable listConnectionsCallable() {
throw new UnsupportedOperationException("Not implemented: listConnectionsCallable()");
}
public UnaryCallable getConnectionCallable() {
throw new UnsupportedOperationException("Not implemented: getConnectionCallable()");
}
public OperationCallable
createConnectionOperationCallable() {
throw new UnsupportedOperationException("Not implemented: createConnectionOperationCallable()");
}
public UnaryCallable createConnectionCallable() {
throw new UnsupportedOperationException("Not implemented: createConnectionCallable()");
}
public OperationCallable
updateConnectionOperationCallable() {
throw new UnsupportedOperationException("Not implemented: updateConnectionOperationCallable()");
}
public UnaryCallable updateConnectionCallable() {
throw new UnsupportedOperationException("Not implemented: updateConnectionCallable()");
}
public OperationCallable
deleteConnectionOperationCallable() {
throw new UnsupportedOperationException("Not implemented: deleteConnectionOperationCallable()");
}
public UnaryCallable deleteConnectionCallable() {
throw new UnsupportedOperationException("Not implemented: deleteConnectionCallable()");
}
public OperationCallable
createGitRepositoryLinkOperationCallable() {
throw new UnsupportedOperationException(
"Not implemented: createGitRepositoryLinkOperationCallable()");
}
public UnaryCallable
createGitRepositoryLinkCallable() {
throw new UnsupportedOperationException("Not implemented: createGitRepositoryLinkCallable()");
}
public OperationCallable
deleteGitRepositoryLinkOperationCallable() {
throw new UnsupportedOperationException(
"Not implemented: deleteGitRepositoryLinkOperationCallable()");
}
public UnaryCallable
deleteGitRepositoryLinkCallable() {
throw new UnsupportedOperationException("Not implemented: deleteGitRepositoryLinkCallable()");
}
public UnaryCallable
listGitRepositoryLinksPagedCallable() {
throw new UnsupportedOperationException(
"Not implemented: listGitRepositoryLinksPagedCallable()");
}
public UnaryCallable
listGitRepositoryLinksCallable() {
throw new UnsupportedOperationException("Not implemented: listGitRepositoryLinksCallable()");
}
public UnaryCallable
getGitRepositoryLinkCallable() {
throw new UnsupportedOperationException("Not implemented: getGitRepositoryLinkCallable()");
}
public UnaryCallable
fetchReadWriteTokenCallable() {
throw new UnsupportedOperationException("Not implemented: fetchReadWriteTokenCallable()");
}
public UnaryCallable fetchReadTokenCallable() {
throw new UnsupportedOperationException("Not implemented: fetchReadTokenCallable()");
}
public UnaryCallable<
FetchLinkableGitRepositoriesRequest, FetchLinkableGitRepositoriesPagedResponse>
fetchLinkableGitRepositoriesPagedCallable() {
throw new UnsupportedOperationException(
"Not implemented: fetchLinkableGitRepositoriesPagedCallable()");
}
public UnaryCallable
fetchLinkableGitRepositoriesCallable() {
throw new UnsupportedOperationException(
"Not implemented: fetchLinkableGitRepositoriesCallable()");
}
public UnaryCallable
fetchGitHubInstallationsCallable() {
throw new UnsupportedOperationException("Not implemented: fetchGitHubInstallationsCallable()");
}
public UnaryCallable fetchGitRefsPagedCallable() {
throw new UnsupportedOperationException("Not implemented: fetchGitRefsPagedCallable()");
}
public UnaryCallable fetchGitRefsCallable() {
throw new UnsupportedOperationException("Not implemented: fetchGitRefsCallable()");
}
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();
}