Uses of Class
com.google.logging.v2.ListViewsRequest
-
Packages that use ListViewsRequest Package Description com.google.cloud.logging.v2 A client to Cloud Logging APIcom.google.cloud.logging.v2.stub com.google.logging.v2 -
-
Uses of ListViewsRequest in com.google.cloud.logging.v2
Methods in com.google.cloud.logging.v2 that return types with arguments of type ListViewsRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListViewsRequest,ListViewsResponse>
ConfigClient. listViewsCallable()
Lists views on a log bucket.com.google.api.gax.rpc.UnaryCallable<ListViewsRequest,ConfigClient.ListViewsPagedResponse>
ConfigClient. listViewsPagedCallable()
Lists views on a log bucket.com.google.api.gax.rpc.PagedCallSettings.Builder<ListViewsRequest,ListViewsResponse,ConfigClient.ListViewsPagedResponse>
ConfigSettings.Builder. listViewsSettings()
Returns the builder for the settings used for calls to listViews.com.google.api.gax.rpc.PagedCallSettings<ListViewsRequest,ListViewsResponse,ConfigClient.ListViewsPagedResponse>
ConfigSettings. listViewsSettings()
Returns the object with the settings used for calls to listViews.Methods in com.google.cloud.logging.v2 with parameters of type ListViewsRequest Modifier and Type Method Description ConfigClient.ListViewsPagedResponse
ConfigClient. listViews(ListViewsRequest request)
Lists views on a log bucket.Method parameters in com.google.cloud.logging.v2 with type arguments of type ListViewsRequest Modifier and Type Method Description static com.google.api.core.ApiFuture<ConfigClient.ListViewsPagedResponse>
ConfigClient.ListViewsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListViewsRequest,ListViewsResponse,LogView> context, com.google.api.core.ApiFuture<ListViewsResponse> futureResponse)
protected ConfigClient.ListViewsPage
ConfigClient.ListViewsPage. createPage(com.google.api.gax.rpc.PageContext<ListViewsRequest,ListViewsResponse,LogView> context, ListViewsResponse response)
com.google.api.core.ApiFuture<ConfigClient.ListViewsPage>
ConfigClient.ListViewsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListViewsRequest,ListViewsResponse,LogView> context, com.google.api.core.ApiFuture<ListViewsResponse> futureResponse)
-
Uses of ListViewsRequest in com.google.cloud.logging.v2.stub
Methods in com.google.cloud.logging.v2.stub that return types with arguments of type ListViewsRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListViewsRequest,ListViewsResponse>
ConfigServiceV2Stub. listViewsCallable()
com.google.api.gax.rpc.UnaryCallable<ListViewsRequest,ListViewsResponse>
GrpcConfigServiceV2Stub. listViewsCallable()
com.google.api.gax.rpc.UnaryCallable<ListViewsRequest,ConfigClient.ListViewsPagedResponse>
ConfigServiceV2Stub. listViewsPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListViewsRequest,ConfigClient.ListViewsPagedResponse>
GrpcConfigServiceV2Stub. listViewsPagedCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListViewsRequest,ListViewsResponse,ConfigClient.ListViewsPagedResponse>
ConfigServiceV2StubSettings.Builder. listViewsSettings()
Returns the builder for the settings used for calls to listViews.com.google.api.gax.rpc.PagedCallSettings<ListViewsRequest,ListViewsResponse,ConfigClient.ListViewsPagedResponse>
ConfigServiceV2StubSettings. listViewsSettings()
Returns the object with the settings used for calls to listViews. -
Uses of ListViewsRequest in com.google.logging.v2
Methods in com.google.logging.v2 that return ListViewsRequest Modifier and Type Method Description ListViewsRequest
ListViewsRequest.Builder. build()
ListViewsRequest
ListViewsRequest.Builder. buildPartial()
static ListViewsRequest
ListViewsRequest. getDefaultInstance()
ListViewsRequest
ListViewsRequest.Builder. getDefaultInstanceForType()
ListViewsRequest
ListViewsRequest. getDefaultInstanceForType()
static ListViewsRequest
ListViewsRequest. parseDelimitedFrom(InputStream input)
static ListViewsRequest
ListViewsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListViewsRequest
ListViewsRequest. parseFrom(byte[] data)
static ListViewsRequest
ListViewsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListViewsRequest
ListViewsRequest. parseFrom(com.google.protobuf.ByteString data)
static ListViewsRequest
ListViewsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListViewsRequest
ListViewsRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static ListViewsRequest
ListViewsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListViewsRequest
ListViewsRequest. parseFrom(InputStream input)
static ListViewsRequest
ListViewsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListViewsRequest
ListViewsRequest. parseFrom(ByteBuffer data)
static ListViewsRequest
ListViewsRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.logging.v2 that return types with arguments of type ListViewsRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<ListViewsRequest,ListViewsResponse>
ConfigServiceV2Grpc. getListViewsMethod()
com.google.protobuf.Parser<ListViewsRequest>
ListViewsRequest. getParserForType()
static com.google.protobuf.Parser<ListViewsRequest>
ListViewsRequest. parser()
Methods in com.google.logging.v2 with parameters of type ListViewsRequest Modifier and Type Method Description default void
ConfigServiceV2Grpc.AsyncService. listViews(ListViewsRequest request, io.grpc.stub.StreamObserver<ListViewsResponse> responseObserver)
Lists views on a log bucket.ListViewsResponse
ConfigServiceV2Grpc.ConfigServiceV2BlockingStub. listViews(ListViewsRequest request)
Lists views on a log bucket.com.google.common.util.concurrent.ListenableFuture<ListViewsResponse>
ConfigServiceV2Grpc.ConfigServiceV2FutureStub. listViews(ListViewsRequest request)
Lists views on a log bucket.void
ConfigServiceV2Grpc.ConfigServiceV2Stub. listViews(ListViewsRequest request, io.grpc.stub.StreamObserver<ListViewsResponse> responseObserver)
Lists views on a log bucket.ListViewsRequest.Builder
ListViewsRequest.Builder. mergeFrom(ListViewsRequest other)
static ListViewsRequest.Builder
ListViewsRequest. newBuilder(ListViewsRequest prototype)
-