Interface DeleteLogRequestOrBuilder

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

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

    Modifier and Type
    Method
    Description
    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

    • getLogName

      String getLogName()
       Required. The resource name of the log to delete:
      
       * `projects/[PROJECT_ID]/logs/[LOG_ID]`
       * `organizations/[ORGANIZATION_ID]/logs/[LOG_ID]`
       * `billingAccounts/[BILLING_ACCOUNT_ID]/logs/[LOG_ID]`
       * `folders/[FOLDER_ID]/logs/[LOG_ID]`
      
       `[LOG_ID]` must be URL-encoded. For example,
       `"projects/my-project-id/logs/syslog"`,
       `"organizations/123/logs/cloudaudit.googleapis.com%2Factivity"`.
      
       For more information about log names, see
       [LogEntry][google.logging.v2.LogEntry].
       
      string log_name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
      Returns:
      The logName.
    • getLogNameBytes

      com.google.protobuf.ByteString getLogNameBytes()
       Required. The resource name of the log to delete:
      
       * `projects/[PROJECT_ID]/logs/[LOG_ID]`
       * `organizations/[ORGANIZATION_ID]/logs/[LOG_ID]`
       * `billingAccounts/[BILLING_ACCOUNT_ID]/logs/[LOG_ID]`
       * `folders/[FOLDER_ID]/logs/[LOG_ID]`
      
       `[LOG_ID]` must be URL-encoded. For example,
       `"projects/my-project-id/logs/syslog"`,
       `"organizations/123/logs/cloudaudit.googleapis.com%2Factivity"`.
      
       For more information about log names, see
       [LogEntry][google.logging.v2.LogEntry].
       
      string log_name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
      Returns:
      The bytes for logName.