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

shade.polaris.com.google.longrunning.ListOperationsRequestOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.15.4
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/longrunning/operations.proto

package com.google.longrunning;

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

  /**
   * 
   * The name of the operation's parent resource.
   * 
* * string name = 4; */ String getName(); /** *
   * The name of the operation's parent resource.
   * 
* * string name = 4; */ com.google.protobuf.ByteString getNameBytes(); /** *
   * The standard list filter.
   * 
* * string filter = 1; */ String getFilter(); /** *
   * The standard list filter.
   * 
* * string filter = 1; */ 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; */ String getPageToken(); /** *
   * The standard list page token.
   * 
* * string page_token = 3; */ com.google.protobuf.ByteString getPageTokenBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy