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 CreateOfflineProfileRequest
CreateOfflineProfileRequest.Builder. build()
CreateOfflineProfileRequest
CreateOfflineProfileRequest.Builder. buildPartial()
static CreateOfflineProfileRequest
CreateOfflineProfileRequest. getDefaultInstance()
CreateOfflineProfileRequest
CreateOfflineProfileRequest.Builder. getDefaultInstanceForType()
CreateOfflineProfileRequest
CreateOfflineProfileRequest. getDefaultInstanceForType()
static CreateOfflineProfileRequest
CreateOfflineProfileRequest. parseDelimitedFrom(InputStream input)
static CreateOfflineProfileRequest
CreateOfflineProfileRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateOfflineProfileRequest
CreateOfflineProfileRequest. parseFrom(byte[] data)
static CreateOfflineProfileRequest
CreateOfflineProfileRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateOfflineProfileRequest
CreateOfflineProfileRequest. parseFrom(com.google.protobuf.ByteString data)
static CreateOfflineProfileRequest
CreateOfflineProfileRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateOfflineProfileRequest
CreateOfflineProfileRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static CreateOfflineProfileRequest
CreateOfflineProfileRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateOfflineProfileRequest
CreateOfflineProfileRequest. parseFrom(InputStream input)
static CreateOfflineProfileRequest
CreateOfflineProfileRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateOfflineProfileRequest
CreateOfflineProfileRequest. parseFrom(ByteBuffer data)
static CreateOfflineProfileRequest
CreateOfflineProfileRequest. 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 Profile
ProfilerServiceClient. createOfflineProfile(CreateOfflineProfileRequest request)
CreateOfflineProfile creates a new profile resource in the offline mode.default void
ProfilerServiceGrpc.AsyncService. createOfflineProfile(CreateOfflineProfileRequest request, io.grpc.stub.StreamObserver<Profile> responseObserver)
CreateOfflineProfile creates a new profile resource in the offline mode.Profile
ProfilerServiceGrpc.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.void
ProfilerServiceGrpc.ProfilerServiceStub. createOfflineProfile(CreateOfflineProfileRequest request, io.grpc.stub.StreamObserver<Profile> responseObserver)
CreateOfflineProfile creates a new profile resource in the offline mode.CreateOfflineProfileRequest.Builder
CreateOfflineProfileRequest.Builder. mergeFrom(CreateOfflineProfileRequest other)
static CreateOfflineProfileRequest.Builder
CreateOfflineProfileRequest. 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.
-