Interface DeleteEventsRequestOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getProjectName()
      Required.
      com.google.protobuf.ByteString getProjectNameBytes()
      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

      • getProjectName

        String getProjectName()
         Required. The resource name of the Google Cloud Platform project. Written
         as `projects/{projectID}`, where `{projectID}` is the
         [Google Cloud Platform project
         ID](https://support.google.com/cloud/answer/6158840).
        
         Example: `projects/my-project-123`.
         
        string project_name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        The projectName.
      • getProjectNameBytes

        com.google.protobuf.ByteString getProjectNameBytes()
         Required. The resource name of the Google Cloud Platform project. Written
         as `projects/{projectID}`, where `{projectID}` is the
         [Google Cloud Platform project
         ID](https://support.google.com/cloud/answer/6158840).
        
         Example: `projects/my-project-123`.
         
        string project_name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        The bytes for projectName.