Interface RetiredResourceOrBuilder (2.88.0)

public interface RetiredResourceOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDeleteTime()

public abstract Timestamp getDeleteTime()

Output only. The time at which the original resource was deleted and this RetiredResource record was created.

.google.protobuf.Timestamp delete_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
Timestamp

The deleteTime.

getDeleteTimeOrBuilder()

public abstract TimestampOrBuilder getDeleteTimeOrBuilder()

Output only. The time at which the original resource was deleted and this RetiredResource record was created.

.google.protobuf.Timestamp delete_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
TimestampOrBuilder

getName()

public abstract String getName()

Output only. Identifier. The resource name for this RetiredResource in the format projects/*/locations/*/retiredResources/*.

string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.field_behavior) = IDENTIFIER];

Returns
Type Description
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

Output only. Identifier. The resource name for this RetiredResource in the format projects/*/locations/*/retiredResources/*.

string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.field_behavior) = IDENTIFIER];

Returns
Type Description
ByteString

The bytes for name.

getOriginalResource()

public abstract String getOriginalResource()

Output only. The full resource name of the original CryptoKey that was deleted in the format projects/*/locations/*/keyRings/*/cryptoKeys/*.

string original_resource = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The originalResource.

getOriginalResourceBytes()

public abstract ByteString getOriginalResourceBytes()

Output only. The full resource name of the original CryptoKey that was deleted in the format projects/*/locations/*/keyRings/*/cryptoKeys/*.

string original_resource = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for originalResource.

getResourceType()

public abstract String getResourceType()

Output only. The resource type of the original deleted resource.

string resource_type = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The resourceType.

getResourceTypeBytes()

public abstract ByteString getResourceTypeBytes()

Output only. The resource type of the original deleted resource.

string resource_type = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for resourceType.

hasDeleteTime()

public abstract boolean hasDeleteTime()

Output only. The time at which the original resource was deleted and this RetiredResource record was created.

.google.protobuf.Timestamp delete_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the deleteTime field is set.