public interface DeploymentOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getAddress()
Address of the runtime element hosting this deployment.
|
com.google.protobuf.ByteString |
getAddressBytes()
Address of the runtime element hosting this deployment.
|
String |
getConfig()
Configuration used to create this deployment.
|
com.google.protobuf.ByteString |
getConfigBytes()
Configuration used to create this deployment.
|
com.google.protobuf.Timestamp |
getDeployTime()
Beginning of the lifetime of this deployment.
|
com.google.protobuf.TimestampOrBuilder |
getDeployTimeOrBuilder()
Beginning of the lifetime of this deployment.
|
Deployment.Platform |
getPlatform()
Platform hosting this deployment.
|
int |
getPlatformValue()
Platform hosting this deployment.
|
String |
getResourceUri(int index)
Output only.
|
com.google.protobuf.ByteString |
getResourceUriBytes(int index)
Output only.
|
int |
getResourceUriCount()
Output only.
|
List<String> |
getResourceUriList()
Output only.
|
com.google.protobuf.Timestamp |
getUndeployTime()
End of the lifetime of this deployment.
|
com.google.protobuf.TimestampOrBuilder |
getUndeployTimeOrBuilder()
End of the lifetime of this deployment.
|
String |
getUserEmail()
Identity of the user that triggered this deployment.
|
com.google.protobuf.ByteString |
getUserEmailBytes()
Identity of the user that triggered this deployment.
|
boolean |
hasDeployTime()
Beginning of the lifetime of this deployment.
|
boolean |
hasUndeployTime()
End of the lifetime of this deployment.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getUserEmail()
Identity of the user that triggered this deployment.
string user_email = 1;com.google.protobuf.ByteString getUserEmailBytes()
Identity of the user that triggered this deployment.
string user_email = 1;boolean hasDeployTime()
Beginning of the lifetime of this deployment.
.google.protobuf.Timestamp deploy_time = 2;com.google.protobuf.Timestamp getDeployTime()
Beginning of the lifetime of this deployment.
.google.protobuf.Timestamp deploy_time = 2;com.google.protobuf.TimestampOrBuilder getDeployTimeOrBuilder()
Beginning of the lifetime of this deployment.
.google.protobuf.Timestamp deploy_time = 2;boolean hasUndeployTime()
End of the lifetime of this deployment.
.google.protobuf.Timestamp undeploy_time = 3;com.google.protobuf.Timestamp getUndeployTime()
End of the lifetime of this deployment.
.google.protobuf.Timestamp undeploy_time = 3;com.google.protobuf.TimestampOrBuilder getUndeployTimeOrBuilder()
End of the lifetime of this deployment.
.google.protobuf.Timestamp undeploy_time = 3;String getConfig()
Configuration used to create this deployment.
string config = 4;com.google.protobuf.ByteString getConfigBytes()
Configuration used to create this deployment.
string config = 4;String getAddress()
Address of the runtime element hosting this deployment.
string address = 5;com.google.protobuf.ByteString getAddressBytes()
Address of the runtime element hosting this deployment.
string address = 5;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;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;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;com.google.protobuf.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;int getPlatformValue()
Platform hosting this deployment.
.grafeas.v1beta1.deployment.Deployment.Platform platform = 7;Deployment.Platform getPlatform()
Platform hosting this deployment.
.grafeas.v1beta1.deployment.Deployment.Platform platform = 7;Copyright © 2019 Google LLC. All rights reserved.