Class Deployment (2.6.0)

publicfinalclass DeploymentextendsGeneratedMessageV3implementsDeploymentOrBuilder

The period during which some deployable was active in a runtime.

Protobuf type grafeas.v1beta1.deployment.Deployment

Implements

DeploymentOrBuilder

Inherited Members

Static Fields

ADDRESS_FIELD_NUMBER

publicstaticfinalintADDRESS_FIELD_NUMBER
Field Value
Type Description
int

CONFIG_FIELD_NUMBER

publicstaticfinalintCONFIG_FIELD_NUMBER
Field Value
Type Description
int

DEPLOY_TIME_FIELD_NUMBER

publicstaticfinalintDEPLOY_TIME_FIELD_NUMBER
Field Value
Type Description
int

PLATFORM_FIELD_NUMBER

publicstaticfinalintPLATFORM_FIELD_NUMBER
Field Value
Type Description
int

RESOURCE_URI_FIELD_NUMBER

publicstaticfinalintRESOURCE_URI_FIELD_NUMBER
Field Value
Type Description
int

UNDEPLOY_TIME_FIELD_NUMBER

publicstaticfinalintUNDEPLOY_TIME_FIELD_NUMBER
Field Value
Type Description
int

USER_EMAIL_FIELD_NUMBER

publicstaticfinalintUSER_EMAIL_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

publicstaticDeploymentgetDefaultInstance()
Returns
Type Description

getDescriptor()

publicstaticfinalDescriptors.DescriptorgetDescriptor()
Returns
Type Description

newBuilder()

publicstaticDeployment.BuildernewBuilder()
Returns
Type Description

newBuilder(Deployment prototype)

publicstaticDeployment.BuildernewBuilder(Deploymentprototype)
Parameter
Name Description
prototype Deployment
Returns
Type Description

parseDelimitedFrom(InputStream input)

publicstaticDeploymentparseDelimitedFrom(InputStreaminput)
Parameter
Name Description
input InputStream
Returns
Type Description
Exceptions
Type Description

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

publicstaticDeploymentparseDelimitedFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Exceptions
Type Description

parseFrom(byte[] data)

publicstaticDeploymentparseFrom(byte[]data)
Parameter
Name Description
data byte[]
Returns
Type Description
Exceptions
Type Description

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

