public interface ListOperationsRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getFilter()
The standard list filter.
|
com.google.protobuf.ByteString |
getFilterBytes()
The standard list filter.
|
String |
getName()
The name of the operation's parent resource.
|
com.google.protobuf.ByteString |
getNameBytes()
The name of the operation's parent resource.
|
int |
getPageSize()
The standard list page size.
|
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, hasOneof
String getName()
The name of the operation's parent resource.
string name = 4;
com.google.protobuf.ByteString getNameBytes()
The name of the operation's parent resource.
string name = 4;
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;
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;
Copyright © 2022 Google LLC. All rights reserved.