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.ListViewsPage
ConfigClient.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.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)
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 ListViewsResponse
ListViewsResponse.Builder. build()
ListViewsResponse
ListViewsResponse.Builder. buildPartial()
static ListViewsResponse
ListViewsResponse. getDefaultInstance()
ListViewsResponse
ListViewsResponse.Builder. getDefaultInstanceForType()
ListViewsResponse
ListViewsResponse. getDefaultInstanceForType()
ListViewsResponse
ConfigServiceV2Grpc.ConfigServiceV2BlockingStub. listViews(ListViewsRequest request)
Lists views on a log bucket.static ListViewsResponse
ListViewsResponse. parseDelimitedFrom(InputStream input)
static ListViewsResponse
ListViewsResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListViewsResponse
ListViewsResponse. parseFrom(byte[] data)
static ListViewsResponse
ListViewsResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListViewsResponse
ListViewsResponse. parseFrom(com.google.protobuf.ByteString data)
static ListViewsResponse
ListViewsResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListViewsResponse
ListViewsResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static ListViewsResponse
ListViewsResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListViewsResponse
ListViewsResponse. parseFrom(InputStream input)
static ListViewsResponse
ListViewsResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListViewsResponse
ListViewsResponse. parseFrom(ByteBuffer data)
static ListViewsResponse
ListViewsResponse. 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.Builder
ListViewsResponse.Builder. mergeFrom(ListViewsResponse other)
static ListViewsResponse.Builder
ListViewsResponse. newBuilder(ListViewsResponse prototype)
Method parameters in com.google.logging.v2 with type arguments of type ListViewsResponse Modifier and Type Method Description default void
ConfigServiceV2Grpc.AsyncService. listViews(ListViewsRequest request, io.grpc.stub.StreamObserver<ListViewsResponse> responseObserver)
Lists views on a log bucket.void
ConfigServiceV2Grpc.ConfigServiceV2Stub. listViews(ListViewsRequest request, io.grpc.stub.StreamObserver<ListViewsResponse> responseObserver)
Lists views on a log bucket.
-