Uses of Class
com.google.cloud.eventarc.v1.GetProviderRequest
-
Packages that use GetProviderRequest Package Description com.google.cloud.eventarc.v1 A client to Eventarc APIcom.google.cloud.eventarc.v1.stub -
-
Uses of GetProviderRequest in com.google.cloud.eventarc.v1
Methods in com.google.cloud.eventarc.v1 that return GetProviderRequest Modifier and Type Method Description GetProviderRequest
GetProviderRequest.Builder. build()
GetProviderRequest
GetProviderRequest.Builder. buildPartial()
static GetProviderRequest
GetProviderRequest. getDefaultInstance()
GetProviderRequest
GetProviderRequest.Builder. getDefaultInstanceForType()
GetProviderRequest
GetProviderRequest. getDefaultInstanceForType()
static GetProviderRequest
GetProviderRequest. parseDelimitedFrom(InputStream input)
static GetProviderRequest
GetProviderRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetProviderRequest
GetProviderRequest. parseFrom(byte[] data)
static GetProviderRequest
GetProviderRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetProviderRequest
GetProviderRequest. parseFrom(com.google.protobuf.ByteString data)
static GetProviderRequest
GetProviderRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetProviderRequest
GetProviderRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetProviderRequest
GetProviderRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetProviderRequest
GetProviderRequest. parseFrom(InputStream input)
static GetProviderRequest
GetProviderRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetProviderRequest
GetProviderRequest. parseFrom(ByteBuffer data)
static GetProviderRequest
GetProviderRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.eventarc.v1 that return types with arguments of type GetProviderRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<GetProviderRequest,Provider>
EventarcGrpc. getGetProviderMethod()
com.google.protobuf.Parser<GetProviderRequest>
GetProviderRequest. getParserForType()
com.google.api.gax.rpc.UnaryCallable<GetProviderRequest,Provider>
EventarcClient. getProviderCallable()
Get a single Provider.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetProviderRequest,Provider>
EventarcSettings.Builder. getProviderSettings()
Returns the builder for the settings used for calls to getProvider.com.google.api.gax.rpc.UnaryCallSettings<GetProviderRequest,Provider>
EventarcSettings. getProviderSettings()
Returns the object with the settings used for calls to getProvider.static com.google.protobuf.Parser<GetProviderRequest>
GetProviderRequest. parser()
Methods in com.google.cloud.eventarc.v1 with parameters of type GetProviderRequest Modifier and Type Method Description Provider
EventarcClient. getProvider(GetProviderRequest request)
Get a single Provider.default void
EventarcGrpc.AsyncService. getProvider(GetProviderRequest request, io.grpc.stub.StreamObserver<Provider> responseObserver)
Get a single Provider.Provider
EventarcGrpc.EventarcBlockingStub. getProvider(GetProviderRequest request)
Get a single Provider.com.google.common.util.concurrent.ListenableFuture<Provider>
EventarcGrpc.EventarcFutureStub. getProvider(GetProviderRequest request)
Get a single Provider.void
EventarcGrpc.EventarcStub. getProvider(GetProviderRequest request, io.grpc.stub.StreamObserver<Provider> responseObserver)
Get a single Provider.GetProviderRequest.Builder
GetProviderRequest.Builder. mergeFrom(GetProviderRequest other)
static GetProviderRequest.Builder
GetProviderRequest. newBuilder(GetProviderRequest prototype)
-
Uses of GetProviderRequest in com.google.cloud.eventarc.v1.stub
Methods in com.google.cloud.eventarc.v1.stub that return types with arguments of type GetProviderRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetProviderRequest,Provider>
EventarcStub. getProviderCallable()
com.google.api.gax.rpc.UnaryCallable<GetProviderRequest,Provider>
GrpcEventarcStub. getProviderCallable()
com.google.api.gax.rpc.UnaryCallable<GetProviderRequest,Provider>
HttpJsonEventarcStub. getProviderCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetProviderRequest,Provider>
EventarcStubSettings.Builder. getProviderSettings()
Returns the builder for the settings used for calls to getProvider.com.google.api.gax.rpc.UnaryCallSettings<GetProviderRequest,Provider>
EventarcStubSettings. getProviderSettings()
Returns the object with the settings used for calls to getProvider.
-