com.google.cloud.eventarc.v1.stub.EventarcStub Maven / Gradle / Ivy
Show all versions of google-cloud-eventarc 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.eventarc.v1.stub;
import static com.google.cloud.eventarc.v1.EventarcClient.ListChannelConnectionsPagedResponse;
import static com.google.cloud.eventarc.v1.EventarcClient.ListChannelsPagedResponse;
import static com.google.cloud.eventarc.v1.EventarcClient.ListLocationsPagedResponse;
import static com.google.cloud.eventarc.v1.EventarcClient.ListProvidersPagedResponse;
import static com.google.cloud.eventarc.v1.EventarcClient.ListTriggersPagedResponse;
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.eventarc.v1.Channel;
import com.google.cloud.eventarc.v1.ChannelConnection;
import com.google.cloud.eventarc.v1.CreateChannelConnectionRequest;
import com.google.cloud.eventarc.v1.CreateChannelRequest;
import com.google.cloud.eventarc.v1.CreateTriggerRequest;
import com.google.cloud.eventarc.v1.DeleteChannelConnectionRequest;
import com.google.cloud.eventarc.v1.DeleteChannelRequest;
import com.google.cloud.eventarc.v1.DeleteTriggerRequest;
import com.google.cloud.eventarc.v1.GetChannelConnectionRequest;
import com.google.cloud.eventarc.v1.GetChannelRequest;
import com.google.cloud.eventarc.v1.GetGoogleChannelConfigRequest;
import com.google.cloud.eventarc.v1.GetProviderRequest;
import com.google.cloud.eventarc.v1.GetTriggerRequest;
import com.google.cloud.eventarc.v1.GoogleChannelConfig;
import com.google.cloud.eventarc.v1.ListChannelConnectionsRequest;
import com.google.cloud.eventarc.v1.ListChannelConnectionsResponse;
import com.google.cloud.eventarc.v1.ListChannelsRequest;
import com.google.cloud.eventarc.v1.ListChannelsResponse;
import com.google.cloud.eventarc.v1.ListProvidersRequest;
import com.google.cloud.eventarc.v1.ListProvidersResponse;
import com.google.cloud.eventarc.v1.ListTriggersRequest;
import com.google.cloud.eventarc.v1.ListTriggersResponse;
import com.google.cloud.eventarc.v1.OperationMetadata;
import com.google.cloud.eventarc.v1.Provider;
import com.google.cloud.eventarc.v1.Trigger;
import com.google.cloud.eventarc.v1.UpdateChannelRequest;
import com.google.cloud.eventarc.v1.UpdateGoogleChannelConfigRequest;
import com.google.cloud.eventarc.v1.UpdateTriggerRequest;
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.iam.v1.GetIamPolicyRequest;
import com.google.iam.v1.Policy;
import com.google.iam.v1.SetIamPolicyRequest;
import com.google.iam.v1.TestIamPermissionsRequest;
import com.google.iam.v1.TestIamPermissionsResponse;
import com.google.longrunning.Operation;
import com.google.longrunning.stub.OperationsStub;
import javax.annotation.Generated;
// AUTO-GENERATED DOCUMENTATION AND CLASS.
/**
* Base stub class for the Eventarc service API.
*
* This class is for advanced usage and reflects the underlying API directly.
*/
@Generated("by gapic-generator-java")
public abstract class EventarcStub implements BackgroundResource {
public OperationsStub getOperationsStub() {
return null;
}
public com.google.api.gax.httpjson.longrunning.stub.OperationsStub getHttpJsonOperationsStub() {
return null;
}
public UnaryCallable getTriggerCallable() {
throw new UnsupportedOperationException("Not implemented: getTriggerCallable()");
}
public UnaryCallable listTriggersPagedCallable() {
throw new UnsupportedOperationException("Not implemented: listTriggersPagedCallable()");
}
public UnaryCallable listTriggersCallable() {
throw new UnsupportedOperationException("Not implemented: listTriggersCallable()");
}
public OperationCallable
createTriggerOperationCallable() {
throw new UnsupportedOperationException("Not implemented: createTriggerOperationCallable()");
}
public UnaryCallable createTriggerCallable() {
throw new UnsupportedOperationException("Not implemented: createTriggerCallable()");
}
public OperationCallable
updateTriggerOperationCallable() {
throw new UnsupportedOperationException("Not implemented: updateTriggerOperationCallable()");
}
public UnaryCallable updateTriggerCallable() {
throw new UnsupportedOperationException("Not implemented: updateTriggerCallable()");
}
public OperationCallable
deleteTriggerOperationCallable() {
throw new UnsupportedOperationException("Not implemented: deleteTriggerOperationCallable()");
}
public UnaryCallable deleteTriggerCallable() {
throw new UnsupportedOperationException("Not implemented: deleteTriggerCallable()");
}
public UnaryCallable getChannelCallable() {
throw new UnsupportedOperationException("Not implemented: getChannelCallable()");
}
public UnaryCallable listChannelsPagedCallable() {
throw new UnsupportedOperationException("Not implemented: listChannelsPagedCallable()");
}
public UnaryCallable listChannelsCallable() {
throw new UnsupportedOperationException("Not implemented: listChannelsCallable()");
}
public OperationCallable
createChannelOperationCallable() {
throw new UnsupportedOperationException("Not implemented: createChannelOperationCallable()");
}
public UnaryCallable createChannelCallable() {
throw new UnsupportedOperationException("Not implemented: createChannelCallable()");
}
public OperationCallable
updateChannelOperationCallable() {
throw new UnsupportedOperationException("Not implemented: updateChannelOperationCallable()");
}
public UnaryCallable updateChannelCallable() {
throw new UnsupportedOperationException("Not implemented: updateChannelCallable()");
}
public OperationCallable
deleteChannelOperationCallable() {
throw new UnsupportedOperationException("Not implemented: deleteChannelOperationCallable()");
}
public UnaryCallable deleteChannelCallable() {
throw new UnsupportedOperationException("Not implemented: deleteChannelCallable()");
}
public UnaryCallable getProviderCallable() {
throw new UnsupportedOperationException("Not implemented: getProviderCallable()");
}
public UnaryCallable
listProvidersPagedCallable() {
throw new UnsupportedOperationException("Not implemented: listProvidersPagedCallable()");
}
public UnaryCallable listProvidersCallable() {
throw new UnsupportedOperationException("Not implemented: listProvidersCallable()");
}
public UnaryCallable
getChannelConnectionCallable() {
throw new UnsupportedOperationException("Not implemented: getChannelConnectionCallable()");
}
public UnaryCallable
listChannelConnectionsPagedCallable() {
throw new UnsupportedOperationException(
"Not implemented: listChannelConnectionsPagedCallable()");
}
public UnaryCallable
listChannelConnectionsCallable() {
throw new UnsupportedOperationException("Not implemented: listChannelConnectionsCallable()");
}
public OperationCallable
createChannelConnectionOperationCallable() {
throw new UnsupportedOperationException(
"Not implemented: createChannelConnectionOperationCallable()");
}
public UnaryCallable
createChannelConnectionCallable() {
throw new UnsupportedOperationException("Not implemented: createChannelConnectionCallable()");
}
public OperationCallable
deleteChannelConnectionOperationCallable() {
throw new UnsupportedOperationException(
"Not implemented: deleteChannelConnectionOperationCallable()");
}
public UnaryCallable
deleteChannelConnectionCallable() {
throw new UnsupportedOperationException("Not implemented: deleteChannelConnectionCallable()");
}
public UnaryCallable
getGoogleChannelConfigCallable() {
throw new UnsupportedOperationException("Not implemented: getGoogleChannelConfigCallable()");
}
public UnaryCallable
updateGoogleChannelConfigCallable() {
throw new UnsupportedOperationException("Not implemented: updateGoogleChannelConfigCallable()");
}
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()");
}
public UnaryCallable setIamPolicyCallable() {
throw new UnsupportedOperationException("Not implemented: setIamPolicyCallable()");
}
public UnaryCallable getIamPolicyCallable() {
throw new UnsupportedOperationException("Not implemented: getIamPolicyCallable()");
}
public UnaryCallable
testIamPermissionsCallable() {
throw new UnsupportedOperationException("Not implemented: testIamPermissionsCallable()");
}
@Override
public abstract void close();
}