Uses of Class
com.google.cloud.securitycenter.v1p1beta1.RunAssetDiscoveryResponse.State
-
Packages that use RunAssetDiscoveryResponse.State Package Description com.google.cloud.securitycenter.v1p1beta1 A client to Security Command Center API -
-
Uses of RunAssetDiscoveryResponse.State in com.google.cloud.securitycenter.v1p1beta1
Methods in com.google.cloud.securitycenter.v1p1beta1 that return RunAssetDiscoveryResponse.State Modifier and Type Method Description static RunAssetDiscoveryResponse.StateRunAssetDiscoveryResponse.State. forNumber(int value)RunAssetDiscoveryResponse.StateRunAssetDiscoveryResponse.Builder. getState()The state of an asset discovery run.RunAssetDiscoveryResponse.StateRunAssetDiscoveryResponse. getState()The state of an asset discovery run.RunAssetDiscoveryResponse.StateRunAssetDiscoveryResponseOrBuilder. getState()The state of an asset discovery run.static RunAssetDiscoveryResponse.StateRunAssetDiscoveryResponse.State. valueOf(int value)Deprecated.static RunAssetDiscoveryResponse.StateRunAssetDiscoveryResponse.State. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static RunAssetDiscoveryResponse.StateRunAssetDiscoveryResponse.State. valueOf(String name)Returns the enum constant of this type with the specified name.static RunAssetDiscoveryResponse.State[]RunAssetDiscoveryResponse.State. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.securitycenter.v1p1beta1 that return types with arguments of type RunAssetDiscoveryResponse.State Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<RunAssetDiscoveryResponse.State>RunAssetDiscoveryResponse.State. internalGetValueMap()Methods in com.google.cloud.securitycenter.v1p1beta1 with parameters of type RunAssetDiscoveryResponse.State Modifier and Type Method Description RunAssetDiscoveryResponse.BuilderRunAssetDiscoveryResponse.Builder. setState(RunAssetDiscoveryResponse.State value)The state of an asset discovery run.
-