Uses of Class
com.google.cloud.eventarc.v1.GoogleChannelConfig
-
Packages that use GoogleChannelConfig Package Description com.google.cloud.eventarc.v1 A client to Eventarc APIcom.google.cloud.eventarc.v1.stub -
-
Uses of GoogleChannelConfig in com.google.cloud.eventarc.v1
Methods in com.google.cloud.eventarc.v1 that return GoogleChannelConfig Modifier and Type Method Description GoogleChannelConfig
GoogleChannelConfig.Builder. build()
GoogleChannelConfig
GoogleChannelConfig.Builder. buildPartial()
static GoogleChannelConfig
GoogleChannelConfig. getDefaultInstance()
GoogleChannelConfig
GoogleChannelConfig.Builder. getDefaultInstanceForType()
GoogleChannelConfig
GoogleChannelConfig. getDefaultInstanceForType()
GoogleChannelConfig
EventarcClient. getGoogleChannelConfig(GetGoogleChannelConfigRequest request)
Get a GoogleChannelConfigGoogleChannelConfig
EventarcClient. getGoogleChannelConfig(GoogleChannelConfigName name)
Get a GoogleChannelConfigGoogleChannelConfig
EventarcClient. getGoogleChannelConfig(String name)
Get a GoogleChannelConfigGoogleChannelConfig
EventarcGrpc.EventarcBlockingStub. getGoogleChannelConfig(GetGoogleChannelConfigRequest request)
Get a GoogleChannelConfigGoogleChannelConfig
UpdateGoogleChannelConfigRequest.Builder. getGoogleChannelConfig()
Required.GoogleChannelConfig
UpdateGoogleChannelConfigRequest. getGoogleChannelConfig()
Required.GoogleChannelConfig
UpdateGoogleChannelConfigRequestOrBuilder. getGoogleChannelConfig()
Required.static GoogleChannelConfig
GoogleChannelConfig. parseDelimitedFrom(InputStream input)
static GoogleChannelConfig
GoogleChannelConfig. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GoogleChannelConfig
GoogleChannelConfig. parseFrom(byte[] data)
static GoogleChannelConfig
GoogleChannelConfig. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GoogleChannelConfig
GoogleChannelConfig. parseFrom(com.google.protobuf.ByteString data)
static GoogleChannelConfig
GoogleChannelConfig. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GoogleChannelConfig
GoogleChannelConfig. parseFrom(com.google.protobuf.CodedInputStream input)
static GoogleChannelConfig
GoogleChannelConfig. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GoogleChannelConfig
GoogleChannelConfig. parseFrom(InputStream input)
static GoogleChannelConfig
GoogleChannelConfig. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GoogleChannelConfig
GoogleChannelConfig. parseFrom(ByteBuffer data)
static GoogleChannelConfig
GoogleChannelConfig. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
GoogleChannelConfig
EventarcClient. updateGoogleChannelConfig(GoogleChannelConfig googleChannelConfig, com.google.protobuf.FieldMask updateMask)
Update a single GoogleChannelConfigGoogleChannelConfig
EventarcClient. updateGoogleChannelConfig(UpdateGoogleChannelConfigRequest request)
Update a single GoogleChannelConfigGoogleChannelConfig
EventarcGrpc.EventarcBlockingStub. updateGoogleChannelConfig(UpdateGoogleChannelConfigRequest request)
Update a single GoogleChannelConfigMethods in com.google.cloud.eventarc.v1 that return types with arguments of type GoogleChannelConfig Modifier and Type Method Description static io.grpc.MethodDescriptor<GetGoogleChannelConfigRequest,GoogleChannelConfig>
EventarcGrpc. getGetGoogleChannelConfigMethod()
com.google.common.util.concurrent.ListenableFuture<GoogleChannelConfig>
EventarcGrpc.EventarcFutureStub. getGoogleChannelConfig(GetGoogleChannelConfigRequest request)
Get a GoogleChannelConfigcom.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<GoogleChannelConfig>
GoogleChannelConfig. getParserForType()
static io.grpc.MethodDescriptor<UpdateGoogleChannelConfigRequest,GoogleChannelConfig>
EventarcGrpc. getUpdateGoogleChannelConfigMethod()
static com.google.protobuf.Parser<GoogleChannelConfig>
GoogleChannelConfig. parser()
com.google.common.util.concurrent.ListenableFuture<GoogleChannelConfig>
EventarcGrpc.EventarcFutureStub. updateGoogleChannelConfig(UpdateGoogleChannelConfigRequest request)
Update a single GoogleChannelConfigcom.google.api.gax.rpc.UnaryCallable<UpdateGoogleChannelConfigRequest,GoogleChannelConfig>
EventarcClient. updateGoogleChannelConfigCallable()
Update a single GoogleChannelConfigcom.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateGoogleChannelConfigRequest,GoogleChannelConfig>
EventarcSettings.Builder. updateGoogleChannelConfigSettings()
Returns the builder for the settings used for calls to updateGoogleChannelConfig.com.google.api.gax.rpc.UnaryCallSettings<UpdateGoogleChannelConfigRequest,GoogleChannelConfig>
EventarcSettings. updateGoogleChannelConfigSettings()
Returns the object with the settings used for calls to updateGoogleChannelConfig.Methods in com.google.cloud.eventarc.v1 with parameters of type GoogleChannelConfig Modifier and Type Method Description GoogleChannelConfig.Builder
GoogleChannelConfig.Builder. mergeFrom(GoogleChannelConfig other)
UpdateGoogleChannelConfigRequest.Builder
UpdateGoogleChannelConfigRequest.Builder. mergeGoogleChannelConfig(GoogleChannelConfig value)
Required.static GoogleChannelConfig.Builder
GoogleChannelConfig. newBuilder(GoogleChannelConfig prototype)
UpdateGoogleChannelConfigRequest.Builder
UpdateGoogleChannelConfigRequest.Builder. setGoogleChannelConfig(GoogleChannelConfig value)
Required.GoogleChannelConfig
EventarcClient. updateGoogleChannelConfig(GoogleChannelConfig googleChannelConfig, com.google.protobuf.FieldMask updateMask)
Update a single GoogleChannelConfigMethod parameters in com.google.cloud.eventarc.v1 with type arguments of type GoogleChannelConfig Modifier and Type Method Description default void
EventarcGrpc.AsyncService. getGoogleChannelConfig(GetGoogleChannelConfigRequest request, io.grpc.stub.StreamObserver<GoogleChannelConfig> responseObserver)
Get a GoogleChannelConfigvoid
EventarcGrpc.EventarcStub. getGoogleChannelConfig(GetGoogleChannelConfigRequest request, io.grpc.stub.StreamObserver<GoogleChannelConfig> responseObserver)
Get a GoogleChannelConfigdefault void
EventarcGrpc.AsyncService. updateGoogleChannelConfig(UpdateGoogleChannelConfigRequest request, io.grpc.stub.StreamObserver<GoogleChannelConfig> responseObserver)
Update a single GoogleChannelConfigvoid
EventarcGrpc.EventarcStub. updateGoogleChannelConfig(UpdateGoogleChannelConfigRequest request, io.grpc.stub.StreamObserver<GoogleChannelConfig> responseObserver)
Update a single GoogleChannelConfig -
Uses of GoogleChannelConfig in com.google.cloud.eventarc.v1.stub
Methods in com.google.cloud.eventarc.v1.stub that return types with arguments of type GoogleChannelConfig 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.com.google.api.gax.rpc.UnaryCallable<UpdateGoogleChannelConfigRequest,GoogleChannelConfig>
EventarcStub. updateGoogleChannelConfigCallable()
com.google.api.gax.rpc.UnaryCallable<UpdateGoogleChannelConfigRequest,GoogleChannelConfig>
GrpcEventarcStub. updateGoogleChannelConfigCallable()
com.google.api.gax.rpc.UnaryCallable<UpdateGoogleChannelConfigRequest,GoogleChannelConfig>
HttpJsonEventarcStub. updateGoogleChannelConfigCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateGoogleChannelConfigRequest,GoogleChannelConfig>
EventarcStubSettings.Builder. updateGoogleChannelConfigSettings()
Returns the builder for the settings used for calls to updateGoogleChannelConfig.com.google.api.gax.rpc.UnaryCallSettings<UpdateGoogleChannelConfigRequest,GoogleChannelConfig>
EventarcStubSettings. updateGoogleChannelConfigSettings()
Returns the object with the settings used for calls to updateGoogleChannelConfig.
-