Interface DeploymentOccurrenceOrBuilder (2.3.1)

public interface DeploymentOccurrenceOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAddress()

public abstract String getAddress()

Address of the runtime element hosting this deployment.

string address = 5;

Returns
TypeDescription
String

The address.

getAddressBytes()

public abstract ByteString getAddressBytes()

Address of the runtime element hosting this deployment.

string address = 5;

Returns
TypeDescription
ByteString

The bytes for address.

getConfig()

public abstract String getConfig()

Configuration used to create this deployment.

string config = 4;

Returns
TypeDescription
String

The config.

getConfigBytes()

public abstract ByteString getConfigBytes()

Configuration used to create this deployment.

string config = 4;

Returns
TypeDescription
ByteString

The bytes for config.

getDeployTime()

public abstract Timestamp getDeployTime()

Required. Beginning of the lifetime of this deployment.

.google.protobuf.Timestamp deploy_time = 2;

Returns
TypeDescription
Timestamp

The deployTime.

getDeployTimeOrBuilder()

public abstract TimestampOrBuilder getDeployTimeOrBuilder()

Required. Beginning of the lifetime of this deployment.

.google.protobuf.Timestamp deploy_time = 2;

Returns
TypeDescription
TimestampOrBuilder

getPlatform()

public abstract DeploymentOccurrence.Platform getPlatform()

Platform hosting this deployment.

.grafeas.v1.DeploymentOccurrence.Platform platform = 7;

Returns
TypeDescription
DeploymentOccurrence.Platform

The platform.

getPlatformValue()

public abstract int getPlatformValue()

Platform hosting this deployment.

.grafeas.v1.DeploymentOccurrence.Platform platform = 7;

Returns
TypeDescription
int

The enum numeric value on the wire for platform.

getResourceUri(int index)

public abstract String getResourceUri(int index)

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

repeated string resource_uri = 6;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
String

The resourceUri at the given index.

getResourceUriBytes(int index)

public abstract ByteString getResourceUriBytes(int index)

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

repeated string resource_uri = 6;

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
ByteString

The bytes of the resourceUri at the given index.

getResourceUriCount()

public abstract int getResourceUriCount()

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

repeated string resource_uri = 6;

Returns
TypeDescription
int

The count of resourceUri.

getResourceUriList()

public abstract List<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
TypeDescription
List<String>

A list containing the resourceUri.

getUndeployTime()

public abstract Timestamp getUndeployTime()

End of the lifetime of this deployment.

.google.protobuf.Timestamp undeploy_time = 3;

Returns
TypeDescription
Timestamp

The undeployTime.

getUndeployTimeOrBuilder()

public abstract TimestampOrBuilder getUndeployTimeOrBuilder()

End of the lifetime of this deployment.

.google.protobuf.Timestamp undeploy_time = 3;

Returns
TypeDescription
TimestampOrBuilder

getUserEmail()

public abstract String getUserEmail()

Identity of the user that triggered this deployment.

string user_email = 1;

Returns
TypeDescription
String

The userEmail.

getUserEmailBytes()

public abstract ByteString getUserEmailBytes()

Identity of the user that triggered this deployment.

string user_email = 1;

Returns
TypeDescription
ByteString

The bytes for userEmail.

hasDeployTime()

public abstract boolean hasDeployTime()

Required. Beginning of the lifetime of this deployment.

.google.protobuf.Timestamp deploy_time = 2;

Returns
TypeDescription
boolean

Whether the deployTime field is set.

hasUndeployTime()

public abstract boolean hasUndeployTime()

End of the lifetime of this deployment.

.google.protobuf.Timestamp undeploy_time = 3;

Returns
TypeDescription
boolean

Whether the undeployTime field is set.