Uses of Class
com.google.devtools.cloudprofiler.v2.Deployment
-
Packages that use Deployment Package Description com.google.devtools.cloudprofiler.v2 A client to Cloud Profiler API -
-
Uses of Deployment in com.google.devtools.cloudprofiler.v2
Methods in com.google.devtools.cloudprofiler.v2 that return Deployment Modifier and Type Method Description Deployment
Deployment.Builder. build()
Deployment
Deployment.Builder. buildPartial()
static Deployment
Deployment. getDefaultInstance()
Deployment
Deployment.Builder. getDefaultInstanceForType()
Deployment
Deployment. getDefaultInstanceForType()
Deployment
CreateProfileRequest.Builder. getDeployment()
Deployment details.Deployment
CreateProfileRequest. getDeployment()
Deployment details.Deployment
CreateProfileRequestOrBuilder. getDeployment()
Deployment details.Deployment
Profile.Builder. getDeployment()
Deployment this profile corresponds to.Deployment
Profile. getDeployment()
Deployment this profile corresponds to.Deployment
ProfileOrBuilder. getDeployment()
Deployment this profile corresponds to.static Deployment
Deployment. parseDelimitedFrom(InputStream input)
static Deployment
Deployment. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Deployment
Deployment. parseFrom(byte[] data)
static Deployment
Deployment. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Deployment
Deployment. parseFrom(com.google.protobuf.ByteString data)
static Deployment
Deployment. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Deployment
Deployment. parseFrom(com.google.protobuf.CodedInputStream input)
static Deployment
Deployment. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Deployment
Deployment. parseFrom(InputStream input)
static Deployment
Deployment. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Deployment
Deployment. parseFrom(ByteBuffer data)
static Deployment
Deployment. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.devtools.cloudprofiler.v2 that return types with arguments of type Deployment Modifier and Type Method Description com.google.protobuf.Parser<Deployment>
Deployment. getParserForType()
static com.google.protobuf.Parser<Deployment>
Deployment. parser()
Methods in com.google.devtools.cloudprofiler.v2 with parameters of type Deployment Modifier and Type Method Description CreateProfileRequest.Builder
CreateProfileRequest.Builder. mergeDeployment(Deployment value)
Deployment details.Profile.Builder
Profile.Builder. mergeDeployment(Deployment value)
Deployment this profile corresponds to.Deployment.Builder
Deployment.Builder. mergeFrom(Deployment other)
static Deployment.Builder
Deployment. newBuilder(Deployment prototype)
CreateProfileRequest.Builder
CreateProfileRequest.Builder. setDeployment(Deployment value)
Deployment details.Profile.Builder
Profile.Builder. setDeployment(Deployment value)
Deployment this profile corresponds to.
-