public interface AttestorOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Attestor.AttestorTypeCase |
getAttestorTypeCase() |
String |
getDescription()
Optional.
|
com.google.protobuf.ByteString |
getDescriptionBytes()
Optional.
|
String |
getName()
Required.
|
com.google.protobuf.ByteString |
getNameBytes()
Required.
|
com.google.protobuf.Timestamp |
getUpdateTime()
Output only.
|
com.google.protobuf.TimestampOrBuilder |
getUpdateTimeOrBuilder()
Output only.
|
UserOwnedDrydockNote |
getUserOwnedDrydockNote()
A Drydock ATTESTATION_AUTHORITY Note, created by the user.
|
UserOwnedDrydockNoteOrBuilder |
getUserOwnedDrydockNoteOrBuilder()
A Drydock ATTESTATION_AUTHORITY Note, created by the user.
|
boolean |
hasUpdateTime()
Output only.
|
boolean |
hasUserOwnedDrydockNote()
A Drydock ATTESTATION_AUTHORITY Note, created by the user.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
Required. The resource name, in the format: `projects/*/attestors/*`. This field may not be updated.
string name = 1 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getNameBytes()
Required. The resource name, in the format: `projects/*/attestors/*`. This field may not be updated.
string name = 1 [(.google.api.field_behavior) = REQUIRED];String getDescription()
Optional. A descriptive comment. This field may be updated. The field may be displayed in chooser dialogs.
string description = 6 [(.google.api.field_behavior) = OPTIONAL];com.google.protobuf.ByteString getDescriptionBytes()
Optional. A descriptive comment. This field may be updated. The field may be displayed in chooser dialogs.
string description = 6 [(.google.api.field_behavior) = OPTIONAL];boolean hasUserOwnedDrydockNote()
A Drydock ATTESTATION_AUTHORITY Note, created by the user.
.google.cloud.binaryauthorization.v1beta1.UserOwnedDrydockNote user_owned_drydock_note = 3;
UserOwnedDrydockNote getUserOwnedDrydockNote()
A Drydock ATTESTATION_AUTHORITY Note, created by the user.
.google.cloud.binaryauthorization.v1beta1.UserOwnedDrydockNote user_owned_drydock_note = 3;
UserOwnedDrydockNoteOrBuilder getUserOwnedDrydockNoteOrBuilder()
A Drydock ATTESTATION_AUTHORITY Note, created by the user.
.google.cloud.binaryauthorization.v1beta1.UserOwnedDrydockNote user_owned_drydock_note = 3;
boolean hasUpdateTime()
Output only. Time when the attestor was last updated.
.google.protobuf.Timestamp update_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
com.google.protobuf.Timestamp getUpdateTime()
Output only. Time when the attestor was last updated.
.google.protobuf.Timestamp update_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder()
Output only. Time when the attestor was last updated.
.google.protobuf.Timestamp update_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Attestor.AttestorTypeCase getAttestorTypeCase()
Copyright © 2024 Google LLC. All rights reserved.