Uses of Class
com.google.devtools.cloudprofiler.v2.CreateOfflineProfileRequest
-
Packages that use CreateOfflineProfileRequest Package Description com.google.devtools.cloudprofiler.v2 A client to Cloud Profiler APIcom.google.devtools.cloudprofiler.v2.stub -
-
Uses of CreateOfflineProfileRequest in com.google.devtools.cloudprofiler.v2
Methods in com.google.devtools.cloudprofiler.v2 that return CreateOfflineProfileRequest Modifier and Type Method Description CreateOfflineProfileRequestCreateOfflineProfileRequest.Builder. build()CreateOfflineProfileRequestCreateOfflineProfileRequest.Builder. buildPartial()static CreateOfflineProfileRequestCreateOfflineProfileRequest. getDefaultInstance()CreateOfflineProfileRequestCreateOfflineProfileRequest.Builder. getDefaultInstanceForType()CreateOfflineProfileRequestCreateOfflineProfileRequest. getDefaultInstanceForType()static CreateOfflineProfileRequestCreateOfflineProfileRequest. parseDelimitedFrom(InputStream input)static CreateOfflineProfileRequestCreateOfflineProfileRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateOfflineProfileRequestCreateOfflineProfileRequest. parseFrom(byte[] data)static CreateOfflineProfileRequestCreateOfflineProfileRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateOfflineProfileRequestCreateOfflineProfileRequest. parseFrom(com.google.protobuf.ByteString data)static CreateOfflineProfileRequestCreateOfflineProfileRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateOfflineProfileRequestCreateOfflineProfileRequest. parseFrom(com.google.protobuf.CodedInputStream input)static CreateOfflineProfileRequestCreateOfflineProfileRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateOfflineProfileRequestCreateOfflineProfileRequest. parseFrom(InputStream input)static CreateOfflineProfileRequestCreateOfflineProfileRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateOfflineProfileRequestCreateOfflineProfileRequest. parseFrom(ByteBuffer data)static CreateOfflineProfileRequestCreateOfflineProfileRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.devtools.cloudprofiler.v2 that return types with arguments of type CreateOfflineProfileRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CreateOfflineProfileRequest,Profile>ProfilerServiceClient. createOfflineProfileCallable()CreateOfflineProfile creates a new profile resource in the offline mode.com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateOfflineProfileRequest,Profile>ProfilerServiceSettings.Builder. createOfflineProfileSettings()Returns the builder for the settings used for calls to createOfflineProfile.com.google.api.gax.rpc.UnaryCallSettings<CreateOfflineProfileRequest,Profile>ProfilerServiceSettings. createOfflineProfileSettings()Returns the object with the settings used for calls to createOfflineProfile.static io.grpc.MethodDescriptor<CreateOfflineProfileRequest,Profile>ProfilerServiceGrpc. getCreateOfflineProfileMethod()com.google.protobuf.Parser<CreateOfflineProfileRequest>CreateOfflineProfileRequest. getParserForType()static com.google.protobuf.Parser<CreateOfflineProfileRequest>CreateOfflineProfileRequest. parser()Methods in com.google.devtools.cloudprofiler.v2 with parameters of type CreateOfflineProfileRequest Modifier and Type Method Description ProfileProfilerServiceClient. createOfflineProfile(CreateOfflineProfileRequest request)CreateOfflineProfile creates a new profile resource in the offline mode.default voidProfilerServiceGrpc.AsyncService. createOfflineProfile(CreateOfflineProfileRequest request, io.grpc.stub.StreamObserver<Profile> responseObserver)CreateOfflineProfile creates a new profile resource in the offline mode.ProfileProfilerServiceGrpc.ProfilerServiceBlockingStub. createOfflineProfile(CreateOfflineProfileRequest request)CreateOfflineProfile creates a new profile resource in the offline mode.com.google.common.util.concurrent.ListenableFuture<Profile>ProfilerServiceGrpc.ProfilerServiceFutureStub. createOfflineProfile(CreateOfflineProfileRequest request)CreateOfflineProfile creates a new profile resource in the offline mode.voidProfilerServiceGrpc.ProfilerServiceStub. createOfflineProfile(CreateOfflineProfileRequest request, io.grpc.stub.StreamObserver<Profile> responseObserver)CreateOfflineProfile creates a new profile resource in the offline mode.CreateOfflineProfileRequest.BuilderCreateOfflineProfileRequest.Builder. mergeFrom(CreateOfflineProfileRequest other)static CreateOfflineProfileRequest.BuilderCreateOfflineProfileRequest. newBuilder(CreateOfflineProfileRequest prototype) -
Uses of CreateOfflineProfileRequest in com.google.devtools.cloudprofiler.v2.stub
Methods in com.google.devtools.cloudprofiler.v2.stub that return types with arguments of type CreateOfflineProfileRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CreateOfflineProfileRequest,Profile>GrpcProfilerServiceStub. createOfflineProfileCallable()com.google.api.gax.rpc.UnaryCallable<CreateOfflineProfileRequest,Profile>HttpJsonProfilerServiceStub. createOfflineProfileCallable()com.google.api.gax.rpc.UnaryCallable<CreateOfflineProfileRequest,Profile>ProfilerServiceStub. createOfflineProfileCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateOfflineProfileRequest,Profile>ProfilerServiceStubSettings.Builder. createOfflineProfileSettings()Returns the builder for the settings used for calls to createOfflineProfile.com.google.api.gax.rpc.UnaryCallSettings<CreateOfflineProfileRequest,Profile>ProfilerServiceStubSettings. createOfflineProfileSettings()Returns the object with the settings used for calls to createOfflineProfile.
-