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