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 LogView
ConfigClient. 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 CreateViewRequest
CreateViewRequest.Builder. build()
CreateViewRequest
CreateViewRequest.Builder. buildPartial()
static CreateViewRequest
CreateViewRequest. getDefaultInstance()
CreateViewRequest
CreateViewRequest.Builder. getDefaultInstanceForType()
CreateViewRequest
CreateViewRequest. getDefaultInstanceForType()
static CreateViewRequest
CreateViewRequest. parseDelimitedFrom(InputStream input)
static CreateViewRequest
CreateViewRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateViewRequest
CreateViewRequest. parseFrom(byte[] data)
static CreateViewRequest
CreateViewRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateViewRequest
CreateViewRequest. parseFrom(com.google.protobuf.ByteString data)
static CreateViewRequest
CreateViewRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateViewRequest
CreateViewRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static CreateViewRequest
CreateViewRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateViewRequest
CreateViewRequest. parseFrom(InputStream input)
static CreateViewRequest
CreateViewRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateViewRequest
CreateViewRequest. parseFrom(ByteBuffer data)
static CreateViewRequest
CreateViewRequest. 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 void
ConfigServiceV2Grpc.AsyncService. createView(CreateViewRequest request, io.grpc.stub.StreamObserver<LogView> responseObserver)
Creates a view over log entries in a log bucket.LogView
ConfigServiceV2Grpc.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.void
ConfigServiceV2Grpc.ConfigServiceV2Stub. createView(CreateViewRequest request, io.grpc.stub.StreamObserver<LogView> responseObserver)
Creates a view over log entries in a log bucket.CreateViewRequest.Builder
CreateViewRequest.Builder. mergeFrom(CreateViewRequest other)
static CreateViewRequest.Builder
CreateViewRequest. newBuilder(CreateViewRequest prototype)
-