public interface ListOperationsRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFilter()
The standard list filter.
|
com.google.protobuf.ByteString |
getFilterBytes()
The standard list filter.
|
java.lang.String |
getName()
The name of the operation collection.
|
com.google.protobuf.ByteString |
getNameBytes()
The name of the operation collection.
|
int |
getPageSize()
The standard list page size.
|
java.lang.String |
getPageToken()
The standard list page token.
|
com.google.protobuf.ByteString |
getPageTokenBytes()
The standard list page token.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.lang.String getName()
The name of the operation collection.
string name = 4;com.google.protobuf.ByteString getNameBytes()
The name of the operation collection.
string name = 4;java.lang.String getFilter()
The standard list filter.
string filter = 1;com.google.protobuf.ByteString getFilterBytes()
The standard list filter.
string filter = 1;int getPageSize()
The standard list page size.
int32 page_size = 2;java.lang.String getPageToken()
The standard list page token.
string page_token = 3;com.google.protobuf.ByteString getPageTokenBytes()
The standard list page token.
string page_token = 3;