All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.pubsub.v1.DeleteSnapshotRequestOrBuilder Maven / Gradle / Ivy

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/pubsub/v1/pubsub.proto

package com.google.pubsub.v1;

public interface DeleteSnapshotRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.pubsub.v1.DeleteSnapshotRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * The name of the snapshot to delete.
   * Format is `projects/{project}/snapshots/{snap}`.
   * 
* * string snapshot = 1; */ java.lang.String getSnapshot(); /** *
   * The name of the snapshot to delete.
   * Format is `projects/{project}/snapshots/{snap}`.
   * 
* * string snapshot = 1; */ com.google.protobuf.ByteString getSnapshotBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy