Interface Resources.AttestorOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    Resources.Attestor, Resources.Attestor.Builder
    Enclosing class:
    Resources

    public static interface Resources.AttestorOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getName

        String getName()
         Required. The resource name, in the format:
         `projects/*/attestors/*`. This field may not be updated.
         
        string name = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The name.
      • getNameBytes

        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];
        Returns:
        The bytes for name.
      • getDescription

        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];
        Returns:
        The description.
      • getDescriptionBytes

        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];
        Returns:
        The bytes for description.
      • hasUserOwnedGrafeasNote

        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;
        Returns:
        Whether the userOwnedGrafeasNote field is set.
      • getUserOwnedGrafeasNote

        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;
        Returns:
        The userOwnedGrafeasNote.
      • getUserOwnedGrafeasNoteOrBuilder

        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;
      • hasUpdateTime

        boolean hasUpdateTime()
         Output only. Time when the attestor was last updated.
         
        .google.protobuf.Timestamp update_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        Whether the updateTime field is set.
      • getUpdateTime

        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];
        Returns:
        The updateTime.
      • getUpdateTimeOrBuilder

        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];