public interface DeploymentOccurrenceOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getAddress()
public abstract String getAddress()
Address of the runtime element hosting this deployment.
string address = 5;
Returns | |
---|---|
Type | Description |
String | The address. |
getAddressBytes()
public abstract ByteString getAddressBytes()
Address of the runtime element hosting this deployment.
string address = 5;
Returns | |
---|---|
Type | Description |
ByteString | The bytes for address. |
getConfig()
public abstract String getConfig()
Configuration used to create this deployment.
string config = 4;
Returns | |
---|---|
Type | Description |
String | The config. |
getConfigBytes()
public abstract ByteString getConfigBytes()
Configuration used to create this deployment.
string config = 4;
Returns | |
---|---|
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;
Returns | |
---|---|
Type | Description |
Timestamp | The deployTime. |
getDeployTimeOrBuilder()
public abstract TimestampOrBuilder getDeployTimeOrBuilder()
Required. Beginning of the lifetime of this deployment.
.google.protobuf.Timestamp deploy_time = 2;
Returns | |
---|---|
Type | Description |
TimestampOrBuilder |
getPlatform()
public abstract DeploymentOccurrence.Platform getPlatform()
Platform hosting this deployment.
.grafeas.v1.DeploymentOccurrence.Platform platform = 7;
Returns | |
---|---|
Type | Description |
DeploymentOccurrence.Platform | The platform. |
getPlatformValue()
public abstract int getPlatformValue()
Platform hosting this deployment.
.grafeas.v1.DeploymentOccurrence.Platform platform = 7;
Returns | |
---|---|
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;
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)
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 | |
---|---|
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()
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 | |
---|---|
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;
Returns | |
---|---|
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;
Returns | |
---|---|
Type | Description |
Timestamp | The undeployTim |