Uses of Class
com.google.logging.v2.ListViewsResponse
-
Packages that use ListViewsResponse Package Description com.google.cloud.logging.v2 A client to Cloud Logging APIcom.google.cloud.logging.v2.stub com.google.logging.v2 -
-
Uses of ListViewsResponse in com.google.cloud.logging.v2
Methods in com.google.cloud.logging.v2 that return types with arguments of type ListViewsResponse 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.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 ListViewsResponse Modifier and Type Method Description protected ConfigClient.ListViewsPageConfigClient.ListViewsPage. createPage(com.google.api.gax.rpc.PageContext<ListViewsRequest,ListViewsResponse,LogView> context, ListViewsResponse response)Method parameters in com.google.cloud.logging.v2 with type arguments of type ListViewsResponse 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)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.ListViewsPageConfigClient.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)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 ListViewsResponse in com.google.cloud.logging.v2.stub
Methods in com.google.cloud.logging.v2.stub that return types with arguments of type ListViewsResponse 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.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 ListViewsResponse in com.google.logging.v2
Methods in com.google.logging.v2 that return ListViewsResponse Modifier and Type Method Description ListViewsResponseListViewsResponse.Builder. build()ListViewsResponseListViewsResponse.Builder. buildPartial()static ListViewsResponseListViewsResponse. getDefaultInstance()ListViewsResponseListViewsResponse.Builder. getDefaultInstanceForType()ListViewsResponseListViewsResponse. getDefaultInstanceForType()ListViewsResponseConfigServiceV2Grpc.ConfigServiceV2BlockingStub. listViews(ListViewsRequest request)Lists views on a log bucket.static ListViewsResponseListViewsResponse. parseDelimitedFrom(InputStream input)static ListViewsResponseListViewsResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListViewsResponseListViewsResponse. parseFrom(byte[] data)static ListViewsResponseListViewsResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListViewsResponseListViewsResponse. parseFrom(com.google.protobuf.ByteString data)static ListViewsResponseListViewsResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListViewsResponseListViewsResponse. parseFrom(com.google.protobuf.CodedInputStream input)static ListViewsResponseListViewsResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListViewsResponseListViewsResponse. parseFrom(InputStream input)static ListViewsResponseListViewsResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListViewsResponseListViewsResponse. parseFrom(ByteBuffer data)static ListViewsResponseListViewsResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.logging.v2 that return types with arguments of type ListViewsResponse Modifier and Type Method Description static io.grpc.MethodDescriptor<ListViewsRequest,ListViewsResponse>ConfigServiceV2Grpc. getListViewsMethod()com.google.protobuf.Parser<ListViewsResponse>ListViewsResponse. getParserForType()com.google.common.util.concurrent.ListenableFuture<ListViewsResponse>ConfigServiceV2Grpc.ConfigServiceV2FutureStub. listViews(ListViewsRequest request)Lists views on a log bucket.static com.google.protobuf.Parser<ListViewsResponse>ListViewsResponse. parser()Methods in com.google.logging.v2 with parameters of type ListViewsResponse Modifier and Type Method Description ListViewsResponse.BuilderListViewsResponse.Builder. mergeFrom(ListViewsResponse other)static ListViewsResponse.BuilderListViewsResponse. newBuilder(ListViewsResponse prototype)Method parameters in com.google.logging.v2 with type arguments of type ListViewsResponse Modifier and Type Method Description default voidConfigServiceV2Grpc.AsyncService. listViews(ListViewsRequest request, io.grpc.stub.StreamObserver<ListViewsResponse> responseObserver)Lists views on a log bucket.voidConfigServiceV2Grpc.ConfigServiceV2Stub. listViews(ListViewsRequest request, io.grpc.stub.StreamObserver<ListViewsResponse> responseObserver)Lists views on a log bucket.
-