Interface UpdateAttestorRequestOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    UpdateAttestorRequest, UpdateAttestorRequest.Builder

    public interface UpdateAttestorRequestOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Attestor getAttestor()
      Required.
      AttestorOrBuilder getAttestorOrBuilder()
      Required.
      boolean hasAttestor()
      Required.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • hasAttestor

        boolean hasAttestor()
         Required. The updated [attestor][google.cloud.binaryauthorization.v1beta1.Attestor] value. The service will
         overwrite the [attestor name][google.cloud.binaryauthorization.v1beta1.Attestor.name] field with the resource name
         in the request URL, in the format `projects/*/attestors/*`.
         
        .google.cloud.binaryauthorization.v1beta1.Attestor attestor = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        Whether the attestor field is set.
      • getAttestor

        Attestor getAttestor()
         Required. The updated [attestor][google.cloud.binaryauthorization.v1beta1.Attestor] value. The service will
         overwrite the [attestor name][google.cloud.binaryauthorization.v1beta1.Attestor.name] field with the resource name
         in the request URL, in the format `projects/*/attestors/*`.
         
        .google.cloud.binaryauthorization.v1beta1.Attestor attestor = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The attestor.
      • getAttestorOrBuilder

        AttestorOrBuilder getAttestorOrBuilder()
         Required. The updated [attestor][google.cloud.binaryauthorization.v1beta1.Attestor] value. The service will
         overwrite the [attestor name][google.cloud.binaryauthorization.v1beta1.Attestor.name] field with the resource name
         in the request URL, in the format `projects/*/attestors/*`.
         
        .google.cloud.binaryauthorization.v1beta1.Attestor attestor = 1 [(.google.api.field_behavior) = REQUIRED];