public interface DeploymentOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAddress()
public abstract String getAddress()Address of the runtime element hosting this deployment.
string address = 5;
| Type | Description |
| String | The address. |
getAddressBytes()
public abstract ByteString getAddressBytes()Address of the runtime element hosting this deployment.
string address = 5;
| Type | Description |
| ByteString | The bytes for address. |
getConfig()
public abstract String getConfig()Configuration used to create this deployment.
string config = 4;
| Type | Description |
| String | The config. |
getConfigBytes()
public abstract ByteString getConfigBytes()Configuration used to create this deployment.
string config = 4;
| Type | Description |
| ByteString | The bytes for config. |
getDeployTime()
public abstract Timestamp getDeployTime()Required. Beginning of the lifetime of this deployment.
.google.protobuf.Timestamp deploy_time = 2;
| Type | Description |
| Timestamp | The deployTime. |
getDeployTimeOrBuilder()
public abstract TimestampOrBuilder getDeployTimeOrBuilder()Required. Beginning of the lifetime of this deployment.
.google.protobuf.Timestamp deploy_time = 2;
| Type | Description |
| TimestampOrBuilder |
getPlatform()
public abstract Deployment.Platform getPlatform()Platform hosting this deployment.
.grafeas.v1beta1.deployment.Deployment.Platform platform = 7;
| Type | Description |
| Deployment.Platform | The platform. |
getPlatformValue()
public abstract int getPlatformValue()Platform hosting this deployment.
.grafeas.v1beta1.deployment.Deployment.Platform platform = 7;
| Type | Description |
| 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;
| Name | Description |
| index | intThe index of the element to return. |
| Type | Description |
| 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;
| Name | Description |
| index | intThe index of the value to return. |
| Type | Description |
| 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;
| Type | Description |
| 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;
| Type | Description |
| 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;
| Type | Description |
| Timestamp | The undeployTime. |
getUndeployTimeOrBuilder()
public abstract TimestampOrBuilder getUndeployTimeOrBuilder()End of the lifetime of this deployment.
.google.protobuf.Timestamp undeploy_time = 3;
| Type | Description |
| TimestampOrBuilder |
getUserEmail()
public abstract String getUserEmail()Identity of the user that triggered this deployment.
string user_email = 1;
| Type | Description |
| String | The userEmail. |
getUserEmailBytes()
public abstract ByteString getUserEmailBytes()Identity of the user that triggered this deployment.
string user_email = 1;
| Type | Description |
| ByteString | The bytes for userEmail. |
hasDeployTime()
public abstract boolean hasDeployTime()Required. Beginning of the lifetime of this deployment.
.google.protobuf.Timestamp deploy_time = 2;
| Type | Description |
| 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;
| Type | Description |
| boolean | Whether the undeployTime field is set. |