Interface DeleteHmacKeyRequestOrBuilder

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

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

    Modifier and Type
    Method
    Description
    Required.
    com.google.protobuf.ByteString
    Required.
    Required.
    com.google.protobuf.ByteString
    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 Details

    • getAccessId

      String getAccessId()
       Required. The identifying key for the HMAC to delete.
       
      string access_id = 1 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The accessId.
    • getAccessIdBytes

      com.google.protobuf.ByteString getAccessIdBytes()
       Required. The identifying key for the HMAC to delete.
       
      string access_id = 1 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The bytes for accessId.
    • getProject

      String getProject()
       Required. The project that owns the HMAC key, in the format of
       "projects/{projectIdentifier}".
       {projectIdentifier} can be the project ID or project number.
       
      string project = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
      Returns:
      The project.
    • getProjectBytes

      com.google.protobuf.ByteString getProjectBytes()
       Required. The project that owns the HMAC key, in the format of
       "projects/{projectIdentifier}".
       {projectIdentifier} can be the project ID or project number.
       
      string project = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
      Returns:
      The bytes for project.