Uses of Class
com.google.logging.v2.CreateViewRequest
-
Packages that use CreateViewRequest Package Description com.google.cloud.logging.v2 A client to Cloud Logging APIcom.google.cloud.logging.v2.stub com.google.logging.v2 -
-
Uses of CreateViewRequest in com.google.cloud.logging.v2
Methods in com.google.cloud.logging.v2 that return types with arguments of type CreateViewRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CreateViewRequest,LogView>ConfigClient. createViewCallable()Creates a view over log entries in a log bucket.com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateViewRequest,LogView>ConfigSettings.Builder. createViewSettings()Returns the builder for the settings used for calls to createView.com.google.api.gax.rpc.UnaryCallSettings<CreateViewRequest,LogView>ConfigSettings. createViewSettings()Returns the object with the settings used for calls to createView.Methods in com.google.cloud.logging.v2 with parameters of type CreateViewRequest Modifier and Type Method Description LogViewConfigClient. createView(CreateViewRequest request)Creates a view over log entries in a log bucket. -
Uses of CreateViewRequest in com.google.cloud.logging.v2.stub
Methods in com.google.cloud.logging.v2.stub that return types with arguments of type CreateViewRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CreateViewRequest,LogView>ConfigServiceV2Stub. createViewCallable()com.google.api.gax.rpc.UnaryCallable<CreateViewRequest,LogView>GrpcConfigServiceV2Stub. createViewCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateViewRequest,LogView>ConfigServiceV2StubSettings.Builder. createViewSettings()Returns the builder for the settings used for calls to createView.com.google.api.gax.rpc.UnaryCallSettings<CreateViewRequest,LogView>ConfigServiceV2StubSettings. createViewSettings()Returns the object with the settings used for calls to createView. -
Uses of CreateViewRequest in com.google.logging.v2
Methods in com.google.logging.v2 that return CreateViewRequest Modifier and Type Method Description CreateViewRequestCreateViewRequest.Builder. build()CreateViewRequestCreateViewRequest.Builder. buildPartial()static CreateViewRequestCreateViewRequest. getDefaultInstance()CreateViewRequestCreateViewRequest.Builder. getDefaultInstanceForType()CreateViewRequestCreateViewRequest. getDefaultInstanceForType()static CreateViewRequestCreateViewRequest. parseDelimitedFrom(InputStream input)static CreateViewRequestCreateViewRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateViewRequestCreateViewRequest. parseFrom(byte[] data)static CreateViewRequestCreateViewRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateViewRequestCreateViewRequest. parseFrom(com.google.protobuf.ByteString data)static CreateViewRequestCreateViewRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateViewRequestCreateViewRequest. parseFrom(com.google.protobuf.CodedInputStream input)static CreateViewRequestCreateViewRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateViewRequestCreateViewRequest. parseFrom(InputStream input)static CreateViewRequestCreateViewRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateViewRequestCreateViewRequest. parseFrom(ByteBuffer data)static CreateViewRequestCreateViewRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.logging.v2 that return types with arguments of type CreateViewRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<CreateViewRequest,LogView>ConfigServiceV2Grpc. getCreateViewMethod()com.google.protobuf.Parser<CreateViewRequest>CreateViewRequest. getParserForType()static com.google.protobuf.Parser<CreateViewRequest>CreateViewRequest. parser()Methods in com.google.logging.v2 with parameters of type CreateViewRequest Modifier and Type Method Description default voidConfigServiceV2Grpc.AsyncService. createView(CreateViewRequest request, io.grpc.stub.StreamObserver<LogView> responseObserver)Creates a view over log entries in a log bucket.LogViewConfigServiceV2Grpc.ConfigServiceV2BlockingStub. createView(CreateViewRequest request)Creates a view over log entries in a log bucket.com.google.common.util.concurrent.ListenableFuture<LogView>ConfigServiceV2Grpc.ConfigServiceV2FutureStub. createView(CreateViewRequest request)Creates a view over log entries in a log bucket.voidConfigServiceV2Grpc.ConfigServiceV2Stub. createView(CreateViewRequest request, io.grpc.stub.StreamObserver<LogView> responseObserver)Creates a view over log entries in a log bucket.CreateViewRequest.BuilderCreateViewRequest.Builder. mergeFrom(CreateViewRequest other)static CreateViewRequest.BuilderCreateViewRequest. newBuilder(CreateViewRequest prototype)
-