lightstep.com.google.longrunning.ListOperationsRequestOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/longrunning/operations.proto
package lightstep.lightstep.lightstep.com.google.longrunning;
public interface ListOperationsRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.longrunning.ListOperationsRequest)
lightstep.com.lightstep.lightstep.lightstep.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;
*/
lightstep.com.lightstep.lightstep.lightstep.google.protobuf.ByteString
getNameBytes();
/**
*
* The standard list filter.
*
*
* string filter = 1;
*/
String getFilter();
/**
*
* The standard list filter.
*
*
* string filter = 1;
*/
lightstep.com.lightstep.lightstep.lightstep.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;
*/
lightstep.com.lightstep.lightstep.lightstep.google.protobuf.ByteString
getPageTokenBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy