Uses of Class
io.grafeas.v1beta1.deployment.Deployment
-
Packages that use Deployment Package Description io.grafeas.v1beta1.deployment -
-
Uses of Deployment in io.grafeas.v1beta1.deployment
Methods in io.grafeas.v1beta1.deployment 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
Details.Builder. getDeployment()
Required.Deployment
Details. getDeployment()
Required.Deployment
DetailsOrBuilder. getDeployment()
Required.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 io.grafeas.v1beta1.deployment 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 io.grafeas.v1beta1.deployment with parameters of type Deployment Modifier and Type Method Description Details.Builder
Details.Builder. mergeDeployment(Deployment value)
Required.Deployment.Builder
Deployment.Builder. mergeFrom(Deployment other)
static Deployment.Builder
Deployment. newBuilder(Deployment prototype)
Details.Builder
Details.Builder. setDeployment(Deployment value)
Required.
-