Package io.grafeas.v1beta1.deployment
Interface DeploymentOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Deployment,Deployment.Builder
public interface DeploymentOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetAddress()Address of the runtime element hosting this deployment.com.google.protobuf.ByteStringgetAddressBytes()Address of the runtime element hosting this deployment.StringgetConfig()Configuration used to create this deployment.com.google.protobuf.ByteStringgetConfigBytes()Configuration used to create this deployment.com.google.protobuf.TimestampgetDeployTime()Required.com.google.protobuf.TimestampOrBuildergetDeployTimeOrBuilder()Required.Deployment.PlatformgetPlatform()Platform hosting this deployment.intgetPlatformValue()Platform hosting this deployment.StringgetResourceUri(int index)Output only.com.google.protobuf.ByteStringgetResourceUriBytes(int index)Output only.intgetResourceUriCount()Output only.List<String>getResourceUriList()Output only.com.google.protobuf.TimestampgetUndeployTime()End of the lifetime of this deployment.com.google.protobuf.TimestampOrBuildergetUndeployTimeOrBuilder()End of the lifetime of this deployment.StringgetUserEmail()Identity of the user that triggered this deployment.com.google.protobuf.ByteStringgetUserEmailBytes()Identity of the user that triggered this deployment.booleanhasDeployTime()Required.booleanhasUndeployTime()End of the lifetime of this deployment.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getUserEmail
String getUserEmail()
Identity of the user that triggered this deployment.
string user_email = 1;- Returns:
- The userEmail.
-
getUserEmailBytes
com.google.protobuf.ByteString getUserEmailBytes()
Identity of the user that triggered this deployment.
string user_email = 1;- Returns:
- The bytes for userEmail.
-
hasDeployTime
boolean hasDeployTime()
Required. Beginning of the lifetime of this deployment.
.google.protobuf.Timestamp deploy_time = 2;- Returns:
- Whether the deployTime field is set.
-
getDeployTime
com.google.protobuf.Timestamp getDeployTime()
Required. Beginning of the lifetime of this deployment.
.google.protobuf.Timestamp deploy_time = 2;- Returns:
- The deployTime.
-
getDeployTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getDeployTimeOrBuilder()
Required. Beginning of the lifetime of this deployment.
.google.protobuf.Timestamp deploy_time = 2;
-
hasUndeployTime
boolean hasUndeployTime()
End of the lifetime of this deployment.
.google.protobuf.Timestamp undeploy_time = 3;- Returns:
- Whether the undeployTime field is set.
-
getUndeployTime
com.google.protobuf.Timestamp getUndeployTime()
End of the lifetime of this deployment.
.google.protobuf.Timestamp undeploy_time = 3;- Returns:
- The undeployTime.
-
getUndeployTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getUndeployTimeOrBuilder()
End of the lifetime of this deployment.
.google.protobuf.Timestamp undeploy_time = 3;
-
getConfig
String getConfig()
Configuration used to create this deployment.
string config = 4;- Returns:
- The config.
-
getConfigBytes
com.google.protobuf.ByteString getConfigBytes()
Configuration used to create this deployment.
string config = 4;- Returns:
- The bytes for config.
-
getAddress
String getAddress()
Address of the runtime element hosting this deployment.
string address = 5;- Returns:
- The address.
-
getAddressBytes
com.google.protobuf.ByteString getAddressBytes()
Address of the runtime element hosting this deployment.
string address = 5;- Returns:
- The bytes for address.
-
getResourceUriList
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:
- A list containing the resourceUri.
-
getResourceUriCount
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:
- The count of resourceUri.
-
getResourceUri
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;- Parameters:
index- The index of the element to return.- Returns:
- The resourceUri at the given index.
-
getResourceUriBytes
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;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the resourceUri at the given index.
-
getPlatformValue
int getPlatformValue()
Platform hosting this deployment.
.grafeas.v1beta1.deployment.Deployment.Platform platform = 7;- Returns:
- The enum numeric value on the wire for platform.
-
getPlatform
Deployment.Platform getPlatform()
Platform hosting this deployment.
.grafeas.v1beta1.deployment.Deployment.Platform platform = 7;- Returns:
- The platform.
-
-