public static interface Resources.AttestorOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Resources.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.
|
Resources.UserOwnedGrafeasNote |
getUserOwnedGrafeasNote()
This specifies how an attestation will be read, and how it will be used
during policy enforcement.
|
Resources.UserOwnedGrafeasNoteOrBuilder |
getUserOwnedGrafeasNoteOrBuilder()
This specifies how an attestation will be read, and how it will be used
during policy enforcement.
|
boolean |
hasUpdateTime()
Output only.
|
boolean |
hasUserOwnedGrafeasNote()
This specifies how an attestation will be read, and how it will be used
during policy enforcement.
|
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 hasUserOwnedGrafeasNote()
This specifies how an attestation will be read, and how it will be used during policy enforcement.
.google.cloud.binaryauthorization.v1.UserOwnedGrafeasNote user_owned_grafeas_note = 3;
Resources.UserOwnedGrafeasNote getUserOwnedGrafeasNote()
This specifies how an attestation will be read, and how it will be used during policy enforcement.
.google.cloud.binaryauthorization.v1.UserOwnedGrafeasNote user_owned_grafeas_note = 3;
Resources.UserOwnedGrafeasNoteOrBuilder getUserOwnedGrafeasNoteOrBuilder()
This specifies how an attestation will be read, and how it will be used during policy enforcement.
.google.cloud.binaryauthorization.v1.UserOwnedGrafeasNote user_owned_grafeas_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];
Resources.Attestor.AttestorTypeCase getAttestorTypeCase()
Copyright © 2023 Google LLC. All rights reserved.