Uses of Class
com.google.cloud.securitycenter.v1beta1.CreateSourceRequest
-
Packages that use CreateSourceRequest Package Description com.google.cloud.securitycenter.v1beta1 A client to Security Command Center APIcom.google.cloud.securitycenter.v1beta1.stub -
-
Uses of CreateSourceRequest in com.google.cloud.securitycenter.v1beta1
Methods in com.google.cloud.securitycenter.v1beta1 that return CreateSourceRequest Modifier and Type Method Description CreateSourceRequest
CreateSourceRequest.Builder. build()
CreateSourceRequest
CreateSourceRequest.Builder. buildPartial()
static CreateSourceRequest
CreateSourceRequest. getDefaultInstance()
CreateSourceRequest
CreateSourceRequest.Builder. getDefaultInstanceForType()
CreateSourceRequest
CreateSourceRequest. getDefaultInstanceForType()
static CreateSourceRequest
CreateSourceRequest. parseDelimitedFrom(InputStream input)
static CreateSourceRequest
CreateSourceRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateSourceRequest
CreateSourceRequest. parseFrom(byte[] data)
static CreateSourceRequest
CreateSourceRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateSourceRequest
CreateSourceRequest. parseFrom(com.google.protobuf.ByteString data)
static CreateSourceRequest
CreateSourceRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateSourceRequest
CreateSourceRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static CreateSourceRequest
CreateSourceRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateSourceRequest
CreateSourceRequest. parseFrom(InputStream input)
static CreateSourceRequest
CreateSourceRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateSourceRequest
CreateSourceRequest. parseFrom(ByteBuffer data)
static CreateSourceRequest
CreateSourceRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.securitycenter.v1beta1 that return types with arguments of type CreateSourceRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CreateSourceRequest,Source>
SecurityCenterClient. createSourceCallable()
Creates a source.com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateSourceRequest,Source>
SecurityCenterSettings.Builder. createSourceSettings()
Returns the builder for the settings used for calls to createSource.com.google.api.gax.rpc.UnaryCallSettings<CreateSourceRequest,Source>
SecurityCenterSettings. createSourceSettings()
Returns the object with the settings used for calls to createSource.static io.grpc.MethodDescriptor<CreateSourceRequest,Source>
SecurityCenterGrpc. getCreateSourceMethod()
com.google.protobuf.Parser<CreateSourceRequest>
CreateSourceRequest. getParserForType()
static com.google.protobuf.Parser<CreateSourceRequest>
CreateSourceRequest. parser()
Methods in com.google.cloud.securitycenter.v1beta1 with parameters of type CreateSourceRequest Modifier and Type Method Description Source
SecurityCenterClient. createSource(CreateSourceRequest request)
Creates a source.default void
SecurityCenterGrpc.AsyncService. createSource(CreateSourceRequest request, io.grpc.stub.StreamObserver<Source> responseObserver)
Creates a source.Source
SecurityCenterGrpc.SecurityCenterBlockingStub. createSource(CreateSourceRequest request)
Creates a source.com.google.common.util.concurrent.ListenableFuture<Source>
SecurityCenterGrpc.SecurityCenterFutureStub. createSource(CreateSourceRequest request)
Creates a source.void
SecurityCenterGrpc.SecurityCenterStub. createSource(CreateSourceRequest request, io.grpc.stub.StreamObserver<Source> responseObserver)
Creates a source.CreateSourceRequest.Builder
CreateSourceRequest.Builder. mergeFrom(CreateSourceRequest other)
static CreateSourceRequest.Builder
CreateSourceRequest. newBuilder(CreateSourceRequest prototype)
-
Uses of CreateSourceRequest in com.google.cloud.securitycenter.v1beta1.stub
Methods in com.google.cloud.securitycenter.v1beta1.stub that return types with arguments of type CreateSourceRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CreateSourceRequest,Source>
GrpcSecurityCenterStub. createSourceCallable()
com.google.api.gax.rpc.UnaryCallable<CreateSourceRequest,Source>
HttpJsonSecurityCenterStub. createSourceCallable()
com.google.api.gax.rpc.UnaryCallable<CreateSourceRequest,Source>
SecurityCenterStub. createSourceCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateSourceRequest,Source>
SecurityCenterStubSettings.Builder. createSourceSettings()
Returns the builder for the settings used for calls to createSource.com.google.api.gax.rpc.UnaryCallSettings<CreateSourceRequest,Source>
SecurityCenterStubSettings. createSourceSettings()
Returns the object with the settings used for calls to createSource.
-