Interface GetProtectedResourcesSummaryRequestOrBuilder (0.76.0)

public interface GetProtectedResourcesSummaryRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getFallbackScope()

public abstract FallbackScope getFallbackScope()

Optional. The scope to use if the kms organization service account is not configured.

.google.cloud.kms.inventory.v1.FallbackScope fallback_scope = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
FallbackScope

The fallbackScope.

getFallbackScopeValue()

public abstract int getFallbackScopeValue()

Optional. The scope to use if the kms organization service account is not configured.

.google.cloud.kms.inventory.v1.FallbackScope fallback_scope = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

The enum numeric value on the wire for fallbackScope.

getName()

public abstract String getName()

Required. The resource name of the CryptoKey.

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

Required. The resource name of the CryptoKey.

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for name.