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