Uses of Class
com.google.devtools.cloudprofiler.v2.Profile
-
Packages that use Profile Package Description com.google.devtools.cloudprofiler.v2 A client to Cloud Profiler APIcom.google.devtools.cloudprofiler.v2.stub -
-
Uses of Profile in com.google.devtools.cloudprofiler.v2
Methods in com.google.devtools.cloudprofiler.v2 that return Profile Modifier and Type Method Description Profile
Profile.Builder. build()
Profile
Profile.Builder. buildPartial()
Profile
ProfilerServiceClient. createOfflineProfile(CreateOfflineProfileRequest request)
CreateOfflineProfile creates a new profile resource in the offline mode.Profile
ProfilerServiceClient. createOfflineProfile(ProjectName parent, Profile profile)
CreateOfflineProfile creates a new profile resource in the offline mode.Profile
ProfilerServiceClient. createOfflineProfile(String parent, Profile profile)
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.Profile
ProfilerServiceClient. createProfile(CreateProfileRequest request)
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.static Profile
Profile. getDefaultInstance()
Profile
Profile.Builder. getDefaultInstanceForType()
Profile
Profile. getDefaultInstanceForType()
Profile
CreateOfflineProfileRequest.Builder. getProfile()
Contents of the profile to create.Profile
CreateOfflineProfileRequest. getProfile()
Contents of the profile to create.Profile
CreateOfflineProfileRequestOrBuilder. getProfile()
Contents of the profile to create.Profile
UpdateProfileRequest.Builder. getProfile()
Profile to update.Profile
UpdateProfileRequest. getProfile()
Profile to update.Profile
UpdateProfileRequestOrBuilder. getProfile()
Profile to update.static Profile
Profile. parseDelimitedFrom(InputStream input)
static Profile
Profile. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Profile
Profile. parseFrom(byte[] data)
static Profile
Profile. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Profile
Profile. parseFrom(com.google.protobuf.ByteString data)
static Profile
Profile. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Profile
Profile. parseFrom(com.google.protobuf.CodedInputStream input)
static Profile
Profile. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Profile
Profile. parseFrom(InputStream input)
static Profile
Profile. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Profile
Profile. parseFrom(ByteBuffer data)
static Profile
Profile. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Profile
ProfilerServiceClient. updateProfile(Profile profile, com.google.protobuf.FieldMask updateMask)
UpdateProfile updates the profile bytes and labels on the profile resource created in the online mode.Profile
ProfilerServiceClient. updateProfile(UpdateProfileRequest request)
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.Methods in com.google.devtools.cloudprofiler.v2 that return types with arguments of type Profile Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<Profile>
ProfilerServiceGrpc.ProfilerServiceFutureStub. createOfflineProfile(CreateOfflineProfileRequest request)
CreateOfflineProfile creates a new profile resource in the offline mode.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.com.google.common.util.concurrent.ListenableFuture<Profile>
ProfilerServiceGrpc.ProfilerServiceFutureStub. createProfile(CreateProfileRequest request)
CreateProfile creates a new profile resource in the online mode.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<CreateOfflineProfileRequest,Profile>
ProfilerServiceGrpc. getCreateOfflineProfileMethod()
static io.grpc.MethodDescriptor<CreateProfileRequest,Profile>
ProfilerServiceGrpc. getCreateProfileMethod()
com.google.protobuf.Parser<Profile>
Profile. getParserForType()
static io.grpc.MethodDescriptor<UpdateProfileRequest,Profile>
ProfilerServiceGrpc. getUpdateProfileMethod()
static com.google.protobuf.Parser<Profile>
Profile. parser()
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.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 Profile Modifier and Type Method Description Profile
ProfilerServiceClient. createOfflineProfile(ProjectName parent, Profile profile)
CreateOfflineProfile creates a new profile resource in the offline mode.Profile
ProfilerServiceClient. createOfflineProfile(String parent, Profile profile)
CreateOfflineProfile creates a new profile resource in the offline mode.Profile.Builder
Profile.Builder. mergeFrom(Profile other)
CreateOfflineProfileRequest.Builder
CreateOfflineProfileRequest.Builder. mergeProfile(Profile value)
Contents of the profile to create.UpdateProfileRequest.Builder
UpdateProfileRequest.Builder. mergeProfile(Profile value)
Profile to update.static Profile.Builder
Profile. newBuilder(Profile prototype)
CreateOfflineProfileRequest.Builder
CreateOfflineProfileRequest.Builder. setProfile(Profile value)
Contents of the profile to create.UpdateProfileRequest.Builder
UpdateProfileRequest.Builder. setProfile(Profile value)
Profile to update.Profile
ProfilerServiceClient. updateProfile(Profile profile, com.google.protobuf.FieldMask updateMask)
UpdateProfile updates the profile bytes and labels on the profile resource created in the online mode.Method parameters in com.google.devtools.cloudprofiler.v2 with type arguments of type Profile Modifier and Type Method Description default void
ProfilerServiceGrpc.AsyncService. createOfflineProfile(CreateOfflineProfileRequest request, io.grpc.stub.StreamObserver<Profile> responseObserver)
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.default void
ProfilerServiceGrpc.AsyncService. createProfile(CreateProfileRequest request, io.grpc.stub.StreamObserver<Profile> responseObserver)
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.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.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 Profile in com.google.devtools.cloudprofiler.v2.stub
Methods in com.google.devtools.cloudprofiler.v2.stub that return types with arguments of type Profile 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.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.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.
-