com.google.longrunning.ListOperationsRequestOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of proto-google-longrunning-v1 Show documentation
Show all versions of proto-google-longrunning-v1 Show documentation
PROTO library for proto-google-longrunning-v1
// 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 collection.
*
*
* string name = 4;
*/
java.lang.String getName();
/**
*
* The name of the operation collection.
*
*
* string name = 4;
*/
com.google.protobuf.ByteString
getNameBytes();
/**
*
* The standard list filter.
*
*
* string filter = 1;
*/
java.lang.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;
*/
java.lang.String getPageToken();
/**
*
* The standard list page token.
*
*
* string page_token = 3;
*/
com.google.protobuf.ByteString
getPageTokenBytes();
}