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

nl.topicus.jdbc.shaded.com.google.longrunning.ListOperationsRequestOrBuilder Maven / Gradle / Ivy

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

package nl.topicus.jdbc.shaded.com.google.longrunning;

public interface ListOperationsRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.longrunning.ListOperationsRequest)
    nl.topicus.jdbc.shaded.com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * The name of the operation collection.
   * 
* * string name = 4; */ java.lang.String getName(); /** *
   * The name of the operation collection.
   * 
* * string name = 4; */ nl.topicus.jdbc.shaded.com.google.protobuf.ByteString getNameBytes(); /** *
   * The standard list filter.
   * 
* * string filter = 1; */ java.lang.String getFilter(); /** *
   * The standard list filter.
   * 
* * string filter = 1; */ nl.topicus.jdbc.shaded.com.google.protobuf.ByteString getFilterBytes(); /** *
   * The standard list page size.
   * 
* * int32 page_size = 2; */ int getPageSize(); /** *
   * The standard list page token.
   * 
* * string page_token = 3; */ java.lang.String getPageToken(); /** *
   * The standard list page token.
   * 
* * string page_token = 3; */ nl.topicus.jdbc.shaded.com.google.protobuf.ByteString getPageTokenBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy