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