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 UpdateProfileRequest
UpdateProfileRequest.Builder. build()
UpdateProfileRequest
UpdateProfileRequest.Builder. buildPartial()
static UpdateProfileRequest
UpdateProfileRequest. getDefaultInstance()
UpdateProfileRequest
UpdateProfileRequest.Builder. getDefaultInstanceForType()
UpdateProfileRequest
UpdateProfileRequest. getDefaultInstanceForType()
static UpdateProfileRequest
UpdateProfileRequest. parseDelimitedFrom(InputStream input)
static UpdateProfileRequest
UpdateProfileRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateProfileRequest
UpdateProfileRequest. parseFrom(byte[] data)
static UpdateProfileRequest
UpdateProfileRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateProfileRequest
UpdateProfileRequest. parseFrom(com.google.protobuf.ByteString data)
static UpdateProfileRequest
UpdateProfileRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateProfileRequest
UpdateProfileRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static UpdateProfileRequest
UpdateProfileRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateProfileRequest
UpdateProfileRequest. parseFrom(InputStream input)
static UpdateProfileRequest
UpdateProfileRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateProfileRequest
UpdateProfileRequest. parseFrom(ByteBuffer data)
static UpdateProfileRequest
UpdateProfileRequest. 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.Builder
UpdateProfileRequest.Builder. mergeFrom(UpdateProfileRequest other)
static UpdateProfileRequest.Builder
UpdateProfileRequest. newBuilder(UpdateProfileRequest prototype)
Profile
ProfilerServiceClient. updateProfile(UpdateProfileRequest request)
UpdateProfile updates the profile bytes and labels on the profile resource created in the online mode.default void
ProfilerServiceGrpc.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.Profile
ProfilerServiceGrpc.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.void
ProfilerServiceGrpc.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.
-