Package | Description |
---|---|
com.google.cloud.securitycenter.v1beta1 |
The interfaces provided are listed below, along with usage samples.
|
com.google.cloud.securitycenter.v1beta1.stub |
Modifier and Type | Method and Description |
---|---|
Source |
Source.Builder.build() |
Source |
Source.Builder.buildPartial() |
Source |
SecurityCenterGrpc.SecurityCenterBlockingStub.createSource(CreateSourceRequest request)
Creates a source.
|
Source |
SecurityCenterClient.createSource(CreateSourceRequest request)
Creates a source.
|
Source |
SecurityCenterClient.createSource(OrganizationName parent,
Source source)
Creates a source.
|
Source |
SecurityCenterClient.createSource(String parent,
Source source)
Creates a source.
|
static Source |
Source.getDefaultInstance() |
Source |
Source.getDefaultInstanceForType() |
Source |
Source.Builder.getDefaultInstanceForType() |
Source |
CreateSourceRequest.getSource()
Required.
|
Source |
CreateSourceRequest.Builder.getSource()
Required.
|
Source |
CreateSourceRequestOrBuilder.getSource()
Required.
|
Source |
UpdateSourceRequest.getSource()
Required.
|
Source |
UpdateSourceRequest.Builder.getSource()
Required.
|
Source |
UpdateSourceRequestOrBuilder.getSource()
Required.
|
Source |
SecurityCenterGrpc.SecurityCenterBlockingStub.getSource(GetSourceRequest request)
Gets a source.
|
Source |
SecurityCenterClient.getSource(GetSourceRequest request)
Gets a source.
|
Source |
SecurityCenterClient.getSource(SourceName name)
Gets a source.
|
Source |
SecurityCenterClient.getSource(String name)
Gets a source.
|
Source |
ListSourcesResponse.getSources(int index)
Sources belonging to the requested parent.
|
Source |
ListSourcesResponse.Builder.getSources(int index)
Sources belonging to the requested parent.
|
Source |
ListSourcesResponseOrBuilder.getSources(int index)
Sources belonging to the requested parent.
|
static Source |
Source.parseDelimitedFrom(InputStream input) |
static Source |
Source.parseDelimitedFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
static Source |
Source.parseFrom(byte[] data) |
static Source |
Source.parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static Source |
Source.parseFrom(ByteBuffer data) |
static Source |
Source.parseFrom(ByteBuffer data,
ExtensionRegistryLite extensionRegistry) |
static Source |
Source.parseFrom(ByteString data) |
static Source |
Source.parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static Source |
Source.parseFrom(CodedInputStream input) |
static Source |
Source.parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static Source |
Source.parseFrom(InputStream input) |
static Source |
Source.parseFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
Source |
SecurityCenterClient.updateSource(Source source)
Updates a source.
|
Source |
SecurityCenterGrpc.SecurityCenterBlockingStub.updateSource(UpdateSourceRequest request)
Updates a source.
|
Source |
SecurityCenterClient.updateSource(UpdateSourceRequest request)
Updates a source.
|
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Source> |
SecurityCenterGrpc.SecurityCenterFutureStub.createSource(CreateSourceRequest request)
Creates a source.
|
UnaryCallable<CreateSourceRequest,Source> |
SecurityCenterClient.createSourceCallable()
Creates a source.
|
UnaryCallSettings<CreateSourceRequest,Source> |
SecurityCenterSettings.createSourceSettings()
Returns the object with the settings used for calls to createSource.
|
UnaryCallSettings.Builder<CreateSourceRequest,Source> |
SecurityCenterSettings.Builder.createSourceSettings()
Returns the builder for the settings used for calls to createSource.
|
static MethodDescriptor<CreateSourceRequest,Source> |
SecurityCenterGrpc.getCreateSourceMethod() |
static MethodDescriptor<GetSourceRequest,Source> |
SecurityCenterGrpc.getGetSourceMethod() |
Parser<Source> |
Source.getParserForType() |
com.google.common.util.concurrent.ListenableFuture<Source> |
SecurityCenterGrpc.SecurityCenterFutureStub.getSource(GetSourceRequest request)
Gets a source.
|
UnaryCallable<GetSourceRequest,Source> |
SecurityCenterClient.getSourceCallable()
Gets a source.
|
UnaryCallSettings<GetSourceRequest,Source> |
SecurityCenterSettings.getSourceSettings()
Returns the object with the settings used for calls to getSource.
|
UnaryCallSettings.Builder<GetSourceRequest,Source> |
SecurityCenterSettings.Builder.getSourceSettings()
Returns the builder for the settings used for calls to getSource.
|
List<Source> |
ListSourcesResponse.getSourcesList()
Sources belonging to the requested parent.
|
List<Source> |
ListSourcesResponse.Builder.getSourcesList()
Sources belonging to the requested parent.
|
List<Source> |
ListSourcesResponseOrBuilder.getSourcesList()
Sources belonging to the requested parent.
|
static MethodDescriptor<UpdateSourceRequest,Source> |
SecurityCenterGrpc.getUpdateSourceMethod() |
static Parser<Source> |
Source.parser() |
com.google.common.util.concurrent.ListenableFuture<Source> |
SecurityCenterGrpc.SecurityCenterFutureStub.updateSource(UpdateSourceRequest request)
Updates a source.
|
UnaryCallable<UpdateSourceRequest,Source> |
SecurityCenterClient.updateSourceCallable()
Updates a source.
|
UnaryCallSettings<UpdateSourceRequest,Source> |
SecurityCenterSettings.updateSourceSettings()
Returns the object with the settings used for calls to updateSource.
|
UnaryCallSettings.Builder<UpdateSourceRequest,Source> |
SecurityCenterSettings.Builder.updateSourceSettings()
Returns the builder for the settings used for calls to updateSource.
|
Modifier and Type | Method and Description |
---|---|
ListSourcesResponse.Builder |
ListSourcesResponse.Builder.addSources(int index,
Source value)
Sources belonging to the requested parent.
|
ListSourcesResponse.Builder |
ListSourcesResponse.Builder.addSources(Source value)
Sources belonging to the requested parent.
|
Source |
SecurityCenterClient.createSource(OrganizationName parent,
Source source)
Creates a source.
|
Source |
SecurityCenterClient.createSource(String parent,
Source source)
Creates a source.
|
Source.Builder |
Source.Builder.mergeFrom(Source other) |
CreateSourceRequest.Builder |
CreateSourceRequest.Builder.mergeSource(Source value)
Required.
|
UpdateSourceRequest.Builder |
UpdateSourceRequest.Builder.mergeSource(Source value)
Required.
|
static Source.Builder |
Source.newBuilder(Source prototype) |
CreateSourceRequest.Builder |
CreateSourceRequest.Builder.setSource(Source value)
Required.
|
UpdateSourceRequest.Builder |
UpdateSourceRequest.Builder.setSource(Source value)
Required.
|
ListSourcesResponse.Builder |
ListSourcesResponse.Builder.setSources(int index,
Source value)
Sources belonging to the requested parent.
|
Source |
SecurityCenterClient.updateSource(Source source)
Updates a source.
|
Modifier and Type | Method and Description |
---|---|
ListSourcesResponse.Builder |
ListSourcesResponse.Builder.addAllSources(Iterable<? extends Source> values)
Sources belonging to the requested parent.
|
static com.google.api.core.ApiFuture<SecurityCenterClient.ListSourcesPagedResponse> |
SecurityCenterClient.ListSourcesPagedResponse.createAsync(PageContext<ListSourcesRequest,ListSourcesResponse,Source> context,
com.google.api.core.ApiFuture<ListSourcesResponse> futureResponse) |
protected SecurityCenterClient.ListSourcesPage |
SecurityCenterClient.ListSourcesPage.createPage(PageContext<ListSourcesRequest,ListSourcesResponse,Source> context,
ListSourcesResponse response) |
com.google.api.core.ApiFuture<SecurityCenterClient.ListSourcesPage> |
SecurityCenterClient.ListSourcesPage.createPageAsync(PageContext<ListSourcesRequest,ListSourcesResponse,Source> context,
com.google.api.core.ApiFuture<ListSourcesResponse> futureResponse) |
void |
SecurityCenterGrpc.SecurityCenterImplBase.createSource(CreateSourceRequest request,
StreamObserver<Source> responseObserver)
Creates a source.
|
void |
SecurityCenterGrpc.SecurityCenterStub.createSource(CreateSourceRequest request,
StreamObserver<Source> responseObserver)
Creates a source.
|
void |
SecurityCenterGrpc.SecurityCenterImplBase.getSource(GetSourceRequest request,
StreamObserver<Source> responseObserver)
Gets a source.
|
void |
SecurityCenterGrpc.SecurityCenterStub.getSource(GetSourceRequest request,
StreamObserver<Source> responseObserver)
Gets a source.
|
void |
SecurityCenterGrpc.SecurityCenterImplBase.updateSource(UpdateSourceRequest request,
StreamObserver<Source> responseObserver)
Updates a source.
|
void |
SecurityCenterGrpc.SecurityCenterStub.updateSource(UpdateSourceRequest request,
StreamObserver<Source> responseObserver)
Updates a source.
|
Modifier and Type | Method and Description |
---|---|
UnaryCallable<CreateSourceRequest,Source> |
SecurityCenterStub.createSourceCallable() |
UnaryCallable<CreateSourceRequest,Source> |
HttpJsonSecurityCenterStub.createSourceCallable() |
UnaryCallable<CreateSourceRequest,Source> |
GrpcSecurityCenterStub.createSourceCallable() |
UnaryCallSettings<CreateSourceRequest,Source> |
SecurityCenterStubSettings.createSourceSettings()
Returns the object with the settings used for calls to createSource.
|
UnaryCallSettings.Builder<CreateSourceRequest,Source> |
SecurityCenterStubSettings.Builder.createSourceSettings()
Returns the builder for the settings used for calls to createSource.
|
UnaryCallable<GetSourceRequest,Source> |
SecurityCenterStub.getSourceCallable() |
UnaryCallable<GetSourceRequest,Source> |
HttpJsonSecurityCenterStub.getSourceCallable() |
UnaryCallable<GetSourceRequest,Source> |
GrpcSecurityCenterStub.getSourceCallable() |
UnaryCallSettings<GetSourceRequest,Source> |
SecurityCenterStubSettings.getSourceSettings()
Returns the object with the settings used for calls to getSource.
|
UnaryCallSettings.Builder<GetSourceRequest,Source> |
SecurityCenterStubSettings.Builder.getSourceSettings()
Returns the builder for the settings used for calls to getSource.
|
UnaryCallable<UpdateSourceRequest,Source> |
SecurityCenterStub.updateSourceCallable() |
UnaryCallable<UpdateSourceRequest,Source> |
HttpJsonSecurityCenterStub.updateSourceCallable() |
UnaryCallable<UpdateSourceRequest,Source> |
GrpcSecurityCenterStub.updateSourceCallable() |
UnaryCallSettings<UpdateSourceRequest,Source> |
SecurityCenterStubSettings.updateSourceSettings()
Returns the object with the settings used for calls to updateSource.
|
UnaryCallSettings.Builder<UpdateSourceRequest,Source> |
SecurityCenterStubSettings.Builder.updateSourceSettings()
Returns the builder for the settings used for calls to updateSource.
|
Copyright © 2022 Google LLC. All rights reserved.