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