publicstaticDeploymentparseFrom(byte[]data,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Exceptions
Type Description

parseFrom(ByteString data)

publicstaticDeploymentparseFrom(ByteStringdata)
Parameter
Name Description
data ByteString
Returns
Type Description
Exceptions
Type Description

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

publicstaticDeploymentparseFrom(ByteStringdata,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Exceptions
Type Description

parseFrom(CodedInputStream input)

publicstaticDeploymentparseFrom(CodedInputStreaminput)
Parameter
Name Description
Returns
Type Description
Exceptions
Type Description

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

publicstaticDeploymentparseFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Exceptions
Type Description

parseFrom(InputStream input)

publicstaticDeploymentparseFrom(InputStreaminput)
Parameter
Name Description
input InputStream
Returns
Type Description
Exceptions
Type Description

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

publicstaticDeploymentparseFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Exceptions
Type Description

parseFrom(ByteBuffer data)

publicstaticDeploymentparseFrom(ByteBufferdata)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
Exceptions
Type Description

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

publicstaticDeploymentparseFrom(ByteBufferdata,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Exceptions
Type Description

parser()

publicstaticParser<Deployment>parser()
Returns
Type Description

Methods

equals(Object obj)

publicbooleanequals(Objectobj)
Parameter
Name Description
obj Object
Returns
Type Description
Overrides

getAddress()

publicStringgetAddress()

Address of the runtime element hosting this deployment.

string address = 5;

Returns
Type Description
String

The address.

getAddressBytes()

publicByteStringgetAddressBytes()

Address of the runtime element hosting this deployment.

string address = 5;

Returns
Type Description
ByteString

The bytes for address.

getConfig()

publicStringgetConfig()

Configuration used to create this deployment.

string config = 4;

Returns
Type Description
String

The config.

getConfigBytes()

publicByteStringgetConfigBytes()

Configuration used to create this deployment.

string config = 4;

Returns
Type Description
ByteString

The bytes for config.

getDefaultInstanceForType()

publicDeploymentgetDefaultInstanceForType()
Returns
Type Description

getDeployTime()

publicTimestampgetDeployTime()

Required. Beginning of the lifetime of this deployment.

.google.protobuf.Timestamp deploy_time = 2;

Returns
Type Description
Timestamp

The deployTime.

getDeployTimeOrBuilder()

publicTimestampOrBuildergetDeployTimeOrBuilder()

Required. Beginning of the lifetime of this deployment.

.google.protobuf.Timestamp deploy_time = 2;

Returns
Type Description

getParserForType()

publicParser<Deployment>getParserForType()
Returns
Type Description
Overrides

getPlatform()

publicDeployment.PlatformgetPlatform()

Platform hosting this deployment.

.grafeas.v1beta1.deployment.Deployment.Platform platform = 7;

Returns
Type Description
Deployment.Platform

The platform.

getPlatformValue()

publicintgetPlatformValue()

Platform hosting this deployment.

.grafeas.v1beta1.deployment.Deployment.Platform platform = 7;

Returns
Type Description
int

The enum numeric value on the wire for platform.

getResourceUri(int index)

publicStringgetResourceUri(intindex)

Output only. Resource URI for the artifact being deployed taken from the deployable field with the same name.

repeated string resource_uri = 6;

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The resourceUri at the given index.

getResourceUriBytes(int index)

publicByteStringgetResourceUriBytes(intindex)

Output only. Resource URI for the artifact being deployed taken from the deployable field with the same name.

repeated string resource_uri = 6;

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the resourceUri at the given index.

getResourceUriCount()

publicintgetResourceUriCount()

Output only. Resource URI for the artifact being deployed taken from the deployable field with the same name.

repeated string resource_uri = 6;

Returns
Type Description
int

The count of resourceUri.

getResourceUriList()

publicProtocolStringListgetResourceUriList()

Output only. Resource URI for the artifact being deployed taken from the deployable field with the same name.

repeated string resource_uri = 6;

Returns
Type Description
ProtocolStringList

A list containing the resourceUri.

getSerializedSize()

publicintgetSerializedSize()
Returns
Type Description
int
Overrides

getUndeployTime()

publicTimestampgetUndeployTime()

End of the lifetime of this deployment.

.google.protobuf.Timestamp undeploy_time = 3;

Returns
Type Description
Timestamp

The undeployTime.

getUndeployTimeOrBuilder()

publicTimestampOrBuildergetUndeployTimeOrBuilder()

End of the lifetime of this deployment.

.google.protobuf.Timestamp undeploy_time = 3;

Returns
Type Description

getUnknownFields()

publicfinalUnknownFieldSetgetUnknownFields()
Returns
Type Description
Overrides

getUserEmail()

publicStringgetUserEmail()

Identity of the user that triggered this deployment.

string user_email = 1;

Returns
Type Description
String

The userEmail.

getUserEmailBytes()

publicByteStringgetUserEmailBytes()

Identity of the user that triggered this deployment.

string user_email = 1;

Returns
Type Description
ByteString

The bytes for userEmail.

hasDeployTime()

publicbooleanhasDeployTime()

Required. Beginning of the lifetime of this deployment.

.google.protobuf.Timestamp deploy_time = 2;

Returns
Type Description
boolean

Whether the deployTime field is set.

hasUndeployTime()

publicbooleanhasUndeployTime()

End of the lifetime of this deployment.

.google.protobuf.Timestamp undeploy_time = 3;

Returns
Type Description
boolean

Whether the undeployTime field is set.

hashCode()

publicinthashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Returns
Type Description
Overrides

isInitialized()

publicfinalbooleanisInitialized()
Returns
Type Description
Overrides

newBuilderForType()

publicDeployment.BuildernewBuilderForType()
Returns
Type Description

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protectedDeployment.BuildernewBuilderForType(GeneratedMessageV3.BuilderParentparent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protectedObjectnewInstance(GeneratedMessageV3.UnusedPrivateParameterunused)
Parameter
Name Description
Returns
Type Description
Overrides

toBuilder()

publicDeployment.BuildertoBuilder()
Returns
Type Description

writeTo(CodedOutputStream output)

publicvoidwriteTo(CodedOutputStreamoutput)
Parameter
Name Description
Overrides Exceptions
Type Description

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月19日 UTC.