Interface GuestPolicies.SoftwareRecipe.Step.InstallRpmOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getArtifactId()
      Required.
      com.google.protobuf.ByteString getArtifactIdBytes()
      Required.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getArtifactId

        String getArtifactId()
         Required. The id of the relevant artifact in the recipe.
         
        string artifact_id = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The artifactId.
      • getArtifactIdBytes

        com.google.protobuf.ByteString getArtifactIdBytes()
         Required. The id of the relevant artifact in the recipe.
         
        string artifact_id = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The bytes for artifactId.