Package com.google.logging.v2
Interface ListViewsResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListViewsResponse,ListViewsResponse.Builder
public interface ListViewsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionIf there might be more results than appear in this response, then `nextPageToken` is included.com.google.protobuf.ByteStringIf there might be more results than appear in this response, then `nextPageToken` is included.getViews(int index) A list of views.intA list of views.A list of views.getViewsOrBuilder(int index) A list of views.List<? extends LogViewOrBuilder>A list of views.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getViewsList
A list of views.
repeated .google.logging.v2.LogView views = 1; -
getViews
A list of views.
repeated .google.logging.v2.LogView views = 1; -
getViewsCount
int getViewsCount()A list of views.
repeated .google.logging.v2.LogView views = 1; -
getViewsOrBuilderList
List<? extends LogViewOrBuilder> getViewsOrBuilderList()A list of views.
repeated .google.logging.v2.LogView views = 1; -
getViewsOrBuilder
A list of views.
repeated .google.logging.v2.LogView views = 1; -
getNextPageToken
String getNextPageToken()If there might be more results than appear in this response, then `nextPageToken` is included. To get the next set of results, call the same method again using the value of `nextPageToken` as `pageToken`.
string next_page_token = 2;- Returns:
- The nextPageToken.
-
getNextPageTokenBytes
com.google.protobuf.ByteString getNextPageTokenBytes()If there might be more results than appear in this response, then `nextPageToken` is included. To get the next set of results, call the same method again using the value of `nextPageToken` as `pageToken`.
string next_page_token = 2;- Returns:
- The bytes for nextPageToken.
-