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