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 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.