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