Uses of Class
com.google.cloud.securitycenter.v1.Geolocation
-
Packages that use Geolocation Package Description com.google.cloud.securitycenter.v1 A client to Security Command Center API -
-
Uses of Geolocation in com.google.cloud.securitycenter.v1
Methods in com.google.cloud.securitycenter.v1 that return Geolocation Modifier and Type Method Description Geolocation
Geolocation.Builder. build()
Geolocation
Geolocation.Builder. buildPartial()
Geolocation
Access.Builder. getCallerIpGeo()
The caller IP's geolocation, which identifies where the call came from.Geolocation
Access. getCallerIpGeo()
The caller IP's geolocation, which identifies where the call came from.Geolocation
AccessOrBuilder. getCallerIpGeo()
The caller IP's geolocation, which identifies where the call came from.static Geolocation
Geolocation. getDefaultInstance()
Geolocation
Geolocation.Builder. getDefaultInstanceForType()
Geolocation
Geolocation. getDefaultInstanceForType()
static Geolocation
Geolocation. parseDelimitedFrom(InputStream input)
static Geolocation
Geolocation. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Geolocation
Geolocation. parseFrom(byte[] data)
static Geolocation
Geolocation. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Geolocation
Geolocation. parseFrom(com.google.protobuf.ByteString data)
static Geolocation
Geolocation. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Geolocation
Geolocation. parseFrom(com.google.protobuf.CodedInputStream input)
static Geolocation
Geolocation. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Geolocation
Geolocation. parseFrom(InputStream input)
static Geolocation
Geolocation. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Geolocation
Geolocation. parseFrom(ByteBuffer data)
static Geolocation
Geolocation. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.securitycenter.v1 that return types with arguments of type Geolocation Modifier and Type Method Description com.google.protobuf.Parser<Geolocation>
Geolocation. getParserForType()
static com.google.protobuf.Parser<Geolocation>
Geolocation. parser()
Methods in com.google.cloud.securitycenter.v1 with parameters of type Geolocation Modifier and Type Method Description Access.Builder
Access.Builder. mergeCallerIpGeo(Geolocation value)
The caller IP's geolocation, which identifies where the call came from.Geolocation.Builder
Geolocation.Builder. mergeFrom(Geolocation other)
static Geolocation.Builder
Geolocation. newBuilder(Geolocation prototype)
Access.Builder
Access.Builder. setCallerIpGeo(Geolocation value)
The caller IP's geolocation, which identifies where the call came from.
-