Interface DeploymentOrBuilder (2.81.0)

publicinterface DeploymentOrBuilderextendsMessageOrBuilder

Implements

MessageOrBuilder

Methods

getAddress()

publicabstractStringgetAddress()

Address of the runtime element hosting this deployment.

string address = 5;

Returns
Type Description
String

The address.

getAddressBytes()

publicabstractByteStringgetAddressBytes()

Address of the runtime element hosting this deployment.

string address = 5;

Returns
Type Description
ByteString

The bytes for address.

getConfig()

publicabstractStringgetConfig()

Configuration used to create this deployment.

string config = 4;

Returns
Type Description
String

The config.

getConfigBytes()

publicabstractByteStringgetConfigBytes()

Configuration used to create this deployment.

string config = 4;

Returns
Type Description
ByteString

The bytes for config.

getDeployTime()

publicabstractTimestampgetDeployTime()

Required. Beginning of the lifetime of this deployment.

.google.protobuf.Timestamp deploy_time = 2;

Returns
Type Description
Timestamp

The deployTime.

getDeployTimeOrBuilder()

publicabstractTimestampOrBuildergetDeployTimeOrBuilder()

Required. Beginning of the lifetime of this deployment.

.google.protobuf.Timestamp deploy_time = 2;

Returns
Type Description
TimestampOrBuilder

getPlatform()

publicabstractDeployment.PlatformgetPlatform()

Platform hosting this deployment.

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

Returns
Type Description
Deployment.Platform

The platform.

getPlatformValue()

publicabstractintgetPlatformValue()

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)

publicabstractStringgetResourceUri(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)

publicabstractByteStringgetResourceUriBytes(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()

publicabstractintgetResourceUriCount()

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()

publicabstractList<String>getResourceUriList()

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
List<String>

A list containing the resourceUri.

getUndeployTime()

publicabstractTimestampgetUndeployTime()

End of the lifetime of this deployment.

.google.protobuf.Timestamp undeploy_time = 3;

Returns
Type Description
Timestamp

The undeployTime.

getUndeployTimeOrBuilder()

publicabstractTimestampOrBuildergetUndeployTimeOrBuilder()

End of the lifetime of this deployment.

.google.protobuf.Timestamp undeploy_time = 3;

Returns
Type Description
TimestampOrBuilder

getUserEmail()

publicabstractStringgetUserEmail()

Identity of the user that triggered this deployment.

string user_email = 1;

Returns
Type Description
String

The userEmail.

getUserEmailBytes()

publicabstractByteStringgetUserEmailBytes()

Identity of the user that triggered this deployment.

string user_email = 1;

Returns
Type Description
ByteString

The bytes for userEmail.

hasDeployTime()

publicabstractbooleanhasDeployTime()

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()

publicabstractbooleanhasUndeployTime()

End of the lifetime of this deployment.

.google.protobuf.Timestamp undeploy_time = 3;

Returns
Type Description
boolean

Whether the undeployTime field is set.

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.