Uses of Class
com.google.cloud.securitycenter.v1p1beta1.Resource
-
Packages that use Resource Package Description com.google.cloud.securitycenter.v1p1beta1 A client to Security Command Center API -
-
Uses of Resource in com.google.cloud.securitycenter.v1p1beta1
Methods in com.google.cloud.securitycenter.v1p1beta1 that return Resource Modifier and Type Method Description Resource
Resource.Builder. build()
Resource
Resource.Builder. buildPartial()
static Resource
Resource. getDefaultInstance()
Resource
Resource.Builder. getDefaultInstanceForType()
Resource
Resource. getDefaultInstanceForType()
Resource
NotificationMessage.Builder. getResource()
The Cloud resource tied to the notification.Resource
NotificationMessage. getResource()
The Cloud resource tied to the notification.Resource
NotificationMessageOrBuilder. getResource()
The Cloud resource tied to the notification.static Resource
Resource. parseDelimitedFrom(InputStream input)
static Resource
Resource. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Resource
Resource. parseFrom(byte[] data)
static Resource
Resource. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Resource
Resource. parseFrom(com.google.protobuf.ByteString data)
static Resource
Resource. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Resource
Resource. parseFrom(com.google.protobuf.CodedInputStream input)
static Resource
Resource. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Resource
Resource. parseFrom(InputStream input)
static Resource
Resource. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Resource
Resource. parseFrom(ByteBuffer data)
static Resource
Resource. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.securitycenter.v1p1beta1 that return types with arguments of type Resource Modifier and Type Method Description com.google.protobuf.Parser<Resource>
Resource. getParserForType()
static com.google.protobuf.Parser<Resource>
Resource. parser()
Methods in com.google.cloud.securitycenter.v1p1beta1 with parameters of type Resource Modifier and Type Method Description Resource.Builder
Resource.Builder. mergeFrom(Resource other)
NotificationMessage.Builder
NotificationMessage.Builder. mergeResource(Resource value)
The Cloud resource tied to the notification.static Resource.Builder
Resource. newBuilder(Resource prototype)
NotificationMessage.Builder
NotificationMessage.Builder. setResource(Resource value)
The Cloud resource tied to the notification.
-